Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wazuh-Alerts* Index not visible on application #23351

Open
simonchuene opened this issue May 8, 2024 · 0 comments
Open

Wazuh-Alerts* Index not visible on application #23351

simonchuene opened this issue May 8, 2024 · 0 comments

Comments

@simonchuene
Copy link

4.7.4 Indexer All-In-One Step-By-Step Platform
4.7.4 Wazuh Indexer Manager Packages/Sources Ubuntu 20.04.6

I initially got this error on first login:
[Alerts index pattern] No template found for the selected index-pattern title [wazuh-alerts-*]

I added the index manually using this source:
https://documentation.wazuh.com/4.4/user-manual/elasticsearch/troubleshooting.html

I executed the below command:
curl https://raw.githubusercontent.com/wazuh/wazuh/v4.7.4/extensions/elasticsearch/7.x/wazuh-template.json | curl -X PUT "https://localhost:9200/_template/wazuh" -H 'Content-Type: application/json' -d @- -u <elasticsearch_user>:<elasticsearch_password> -k

The only index that was added was wazuh-statistics-2024.19w.

I did the installation twice with the same error.

This issue causes the dashboard not to report events for the FIM that I have added on a Windows server.
I can see the changes being reported in the logs (/var/ossec/logs/alerts/alerts.json) but not on the dashboard.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant