Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save skilledmonster/b7a7469a2a7cfd180ca99caf94311fb4 to your computer and use it in GitHub Desktop.
Save skilledmonster/b7a7469a2a7cfd180ca99caf94311fb4 to your computer and use it in GitHub Desktop.
Splunk - Filter alerts using slack message details
| rest /servicesNS/-/-/saved/searches
| search "action.slack.param.message"="*test*"
| table title *slack*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment