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!

Splunk Observability as Code: From Zero to Dashboard

For the details on what Self-Service Observability and Observability as Code is, we have some awesome content ...

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Shape the Future of Splunk: Join the Product Research Lab!

Join the Splunk Product Research Lab and connect with us in the Slack channel #product-research-lab to get ...