From a122c04ec431d7c7420be9f16602cd58db681c0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=B2=D1=8F=D1=82=D0=BE=D1=81=D0=BB=D0=B0=D0=B2=20?= =?UTF-8?q?=D0=9A=D0=B0=D0=BB=D0=BC=D1=8B=D0=BA=D0=BE=D0=B2?= Date: Mon, 16 Dec 2024 01:43:43 +0300 Subject: [PATCH] Update step-by-step.rst --- source/installation-guide/wazuh-indexer/step-by-step.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ----------