diff --git a/source/installation-guide/wazuh-indexer/step-by-step.rst b/source/installation-guide/wazuh-indexer/step-by-step.rst index 66597db5ee..afae1c4829 100644 --- a/source/installation-guide/wazuh-indexer/step-by-step.rst +++ b/source/installation-guide/wazuh-indexer/step-by-step.rst @@ -188,7 +188,7 @@ Testing the cluster installation .. code-block:: console - # curl -k -u admin:admin https://:9200 + # curl -k -u admin: https://:9200 .. code-block:: none :class: output accordion-output @@ -214,7 +214,7 @@ Testing the cluster installation .. code-block:: console - # curl -k -u admin:admin https://:9200/_cat/nodes?v + # curl -k -u admin: https://:9200/_cat/nodes?v Next steps ----------