Skip to content

Commit ffacfd2

Browse files
committed
Update curl command
1 parent ec9f574 commit ffacfd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/upgrade-guide/upgrading-central-components.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ Perform the following steps on any of the Wazuh indexer nodes replacing ``<WAZUH
215215

216216
.. code-block:: bash
217217
218-
curl -X PUT "https://<WAZUH_INDEXER_IP_ADDRESS>:9200/_cluster/settings" -u <USERNAME>:<PASSWORD> -k -H 'Content-Type: application/json' -d'
218+
curl -X PUT "https://<WAZUH_INDEXER_IP_ADDRESS>:9200/_cluster/settings" -u <USERNAME> -k -H 'Content-Type: application/json' -d'
219219
{
220220
"persistent": {
221221
"cluster.routing.allocation.enable": "all"

0 commit comments

Comments
 (0)