Alerting

How to create a report on configured alerts and their properties, such as who the alerts are sent to?

cmulkey2
Explorer

We have over 200 configured alerts and I would like to generate a report of the configured alerts with their properties, such as who the alerts are going to. I'm guessing there is a way to do that with a Splunk search, but not sure where to start. Is it that data in some internal index?

Tags (2)
0 Karma
1 Solution

somesoni2
Revered Legend

You would need a SPlunk REST search to get the information. This search should get you started.

| rest /services/saved/searches | search action.email=1 AND is_scheduled=1

More details here. http://docs.splunk.com/Documentation/Splunk/6.2.1/RESTREF/RESTsearch#saved.2Fsearches

View solution in original post

somesoni2
Revered Legend

You would need a SPlunk REST search to get the information. This search should get you started.

| rest /services/saved/searches | search action.email=1 AND is_scheduled=1

More details here. http://docs.splunk.com/Documentation/Splunk/6.2.1/RESTREF/RESTsearch#saved.2Fsearches

cmulkey2
Explorer

Tried | REST /services/saved/searches and it gave me only a few of the saved searches.

Did some more searching now that I know about REST and tried | REST /servicesNS/-/-/saved/searches which gave me a few more but still not all of the saved searches.

Finally, I found | REST splunk_server=local /servicesNS/-/-/saved/searches which gave me all of the saved searches and now I can filter down from there.

Thanks!

Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Community Content Calendar, September edition

Welcome to another insightful post from our Community Content Calendar! We're thrilled to continue bringing ...

Splunkbase Unveils New App Listing Management Public Preview

Splunkbase Unveils New App Listing Management Public PreviewWe're thrilled to announce the public preview of ...

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

Are you leveraging automation to its fullest potential in your threat detection strategy?Our upcoming Security ...