I Want to Audit Enabled for Kibana Dev Tools Console Queries

I want to keep a diary for Kibana Dev Tools Console queries. For this they told me to add xpack.audit.enabled: true
line to elasticsearch.yml file and restart elasticsearch service, but when I add the line the elasticsearch service cannot be started.

I think the configuration setting you are looking for is xpack.security.audit.enabled: true -- this may be why you are unable to restart.

Sorry. I typed wrong. I actually wrote this way.
xpack.security.audit.enabled: true
But not working.

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