conflict in field name type

22 views
Skip to first unread message

Harsh Godiwala

unread,
Apr 21, 2026, 9:52:52 AM (6 days ago) Apr 21
to Wazuh | Mailing List
 When wazuh agent collect from endpoint and enter in index so seen some conflict like in below image

Screenshot 2026-04-21 113354.png


how to i solve this

Then i check in my index pattern so data.EventCount shows conflit it's in below image:

Screenshot 2026-04-21 112833.png

and also it shows reason

Screenshot 2026-04-21 113651.png

How to solve this?

musbau....@wazuh.com

unread,
Apr 21, 2026, 10:52:22 AM (6 days ago) Apr 21
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.

You can reference this below.

https://documentation.wazuh.com/current/user-manual/wazuh-indexer/re-indexing.html
https://documentation.wazuh.com/current/user-manual/wazuh-indexer/wazuh-indexer-indices.html
Reply all
Reply to author
Forward
0 new messages