Track Visualization and Dashboard Usage

Hi All,

Is there any way to store/track Kibana Dashboard and visualization view counts and who is viewing them?
The best way I can find so far is manually searching the kibana.log for Dashboard/Visualization gets but it seems like there must be a better way?

I discovered that if you have the security plugin installed
and you add the below to elasticsearch.yml
opendistro_security.audit.type: internal_elasticsearch opendistro_security.audit.config.disabled_rest_categories: NONE opendistro_security.audit.config.disabled_transport_categories: NONE

It will add the data you need to security-auditlog indices.

1 Like