Hello, Tejo
If the indexes have not been created, it could be an issue with Filebeat not forwarding the alerts correctly to the Indexer. How was this environment deployed? Did you use the assisted installation or the step-by-step one? (
https://documentation.wazuh.com/current/installation-guide/wazuh-indexer/index.html).
Please verify that Filebeat's Wazuh module has been properly installed (only do this if no custom configuration has been set on the module, otherwise please make a backup of your setting before executing this):
curl -s https://packages.wazuh.com/4.x/filebeat/wazuh-filebeat-0.4.tar.gz | tar -xvz -C /usr/share/filebeat/moduleRestart Filebeat:
systemctl restart filebeatAnd execute a test to see if it's able to properly connect to the Indexer by executing:
filebeat test outputYou should see something like this:
[root@manager01 x]# filebeat test output
elasticsearch: https://192.168.0.164:9200...
parse url... OK
connection...
parse host... OK
dns lookup... OK
addresses: 192.168.0.164
dial up... OK
TLS...
security: server's certificate chain verification is enabled
handshake... OK
TLS version: TLSv1.2
dial up... OK
talk to server... OK
version: 7.10.2
This will help us narrow down where the issue might be happening.