Splunk Search

how to find search name based on error in splunkd.log?

OldManEd
Builder

I'm getting the following errors in my splunkd.log file a lot;

02-19-2014 10:10:58.232 -0800 WARN  FileClassifierManager - The file '/opt/splunk/var/spool/splunk/RMD596d1d44d452086c5_441184131.stash_new' is invalid. Reason: binary
02-19-2014 10:10:58.232 -0800 INFO  TailingProcessor - Ignoring file '/opt/splunk/var/spool/splunk/RMD596d1d44d452086c5_441184131.stash_new' due to: binary

From what I've read, this is a known bug, SPL-59578.

The "good" workaround is to reschedule the summary indexing and run a backfill to regenerate the corrupted files. But my question is, how do I get from "RMD596d1d44d452086c5" to a search name?

Tags (2)
0 Karma
1 Solution

somesoni2
Revered Legend

Try this search:

| rest /services/search/jobs | where LIKE(id,"%RMD596d1d44d452086c5%") | table label

View solution in original post

somesoni2
Revered Legend

Try this search:

| rest /services/search/jobs | where LIKE(id,"%RMD596d1d44d452086c5%") | table label

OldManEd
Builder

Somesoni2,
That did it. Thanks.

0 Karma
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer Certification at ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...