Splunk Search

How to make a report of details about all savedsearch that fire in a day?

phamxuantung
Communicator

I want to make a report about how many alerts fired in a day. I saw in the job inspection

Capture.PNG

I want all of these info, owner, apps, event, size and runtime. It's to determine how many alert overlapping each other, how many times that alert triggered. Prefer in SPL.

Basically, I want for these information to help me make a detail report about alerts in our system.

Labels (3)
0 Karma

isoutamo
SplunkTrust
SplunkTrust

Hi

you could find some solutions from community by searching with Google. Here is one example

index=_internal sourcetype=scheduler search_type=scheduled alert_actions!="" alert_actions!="summary_index"
| table savedsearch_name, sid, app, alert_actions, scheduled_time, *time

Just update table part to get your needed columns and/or add other queries if that one event didn't  contain all needed fields.

r. Ismo 

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 ...