REST Call for a list of Alert actions (Webhook_sms or Email or notable or ..) REST MaryamSaniee 1 Comment 0 0 Use this splunk search to get datails about alert actions | rest /services/saved/searches splunk_server=local count=0 |table title,actions 12 | rest /services/saved/searches splunk_server=local count=0|table title,actions Share This: Tagged: AlertRESTtroubleshoot
George January 5, 2023 at 11:35 am Should this not search for actions that are populated otherwise you just get a list of all the saved searches? | rest /services/saved/searches splunk_server=local count=0 | search actions!=”” |table title,actions Reply
Should this not search for actions that are populated otherwise you just get a list of all the saved searches?
| rest /services/saved/searches splunk_server=local count=0
| search actions!=””
|table title,actions