asikarwar
5 months agoNeophyte
Dashboard Audit
Hello,
Has anyone been auditing on Dashboard usage.
We have a lot of dashboards and we want to know dashboard which weren't used for over 30 days.
I do not see an API for this, is there another to get this info.
Essentially we need find dashboard not being used for over 30 days then, we will mark them private for next 10 days and then remove them.
Thanks,
Ashish
The counter thing is a good idea. If you don't care about tracking users, a widget that loads a webpage you control might work. It would need to allow CORS and need to be careful about browser caching, but might just be as simple as checking the webserver logs to see if the url was accessed at all in the past X days.