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!

October Community Champions: A Shoutout to Our Contributors!

As October comes to a close, we want to take a moment to celebrate the people who make the Splunk Community ...

Community Content Calendar, November Edition

Welcome to the November edition of our Community Spotlight! Each month, we dive into the Splunk Community to ...

Stay Connected: Your Guide to November Tech Talks, Office Hours, and Webinars!

What are Community Office Hours? Community Office Hours is an interactive 60-minute Zoom series where ...