You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to change the password in a multi-node Wazuh installation using Docker, there is a lack of specific information regarding the variables that need to be replaced.
In a multi-node installation, the information regarding which changes need to be made on which nodes/hosts and the exact steps to follow may not be clear. The existing information is oriented towards making modifications in a single-node installation, where it correctly specifies what information needs to be modified and in which file it is located.
In the step: Open the docker-compose.yml file. Change all occurrences of the old password with the new one.
I case that I have a master and many workers, which hash should I change...
In the step: Run docker ps and note the name of the Wazuh indexer container. For example, single-node-wazuh.indexer-1.
It is not specified, in case there are many indexers, in which one should be done the steps to set the variables and reinitialize the process with:
In https://documentation-dev.wazuh.com/v4.5.3-rc1/deployment-options/docker/wazuh-container.html
When attempting to change the password in a multi-node Wazuh installation using Docker, there is a lack of specific information regarding the variables that need to be replaced.
In a multi-node installation, the information regarding which changes need to be made on which nodes/hosts and the exact steps to follow may not be clear. The existing information is oriented towards making modifications in a single-node installation, where it correctly specifies what information needs to be modified and in which file it is located.
For example:
https://documentation-dev.wazuh.com/v4.5.3-rc1/deployment-options/docker/wazuh-container.html#setting-the-new-password
In the step:
Open the docker-compose.yml file. Change all occurrences of the old password with the new one.
I case that I have a master and many workers, which hash should I change...
In the step:
Run docker ps and note the name of the Wazuh indexer container. For example, single-node-wazuh.indexer-1.
It is not specified, in case there are many indexers, in which one should be done the steps to set the variables and reinitialize the process with:
The text was updated successfully, but these errors were encountered: