Dashboards & Visualizations

How can I create a timechart with the number of splunk alerts triggered?

LaurensOuwerker
New Member

I've set up a few splunk alerts to monitor our key indicators in our application
next to that I've set up a dashboard which shows the general health of the application

what I would like to do is show also a chart in my dashboard which shows how many alerts for a specific time frame were triggered by the Splunk alerts I configured

anyone have a clue how I can do this?

Tags (3)
0 Karma

somesoni2
Revered Legend

This is the query to get the list of alerts fired within specific time range.

index="_internal" sourcetype="scheduler" thread_id="AlertNotifier*" NOT (alert_actions="summary_index" OR alert_actions="") | table _time user savedsearch_name status alert_actions

Once you have the list you can create different charts per your need.

e.g. Count of alert by user

above search...| chart count by user

kml_uvce
Builder

you can see log files splunkd_access.log and scheduler.log and take this data and create dashboards

0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...