Dashboards & Visualizations

How can i see what date a dashboard was created on?

amirarsalan
Explorer

Hi!

Can someone help me with a search that shows which data a dashboard was created?

I have this search:

| rest /servicesNS/-/-/data/ui/views 
| table author label eai:acl.app 
| eval Type="Dashboards" 
| rename author as Owner label as Name eai:acl.app as AppName

But i need to see which date a dashboard was created, like "2018-12-31" etc

Best Regards Amir

0 Karma
1 Solution

woodcock
Esteemed Legend

The closest that you can get is the last time that it was updated:

| rest/servicesNS/-/-/configs/conf-views
| table title updated eai:appName eai:acl.owner id

View solution in original post

0 Karma

niketn
Legend

@amirarsalan this is a duplicate thread for your original question posted at: https://answers.splunk.com/answers/712051/monitor-dashboard-when-someone-create-a-new-dashbo.html

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
0 Karma

woodcock
Esteemed Legend

The closest that you can get is the last time that it was updated:

| rest/servicesNS/-/-/configs/conf-views
| table title updated eai:appName eai:acl.owner id
0 Karma

somesoni2
Revered Legend

I don't think that kind of information is stored, you could only see when it was last modified, that tool on local.meta file on the SH server.

0 Karma
Get Updates on the Splunk Community!

What’s New & Next in Splunk SOAR

Security teams today are dealing with more alerts, more tools, and more pressure than ever.  Join us on ...

Your Voice Matters! Help Us Shape the New Splunk Lantern Experience

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

September Community Champions: A Shoutout to Our Contributors!

As we close the books on another fantastic month, we want to take a moment to celebrate the people who are the ...