Hello,
The problem is the following. I have followed the instructions in Audit Logs - Open Distro Documentation
But it seems that this part does not work:
After this initial setup, you can use Kibana to manage your audit log categories and other settings. In Kibana, choose Security , Audit logs .
I do not have Audit Logs tab in Security window.
Also I am not able to find Audit Logs.
My elasticsearch.yml has this settings:
opendistro_security.audit.type: internal_elasticsearch
opendistro_security.audit.config.index: “'elk-test-audit-'YYYY.MM.dd”
opendistro_security.audit.ignore_users: NONE
opendistro_security.audit.enable_rest: true
opendistro_security.audit.enable_transport: true
I am running OpenDistro version 1.7.0.0
Please help.