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!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...