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!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...