Reporting

How do I find the name of a scheduled search just from the RMD5?

Jason
Motivator

I see an entry in ps, or the internal logs, that has an instance of a scheduled search in it. It has this "RMD5" - how do I translate this to a saved search name?

[splunkd pid=2741] search --id=remote_svr-01_scheduler__nobody_U3BsdTQ__RMD5fe569a56999fe444_at_1412233580_5373 --maxbuckets=0 --ttl=60 --maxout=0 --maxtime=0 --lookups=1 --streaming --outCsv=true --user=splunk-system-user --pro --roles=admin:power:splunk-system-role:user
1 Solution

Jason
Motivator

The "RMD5" value is the right-hand side (right-hand 16 characters) of the MD5 of the search name.

To find out which search has this RMD5, run this search:

index=_internal sourcetype=scheduler sid="*RMD5.....*" | head 1 | table savedsearch_name

View solution in original post

Jason
Motivator

The "RMD5" value is the right-hand side (right-hand 16 characters) of the MD5 of the search name.

To find out which search has this RMD5, run this search:

index=_internal sourcetype=scheduler sid="*RMD5.....*" | head 1 | table savedsearch_name
Get Updates on the Splunk Community!

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

🍂 Fall into November with a fresh lineup of Community Office Hours, Tech Talks, and Webinars we’ve ...

Transform your security operations with Splunk Enterprise Security

Hi Splunk Community, Splunk Platform has set a great foundation for your security operations. With the ...

Splunk Admins and App Developers | Earn a $35 gift card!

Splunk, in collaboration with ESG (Enterprise Strategy Group) by TechTarget, is excited to announce a ...