
Hi,
Could you please check whether alerts related to Office 365 are being triggered and written to the alerts.json file on the Wazuh manager?
To verify, run the following command on the Wazuh manager server:
cat /var/ossec/logs/alerts/alerts.json | grep =iE "office365"This will search for any Office 365-related alerts in the alerts.json file. Please confirm if such alerts are present.
From the Wazuh Dashboard:
Click the hamburger icon in the top-left corner
Go to Stack Management > Index Patterns
Click on the wazuh-alerts index pattern
Look for any fields marked with a conflict warning
This helps identify mapping issues that could prevent logs from appearing in the dashboard.


Hi,
Have you made any changes in the /etc/filebeat/wazuh-template.json file on the Wazuh manager server before encountering this issue?
From the shared screenshot, it appears that the field data.office365.AdditionalInfo has a mapping conflict issue with the datatype.
To resolve this issue, try reindexing all the indices that are showing this mapping conflict.
Hi,
Apologies for the late response. In the screenshot you shared, it shows that the field office365.AdditionalInfo has two conflicting data types: keyword and object. To resolve this and prevent such conflicts in the future, I recommend disabling the office365.AdditionalInfo field in the Filebeat template and then re-indexing the data.
Please follow the steps below to disable the field:
