Hi guys,
I'm new here. Sorry if I'm in wrong category.
My question: How can I know user who log into my Kibana?
Kibana: Free version 7.4.0
Elasticsearch: Free version 7.4.0
What I've already done:
- I set <xpack.security.audit.enabled/> to true in Kibana.yml, but nothing happened.
- Then, I add
<xpack.security.audit.appender.type: rolling-file> and <xpack.security.audit.appender.fileName: /var/log/auditfile.log> in Kibana yml, my Kibana service unable to start. - I disabled #2 in Kibana.yml
- I enabled #1 and #2 in Elasticsearch.yml, but my Elasticsearch service unable to start.
So, what exactly should I do to get user login audit? or I cannot get it in free version?
Appreciate your help.
Thank you