Getting Data In

ERROR ScriptRunner

shmoman
Engager

Any idea as to what causes this error:

02-19-2014 17:17:01.577 -0500 ERROR ScriptRunner - extern write error: errno=Broken pipe
This is from the Search Heads splunkd.log.

Found a similar question asked two years ago, but there was no answer.

Tags (2)

jkat54
SplunkTrust
SplunkTrust

In my case I was creating a custom search command and I didnt "receive the events from the previous search"

adding this to my python script fixed it

# get the previous search results
results,unused1,settings = splunk.Intersplunk.getOrganizedResults()

The error message is telling you it had all these events "in the pipe" being sent to your command and your command didnt handle those events.

0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...