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
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
@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
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
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.