Splunk Search

How do I create a dashboard that searches other dashboards for recently modified or updated dashboards?

eyaluodba
Path Finder

So I was just wondering if it was possible to create a dashboard that searches for all other recently modified or updated searches of dashboards?

And if so when I search up these updated databases I would like to know the indexes and dataset that these dashboards have.

Hopefully that makes sense..Please let me know if it's possible, or similar ways I can find this! Thanks

0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi jdastmalchi [Splunk],
try using a search like the following:

index=_internal source=*/web_access.log* editxml 
| rex "(?<app>\w+)/(?<dashboard>[^/]+)/editxml" 
| table _time referer_domain user app dashboard

Bye.
Giuseppe

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...