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!

CX Day is Coming!

Customer Experience (CX) Day is on October 7th!! We're so excited to bring back another day full of wonderful ...

Strengthen Your Future: A Look Back at Splunk 10 Innovations and .conf25 Highlights!

The Big One: Splunk 10 is Here!  The moment many of you have been waiting for has arrived! We are thrilled to ...

Now Offering the AI Assistant Usage Dashboard in Cloud Monitoring Console

Today, we’re excited to announce the release of a brand new AI assistant usage dashboard in Cloud Monitoring ...