Skip to content

Commit

Permalink
CL:
Browse files Browse the repository at this point in the history
- Re-phrased example
  • Loading branch information
sebasfalcone committed Apr 2, 2024
1 parent 10793ed commit 1c4dbaf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
.. Copyright (C) 2015, Wazuh, Inc.
By default, the host is set to localhost: ``<host>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: ``<host>https://0.0.0.0:9200/</host>``. Replace ``0.0.0.0`` with your Wazuh indexer node IP address or hostname.

.. code-block:: xml
:emphasize-lines: 4
<indexer>
<enabled>yes</enabled>
<hosts>
<host>https://10.0.0.1:9200</host>
<host>https://0.0.0.0:9200</host>
</hosts>
<ssl>
<certificate_authorities>
Expand Down

0 comments on commit 1c4dbaf

Please sign in to comment.