Alerting

How do you search Splunk for a listing of all alerts that are being sent to a particular email address?

ChadLangUAB
Path Finder

Does anyone know how to Splunk a listing of all alerts that are sending to a particular email address (e.g. ServiceNow) or get a listing of all alerts by email address they’re being delivered to?

I'm working to analyze our processes and the mechanisms currently being used.

0 Karma
1 Solution

zonistj
Path Finder

You can use the rest function to search for this information:

| rest splunk_server=local count=0 /services/saved/searches
| search eai:acl.app="*" title="*" action.email.to="*"
| table eai:acl.app,title,action.email.to, next_scheduled_time, search

Just replace any of the asterisks to search for specific apps, saved search names, or the email recipient. You can add "action.email.cc" to include any CC addresses.

View solution in original post

0 Karma

zonistj
Path Finder

You can use the rest function to search for this information:

| rest splunk_server=local count=0 /services/saved/searches
| search eai:acl.app="*" title="*" action.email.to="*"
| table eai:acl.app,title,action.email.to, next_scheduled_time, search

Just replace any of the asterisks to search for specific apps, saved search names, or the email recipient. You can add "action.email.cc" to include any CC addresses.

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...