Hi,
It seems that changing the read only user 'kibanaserver' password makes wazuh-dashboard loose connectivity with Opensearch.
We get the following error in wazuh-clusert.log:
[2022-06-23T17:03:18,853][WARN ][o.o.s.a.BackendRegistry ] [indexer-node-1] Authentication finally failed for kibanaserver from x.x.x.x:xxxxx
[2022-06-23T17:03:21,355][WARN ][o.o.s.a.BackendRegistry ] [indexer-node-1] Authentication finally failed for kibanaserver from x.x.x.x:xxxxx
[2022-06-23T17:03:23,857][WARN ][o.o.s.a.BackendRegistry ] [indexer-node-1] Authentication finally failed for kibanaserver from x.x.x.x:xxxxx
I even tried putting the new password in the opensearch_dashboards.yml file under
opensearch.username:
opensearch.password:
However, it does not seem to have any effect. The user kibanaserver is hard coded somewhere with kibanaserver as the default password.
Changing the password back to kibanaserver, connect wazuh-dashboard to opensearch..
Thanks and Regards,
-=Srijan Nandi