Forum Discussion

asikarwar's avatar
asikarwar
Icon for Neophyte rankNeophyte
2 months ago

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...
  • Mike_Moniz's avatar
    Mike_Moniz
    2 months ago

    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.