Splunk Search

How to check if some csv is getting used in any alert/report/dashboard or not?

nehamvinchankar
Path Finder
 
Labels (1)
0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi @nehamvinchankar,

in the _audit index you can find all the searches containing a string as the csv file, then there are many fields , between them also "search", so you can run something like this:

index=_audit <your_csv_file>
| stats count BY search

Ciao.

Giuseppe

Get Updates on the Splunk Community!

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...

Cloud Monitoring Console - Unlocking Greater Visibility in SVC Usage Reporting

For Splunk Cloud customers, understanding and optimizing Splunk Virtual Compute (SVC) usage and resource ...

Automatic Discovery Part 3: Practical Use Cases

If you’ve enabled Automatic Discovery in your install of the Splunk Distribution of the OpenTelemetry ...