Monitoring people watching dashboards

Hi, in our company we have several users consuming different dashboards, is there a way, plugin, GTM or other solution, that I can watch how many users are watching dashboards?

Hope I was clear...

Hi @ldibello

Welcome to the community,

One way you can explore is by collecting the audit logs from Elasticsearch itself, it will get all users who have successfully connected in the stack. By default this audit is not enabled, but you can enable it, in Elasticsearch configuration files:

xpack.security.audit.logfile.events.include: authentication_success

after configuring the audit log, you can collect these logs through filebeat and build a dashboard with the information extracted from the logs.

Below is a link with more information:
Auditing search queries | Elasticsearch Guide [8.2] | Elastic

Best regards

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.