You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#. ``hosts``: The list of Wazuh indexer nodes to connect to. You can use either IP addresses or hostnames. By default, the host is set to localhost ``hosts: ["127.0.0.1:9200"]``. Replace it with your Wazuh indexer address accordingly.
4
-
5
-
If you have more than one Wazuh indexer node, you can separate the addresses using commas. For example, ``hosts: ["10.0.0.1:9200", "10.0.0.2:9200", "10.0.0.3:9200"]``
3
+
#. ``hosts``: The list of Wazuh indexer nodes to connect to. You can use either IP addresses or hostnames. By default, the host is set to localhost ``hosts: ["127.0.0.1:9200"]``. Replace your Wazuh indexer IP address accordingly.
6
4
7
-
.. code-block:: yaml
5
+
If you have more than one Wazuh indexer node, you can separate the addresses using commas. For example, ``hosts: ["10.0.0.1:9200", "10.0.0.2:9200", "10.0.0.3:9200"]``
Copy file name to clipboardExpand all lines: source/_templates/installations/manager/configure_indexer_connection.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ By default, the indexer settings have one host configured. It's set to ``0.0.0.0
23
23
24
24
- Ensure the Filebeat certificate and key name match the certificate files in ``/etc/filebeat/certs``.
25
25
26
-
If you are running a cluster infrastructure, add a ``<host>`` entry for each one of your nodes. For example, in a two-node configuration:
26
+
If you are running a Wazuh indexer cluster infrastructure, add a ``<host>`` entry for each one of your nodes. For example, in a two-node configuration:
27
27
28
28
.. code-block:: xml
29
29
@@ -32,6 +32,6 @@ If you are running a cluster infrastructure, add a ``<host>`` entry for each one
32
32
<host>https://10.0.0.2:9200</host>
33
33
</hosts>
34
34
35
-
Vulnerability detection prioritizes reporting to the first node in the list. It switches to the next node in case it is not available.
35
+
The Wazuh server prioritizes reporting to the first Wazuh indexer node in the list. It switches to the next node in case it is not available.
# curl -s https://packages.wazuh.com/4.x/filebeat/wazuh-filebeat-0.4.tar.gz | tar -xvz -C /usr/share/filebeat/module
138
+
# curl -s https://packages.wazuh.com/4.x/filebeat/wazuh-filebeat-0.4.tar.gz | tar -xvz -C /usr/share/filebeat/module
141
139
142
140
Deploying certificates
143
141
^^^^^^^^^^^^^^^^^^^^^^
144
142
145
-
.. note::
146
-
Make sure that a copy of the ``wazuh-certificates.tar`` file, created during the initial configuration step, is placed in your working directory.
143
+
.. note::
144
+
145
+
Make sure that a copy of the ``wazuh-certificates.tar`` file, created during the initial configuration step, is placed in your working directory.
147
146
148
-
#. Replace ``<SERVER_NODE_NAME>`` with your Wazuh server node certificate name, the same one used in ``config.yml`` when creating the certificates. Then, move the certificates to their corresponding location.
147
+
#. Replace ``<SERVER_NODE_NAME>`` with your Wazuh server node certificate name, the same one used in ``config.yml`` when creating the certificates. Then, move the certificates to their corresponding location.
@@ -156,7 +155,7 @@ Configuring the Wazuh indexer connection
156
155
157
156
You can skip this step if you are not going to use the vulnerability detection capability.
158
157
159
-
#. Save the Wazuh indexer username and password into the Wazuh manager keystore using the wazuh-keystore tool:
158
+
#. Save the Wazuh indexer username and password into the Wazuh manager keystore using the wazuh-keystore tool. Replace ``<WAZUH_INDEXER_USERNAME>`` and ``<WAZUH_INDEXER_PASSWORD>`` with the Wazuh indexer username and password:
#. Run the following command to verify that Filebeat is successfully installed.
195
192
196
-
# filebeat test output
193
+
.. code-block:: console
197
194
198
-
Expand the output to see an example response.
195
+
# filebeat test output
199
196
200
-
.. code-block:: none
201
-
:class: output accordion-output
197
+
Expand the output to see an example response.
202
198
203
-
elasticsearch: https://127.0.0.1:9200...
204
-
parse url... OK
205
-
connection...
206
-
parse host... OK
207
-
dns lookup... OK
208
-
addresses: 127.0.0.1
209
-
dial up... OK
210
-
TLS...
211
-
security: server's certificate chain verification is enabled
212
-
handshake... OK
213
-
TLS version: TLSv1.3
214
-
dial up... OK
215
-
talk to server... OK
216
-
version: 7.10.2
199
+
.. code-block:: none
200
+
:class: output accordion-output
217
201
202
+
elasticsearch: https://127.0.0.1:9200...
203
+
parse url... OK
204
+
connection...
205
+
parse host... OK
206
+
dns lookup... OK
207
+
addresses: 127.0.0.1
208
+
dial up... OK
209
+
TLS...
210
+
security: server's certificate chain verification is enabled
211
+
handshake... OK
212
+
TLS version: TLSv1.3
213
+
dial up... OK
214
+
talk to server... OK
215
+
version: 7.10.2
218
216
219
217
Your Wazuh server node is now successfully installed. Repeat this stage of the installation process for every Wazuh server node in your Wazuh cluster, then proceed with configuring the Wazuh cluster. If you want a Wazuh server single-node cluster, everything is set and you can proceed directly with :doc:`../wazuh-dashboard/step-by-step`.
0 commit comments