Dashboards & Visualizations

find last time dashboard run

sarit_s
Communicator

Hello

is it possible to get a list of all the dashboards that was running for the last * days ?

Labels (1)
0 Karma

isoutamo
SplunkTrust
SplunkTrust

Yes it's possible. You can start with this query, if you have access to _audit log.

 

index=_audit user!=splunk-system-user app=* provenance="*" 
| stats last(_time) as _time count values(provenance) as Dashboard by app

 

r. Ismo 

0 Karma

sarit_s
Communicator

thanks, it looks good but i need the last time of each dashboard and not grouped by app

0 Karma

isoutamo
SplunkTrust
SplunkTrust

Like this?

index=_audit user!=splunk-system-user app=* provenance="*" 
| stats last(_time) as _time count by provenance
| rename provenance as Dashboard

r. Ismo 

0 Karma

sarit_s
Communicator

thanks

is it possible to add the user to this list ?

0 Karma

isoutamo
SplunkTrust
SplunkTrust
index=_audit user!=splunk-system-user app=* provenance="*" 
| stats last(_time) as _time values(user) as users count by provenance
| rename provenance as Dashboard

 

If you haven't enough user experience about Splunk and SPL there are lot of trainings available. Some free and other payable. You can found Splunk's own training offerings from https://education.splunk.com/catalog

There is also lot of other training / learning material on other sites including YouTube.

r. Ismo

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Community Content Calendar, September edition

Welcome to another insightful post from our Community Content Calendar! We're thrilled to continue bringing ...

Splunkbase Unveils New App Listing Management Public Preview

Splunkbase Unveils New App Listing Management Public PreviewWe're thrilled to announce the public preview of ...

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

Are you leveraging automation to its fullest potential in your threat detection strategy?Our upcoming Security ...