Hi everyone:
I need a little help to understand if my WAZUH is working well. I would appreciate any helpful comments.
Recently, we have upgraded an installation of WAZUH (OVA Single-node) from version 4.3 to 4.5
The result seemed OK.
Before upgrading I had had problems with the indexes and the number of shards. At that time it was possible for me to execute things like:
GET /_cluster/health?pretty
To understand the problem and fix it.
Now after the update, I think the API has changed and I have tried things like:
GET /cluster/healthcheck
But I get errors like:
I have tried to activate the cluster by changing the ossec.conf file from:
<cluster>
...
<disabled>yes</disabled>
...
</cluster>
to:
<cluster>
...
<disabled>no</disabled>
...
</cluster>
And when i restart the manager, configuration errors appear.
Is my Wazuh in a wrong state?
Is it normal that in version 4.5 in single-node, the cluster is no longer enabled?
In that case, how do I use the API to control the status of the shards for example?
(Sorry for the long question)
Thanks
Alex