**What do you want to do?** - [ ] Request a change to existing documentation - [ ] Add new documentation - [x] Report a technical problem with the documentation - [ ] Other **Tell us about your request.** Provide a summary of the request. https://docs.opensearch.org/latest/security/audit-logs/index/ states that audit logs are disabled by default. However, the `audit.yml` file provided by the opensearch-security plugin has audit logs enabled. https://github.com/opensearch-project/security/blob/76c3e2c48d7e88fd9c82dc6cff739d6e7098a326/config/audit.yml#L7 ``` root@default:/home/vagrant# cat /etc/opensearch/opensearch-security/audit.yml _meta: type: "audit" config_version: 2 config: # enable/disable audit logging enabled: true ``` **Version:** Latest
What do you want to do?
Tell us about your request. Provide a summary of the request.
https://docs.opensearch.org/latest/security/audit-logs/index/ states that audit logs are disabled by default. However, the
audit.ymlfile provided by the opensearch-security plugin has audit logs enabled.https://github.com/opensearch-project/security/blob/76c3e2c48d7e88fd9c82dc6cff739d6e7098a326/config/audit.yml#L7
Version: Latest