Splunk Search

How to reverse a real-time query to it's original alert/report/dashboard?

NizanCohen
Explorer

Hi guys.

I'm currently working to fix all "real-time" jobs running on my company and I came across one job that I can't find it's original parent.. It's running every 10/15 minutes and takes resources.

I was hoping you could assist me with finding the original parent of this job.

This is what I have:

- Owner

- The query itself

- Sharing (global)

- Job inspect page

- The app it's running on (Security Enterprise)

 

Thank you for your time! 

Labels (1)
Tags (1)
0 Karma

tej57
Builder

Hey @NizanCohen,

You can use the below search to identify the saved search running with the details

 

| rest /services/saved/searches
| search app="Enterprise Security" author=<<author>> search=<<search>>
| fields title

 

 

0 Karma

NizanCohen
Explorer

Hi.

It won't return any result when I use the query you gave me.

0 Karma
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...