- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How can I monitor my webhooks for failed webhooks that Splunk sends?
adrianbelen
New Member
10-08-2017
09:59 PM
In Splunk enterprise search, we can save the search query as alert and a corresponding action will be executed(webhook). I want to monitor failed webhook that Splunk enterprise sends. How can I do that? should I search index=_internal
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
stanhoener
Engager
07-18-2019
12:13 PM
For a simple list of all webhook activity:
index=_* webhook
_* - searches all internal logs
webhook - returns anything with webhook in _raw event
You could then narrow down your search with more specifics in the command line.. host=xxxxx.... etc.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

harsmarvania57
Ultra Champion
10-09-2017
01:34 AM
Hi @adrianbelen,
You can cehck webhook alert action in splunk with query index=_internal sourcetype=splunkd component=sendmodalert action="webhook"
I hope this helps.
Thanks,
Harshil
