How can i setup kibana server logs for capturing the user logged in and dashboards viewed info

Hi Elastic Team,

How can I setup "kibana" server logs for capturing the user logged in & dashboards viewed info.
I would like to capture the user info whenever user logs into Kibana UI and views the dashboards.
please let me know what is the logging level, how to setup in kibana.yml.

Thanks

Hi, in request logging, Kibana doesn't log anything related to authentication headers, which is where user information will be.

The way I've dealt with this requirement was to have a reverse proxy in front of Kibana that logs the request, including the URI and the auth username. You can have the proxy's logs ingested into Elasticsearch using Filebeat.

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