Hello,
There is a separate index "security-auditlog" that will contain authentication logs and other action performed against the Wazuh Indexer. Kindly follow the betlow steps to get this rolled out
1. Login in to your Wazuh GUI, Under Index Manager, click on Security --> Audit logs and check if Enable audit logging is enabled or not. If not then please enable it.
2. Thereafter, login into the Wazuh Indexer Server terminal and add the below line to /etc/wazuh-indexer/opensearch.yml file.
plugins.security.audit.type: internal_opensearch
Restart the wazuh Indexer components to apply the changes. (systemctl restart wazuh-indexer)
3. Then, go to the UI and in Dashboard Manager, click on Index Patterns -> Create index patterns. Add the following name and click on the next step: security-auditlog-*

Click on next and choose @timestamp as the timestamp.4. After that you can view the logs in Discover for this index. Click on the Drop down arrow to select security-auditlog-* index pattern to view logs such as the authenticated events
This contains the list of events that can be viewed; https://opensearch.org/docs/latest/security/audit-logs/index/
Regards,
Chuks Okonkwo