From 1c4dbaf14aa5ea3618255e1657b6d87b2e6a45ce Mon Sep 17 00:00:00 2001 From: sebasfalcone Date: Tue, 2 Apr 2024 14:00:51 +0200 Subject: [PATCH] CL: - Re-phrased example --- .../installations/manager/configure_indexer_connection.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_templates/installations/manager/configure_indexer_connection.rst b/source/_templates/installations/manager/configure_indexer_connection.rst index 0474dbda03..133934556a 100644 --- a/source/_templates/installations/manager/configure_indexer_connection.rst +++ b/source/_templates/installations/manager/configure_indexer_connection.rst @@ -1,6 +1,6 @@ .. Copyright (C) 2015, Wazuh, Inc. -By default, the host is set to localhost: ``https://0.0.0.0:9200/host>``. Replace it with your Wazuh indexer address accordingly. You can use either IP addresses or hostnames. +By default, the host is set to localhost: ``https://0.0.0.0:9200/``. Replace ``0.0.0.0`` with your Wazuh indexer node IP address or hostname. .. code-block:: xml :emphasize-lines: 4 @@ -8,7 +8,7 @@ By default, the host is set to localhost: ``https://0.0.0.0:9200/host>``. yes - https://10.0.0.1:9200 + https://0.0.0.0:9200