
Hi,
From the details you shared, the issue appears to be related to a field mapping problem, specifically affecting the manager.name field. That is likely why the visualizations for those indices are failing.
The Wazuh dashboard visualizations use the manager.name field as a filter across multiple panels. If manager.name is not mapped as keyword, queries that rely on exact-match filtering can fail and impact multiple visualizations.
Before proceeding, please confirm whether you made any changes to:
the wazuh-alerts index template
Filebeat template (wazuh-template.json)
ingest pipelines
or any other settings
If yes, please share what was changed.
On the Wazuh dashboard: Hamburger icon (top-left) > Indexer management > Dev Tools
Run this for a known working alerts index:
Replace <old-index-date> with an older index date that is working.
In the output, search for manager and verify it looks like this:
On the Wazuh manager server, open: /etc/filebeat/wazuh-template.json
Search for the manager field and verify that manager.name is mapped as:
"type": "keyword"
The full /etc/filebeat/wazuh-template.json file.
The mapping output for:
one old working index (.../_mapping)
one failing index (.../_mapping)
These details will help us confirm the root cause and guide the correct fix.