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!

Splunk Mobile: Your Brand-New Home Screen

Meet Your New Mobile Hub  Hello Splunk Community!  Staying connected to your data—no matter where you are—is ...

Introducing Value Insights (Beta): Understand the Business Impact your organization ...

Real progress on your strategic priorities starts with knowing the business outcomes your teams are delivering ...

Enterprise Security (ES) Essentials 8.3 is Now GA — Smarter Detections, Faster ...

As of today, Enterprise Security (ES) Essentials 8.3 is now generally available, helping SOC teams simplify ...