Hello Federico, thank you for helping! Here are the logs:
cat /var/log/wazuh-indexer/wazuh-cluster.log | grep -i -E "error|warn"
[2025-08-06T14:28:24,418][WARN ][o.o.s.a.BackendRegistry ] [node-1] Authentication finally failed for admin from
127.0.0.1:33276[2025-08-06T14:28:24,799][WARN ][o.o.s.a.BackendRegistry ] [node-1] Authentication finally failed for kibanaserver from
127.0.0.1:54234[2025-08-06T14:28:26,534][WARN ][o.o.s.a.BackendRegistry ] [node-1] Authentication finally failed for kibanaserver from
127.0.0.1:54234[2025-08-06T14:28:29,081][WARN ][o.o.s.a.BackendRegistry ] [node-1] Authentication finally failed for kibanaserver from
127.0.0.1:54234
cat /var/log/filebeat/filebeat | grep -i -E "error|warn"
2025-08-07T07:15:16.474Z ERROR [publisher_pipeline_output] pipeline/output.go:154 Failed to connect to backoff(elasticsearch(https://127.0.0.1:9200)): Get "
https://127.0.0.1:9200": dial tcp
127.0.0.1:9200: connect: connection refused
2025-08-07T07:15:46.886Z ERROR [publisher_pipeline_output] pipeline/output.go:154 Failed to connect to backoff(elasticsearch(https://127.0.0.1:9200)): Get "
https://127.0.0.1:9200": dial tcp
127.0.0.1:9200: connect: connection refused
cat /var/ossec/logs/ossec.log | grep -i -E "error|warn"
2025/08/07 07:15:17 wazuh-authd: ERROR: Incompatible version for new agent from: 192.168.Y.XXX
2025/08/07 07:16:07 wazuh-authd: ERROR: Incompatible version for new agent from: 192.168.Y.XXX
journalctl -u wazuh-dashboard | grep -i -E "error|warn"
Aug 07 07:22:40 ovlxlog1 opensearch-dashboards[970]: {"type":"log","@timestamp":"2025-08-07T07:22:40Z","tags":["error","opensearch","data"],"pid":970,"message":"[ConnectionError]: connect ECONNREFUSED
127.0.0.1:9200"}
Aug 07 07:22:43 ovlxlog1 opensearch-dashboards[970]: {"type":"log","@timestamp":"2025-08-07T07:22:43Z","tags":["error","opensearch","data"],"pid":970,"message":"[ConnectionError]: connect ECONNREFUSED
127.0.0.1:9200"}
Aug 07 07:22:45 ovlxlog1 opensearch-dashboards[970]: {"type":"log","@timestamp":"2025-08-07T07:22:45Z","tags":["error","opensearch","data"],"pid":970,"message":"[ConnectionError]: connect ECONNREFUSED
127.0.0.1:9200"}
It looks to me like a credential problem which then prevents ervices from starting?