Hi. First want to say thank for your product.
I want to try wazuh before implement in company, but have some trouble with it. I use docker single-node model. All seems good. I do all steps in manual, change default password for root and can login with admin. Install two agent. But cant recive alerts form they in discover.
I googled some troubleshooting article and this my statement. (version v4.4.0)
1. Alerts generate and deliver to manager.
tail -f /var/ossec/logs/alerts/alerts.json
tail -f /var/ossec/logs/alerts/alerts.log
if i generate alert (usb install for example) i see this events in logs.
2. After i change /etc/filebeat/filebeat.yml in manager docker image
and setup new password (plz add this step in instruction).
root@wazuh:/# filebeat test output
elasticsearch: https://wazuh.indexer:9200...
parse url... OK
connection...
parse host... OK
dns lookup... OK
addresses: 192.168.160.3
dial up... OK
TLS...
security: server's certificate chain verification is enabled
handshake... OK
TLS version: TLSv1.3
dial up... OK
talk to server... OK
version: 7.10.2
3. But in log i see
2023-04-10T14:22:20.029Z ERROR [publisher_pipeline_output] pipeline/output.go:154 Failed to connect to backoff(elasticsearch(https://wazuh.indexer:9200)): 401 Unauthorized: Unauthorized
2023-04-10T14:22:20.029Z INFO [publisher_pipeline_output] pipeline/output.go:145 Attempting to reconnect to backoff(elasticsearch(https://wazuh.indexer:9200)) with 93 reconnect attempt(s)
2023-04-10T14:22:20.029Z INFO [publisher] pipeline/retry.go:219 retryer: send unwait signal to consumer
4. I dont know its ok or not but filebeat serivce always stop every time i want to start it.

5. Some of component dont run while i start service
6. In Discover tab i cant see any alets, but step 1 they are generated. How can i solve trouble with 401 error while Filebeat test is ok. I dont understant where i can find some logs to see what happened.
Thx a lot for help or advice