We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec9f574 commit ffacfd2Copy full SHA for ffacfd2
source/upgrade-guide/upgrading-central-components.rst
@@ -215,7 +215,7 @@ Perform the following steps on any of the Wazuh indexer nodes replacing ``<WAZUH
215
216
.. code-block:: bash
217
218
- curl -X PUT "https://<WAZUH_INDEXER_IP_ADDRESS>:9200/_cluster/settings" -u <USERNAME>:<PASSWORD> -k -H 'Content-Type: application/json' -d'
+ curl -X PUT "https://<WAZUH_INDEXER_IP_ADDRESS>:9200/_cluster/settings" -u <USERNAME> -k -H 'Content-Type: application/json' -d'
219
{
220
"persistent": {
221
"cluster.routing.allocation.enable": "all"
0 commit comments