Alerting

How to query all dashboards and alerts queries?

sarit_s
Communicator

Hello
I have to find all the alerts and dashboards queries by sourcetype
i saw this query but it is not contains the query inside the dashboard\alert

 

| union 
    [| rest splunk_server="local" "/servicesNS/-/-/data/ui/views" 
    | search "eai:data"="*index=*" 
    | eval Type="Dashboards" 
    | table Type title eai:acl.app author eai:acl.perms.read eai:acl.perms.write] 


    [| rest splunk_server="local" "/servicesNS/-/-/admin/macros"
    | search definition="*index=*"
    | eval Type="Macros"
    | table Type title eai:acl.app author eai:acl.perms.read eai:acl.perms.write]

    [| rest splunk_server="local" "/servicesNS/-/-/saved/searches"
    | search search="*index=*"
    | eval Type="Saved Searches/Alerts/Reports"
    | table Type title eai:acl.app author eai:acl.perms.read eai:acl.perms.write]

 

maybe there is another way to achieve my goal ?  

 

thanks

Labels (1)
Tags (2)
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

You can retrieve the source code of the dashboards. However, there is no guarantee that the sourcetypes are easily extractable from the source code. Indeed, since dashboards are interactive, there is no guarantee that the sourcetype is actually fixed in the dashboard source code.

0 Karma
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer Certification at ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...