You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Wazuh | Mailing List
When wazuh agent collect from endpoint and enter in index so seen some conflict like in below image
how to i solve this
Then i check in my index pattern so data.EventCount shows conflit it's in below image:
and also it shows reason
How to solve this?
musbau....@wazuh.com
unread,
Apr 21, 2026, 10:52:22 AM (6 days ago) Apr 21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Wazuh | Mailing List
The images you attached shows the conflict in data.EventCount is happening because different indices within your my-custom-alerts* pattern have assigned different data types to that specific field. one as an integer and another as a keyword. It is preventing Wazuh from aggregating or visualizing the data correctly. You should update your index template to strictly define data.EventCount as an integer.so it ensures that every new index created by the Wazuh agent follows the same schema, preventing new conflicts from arising. For your existing data, You can reindex the affected indices. Once the reindexing is complete and you have deleted the old indices with the conflicting types, refresh your index pattern in the Wazuh dashboard.