Hi there,
Initialy I upgraded wazuh from 4.7 to 4.8 and encountered issues with it, so installed it on a fresh machine but it is still not working
I am having all wazuh services on one server (Indexer, dhashboard, manager)
/var/ossec/logs/ossec.log

# tried wt=with 0.0.0.0 and 127.
<vulnerability-detection>
<enabled>yes</enabled>
<index-status>yes</index-status>
<feed-update-interval>60m</feed-update-interval>
</vulnerability-detection>
<indexer>
<enabled>yes</enabled>
<hosts>
<host>
https://127.0.0.1:9200</host>
</hosts>
<ssl>
<certificate_authorities>
<ca>/etc/filebeat/certs/root-ca.pem</ca>
</certificate_authorities>
<certificate>/etc/filebeat/certs/filebeat.pem</certificate>
<key>/etc/filebeat/certs/filebeat-key.pem</key>
</ssl>
</indexer>
curl -k -u admin:mypassword https://127.0.0.1:9200
{
"name" : "node-1",
"cluster_name" : "wazuh-cluster",
"cluster_uuid" : "7YOuWK1cQz2ziORSwUsI-A",
"version" : {
"number" : "7.10.2",
"build_type" : "rpm",
"build_hash" : "eee49cb340edc6c4d489bcd9324dda571fc8dc03",
"build_date" : "2023-09-20T23:54:29.889267151Z",
"build_snapshot" : false,
"lucene_version" : "9.7.0",
"minimum_wire_compatibility_version" : "7.10.0",
"minimum_index_compatibility_version" : "7.0.0"
},
"tagline" : "The OpenSearch Project: https://opensearch.org/"
}I tried to follow the previous tips shared, such as ensuring crednetial for indexer( username and password). I actually supplied admin user with the password that I can login with to wazuh Manager, but still no benefits
/var/ossec/bin/wazuh-keystore -f indexer -k username -v admin
/var/ossec/bin/wazuh-keystore -f indexer -k password -v myadminPassword
The wazuh indexer seems to be running fine .
Any help would be greatly appreciated.
Thank you very much