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!

Enterprise Security Content Update (ESCU) | New Releases

In January, the Splunk Threat Research Team had one release of new security content via the Splunk ES Content ...

Expert Tips from Splunk Professional Services, Ensuring Compliance, and More New ...

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Observability Release Update: AI Assistant, AppD + Observability Cloud Integrations & ...

This month’s releases across the Splunk Observability portfolio deliver earlier detection and faster ...