Hello Muhammad,
The feature you are looking for is called audit logging. It's disabled by default, which is why you don't see it on the dashboard at the moment.
The method of enabling it depends on the indexer you are using.
If you are using Opensearch, you will need to add the following line to /etc/wazuh-indexer/opensearch.yml :
plugins.security.audit.type: internal_opensearch
If you are using Elasticsearch instead, you will need to do set the
xpack.security.audit.enabled to true in
/etc/elasticsearch/elasticsearch.yml.
You can find more information on audit logging on each of their documentations:
Keep in mind that audit logging in Elasticsearch required a platinum subscription so, if you are using a basic license, you won't be able to enable this setting.
I hope you find this helpful. Do let us know if you need anything else.
Best regards,
Gonzalo