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!

Modern way of developing distributed application using OTel

Recently, I had the opportunity to work on a complex microservice using Spring boot and Quarkus to develop a ...

Enterprise Security Content Update (ESCU) | New Releases

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

Archived Metrics Now Available for APAC and EMEA realms

We’re excited to announce the launch of Archived Metrics in Splunk Infrastructure Monitoring for our customers ...