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!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...