I want to display my data on wazuh dashboard using wazuh template by default, but my index pattern has fields with "_" separator but wazuh dashboard is using "." as a separator e.g. my index pattern field "agent_id " but wauzh dashboard field is "agent.id" which are not matching and data is not showing on the dashboard.
Kindly go through the images I attached
Image 1 à Wazuh Dashboard where I want to display my index pattern data using wazuh template
Image 2 à OpenSearch discover tab showing my index pattern alerts and field
Image 3 à wazuh template field that I want to change
Image 4 à my index pattern fields
So I deleted wazuh-alerts-* index pattern and now I am loading my index pattern, but half of the data is not loading due to differences in fields like manger.name (wazuh field ) but my index pattern has this field with “manger _name” (check image 1), can I change wazuh field in the template to manager_name so dashboard can pick all of the data or some other solution.
Thanks
--
You received this message because you are subscribed to a topic in the Google Groups "Wazuh | Mailing List" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/wazuh/2LYm6lZ_wDM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to wazuh+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/4de33dfd-a9b3-4301-a419-8255c110136an%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/65324231-085b-43fd-ac4f-4a9fc5660589n%40googlegroups.com.
Did you download the template below and follow the steps described in the documentation?
curl -so template.json https://raw.githubusercontent.com/wazuh/wazuh/4.7/extensions/elasticsearch/7.x/wazuh-template.jsonThe field names are defined in that template. If you made any changes to the field names then you need to download the template again, add your custom index, and follow the steps described here.