Skip to content

Commit fc03b25

Browse files
committed
{WiP} Update the installation guide
1 parent 47f1966 commit fc03b25

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/installation-guide/wazuh-dashboard/step-by-step.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Starting the Wazuh dashboard service
104104

105105
.. include:: /_templates/installations/dashboard/enable_dashboard.rst
106106

107-
#. Edit the ``/usr/share/wazuh-dashboard/data/wazuh/config/wazuh.yml`` file and replace the ``url`` value with the IP address or hostname of the Wazuh server master node.
107+
#. Edit the ``/usr/share/wazuh-dashboard/data/wazuh/config/wazuh.yml`` file and replace ``<WAZUH_SERVER_IP_ADDRESS>`` with the IP address or hostname of the Wazuh server master node.
108108

109109
.. code-block:: yaml
110110
:emphasize-lines: 3
@@ -124,7 +124,7 @@ Starting the Wazuh dashboard service
124124
- **Username**: ``admin``
125125
- **Password**: ``admin``
126126

127-
When you access the Wazuh dashboard for the first time, the browser shows a warning message stating that the certificate was not issued by a trusted authority. An exception can be added in the advanced options of the web browser. For increased security, the ``root-ca.pem`` file previously generated can be imported to the certificate manager of the browser. Alternatively, a certificate from a trusted authority can be configured.
127+
When you access the Wazuh dashboard for the first time, the browser shows a warning message stating that the certificate was not issued by a trusted authority. An exception can be added in the advanced options of the web browser. For increased security, the ``root-ca.pem`` file previously generated can be imported to the certificate manager of the browser. Alternatively, you can :doc:`configure a certificate </user-manual/wazuh-dashboard/configuring-third-party-certs/index>` from a trusted authority.
128128

129129
Disable Wazuh updates
130130
---------------------
@@ -198,7 +198,7 @@ Select your deployment type and follow the instructions to change the default pa
198198
INFO: The password for Wazuh API user wazuh is ivLOfmj7.jL6*7Ev?UJoFjrkGy9t6Je.
199199
INFO: The password for Wazuh API user wazuh-wui is fL+f?sFRPEv5pYRE559rqy9b6G4Z5pVi
200200
201-
#. On `all your Wazuh server nodes`, run the following command to update the `admin` password in the Filebeat keystore. Replace ``<ADMIN_PASSWORD>`` with the random password generated in the first step.
201+
#. On `all your Wazuh server nodes`, run the following command to update the admin password in the Filebeat keystore. Replace ``<ADMIN_PASSWORD>`` with the random password generated for the ``admin`` user in the first step:
202202

203203
.. code-block:: console
204204
@@ -210,13 +210,13 @@ Select your deployment type and follow the instructions to change the default pa
210210

211211
.. note:: Repeat steps 3 and 4 on `every Wazuh server node`.
212212

213-
#. On your `Wazuh dashboard node`, run the following command to update the `kibanaserver` password in the Wazuh dashboard keystore. Replace ``<KIBANASERVER_PASSWORD>`` with the random password generated in the first step.
213+
#. On your Wazuh dashboard node, run the following command to update the ``kibanaserver`` password in the Wazuh dashboard keystore. Replace ``<KIBANASERVER_PASSWORD>`` with the random password generated for the ``kibanaserver`` user in the first step:
214214

215215
.. code-block:: console
216216
217217
# echo <KIBANASERVER_PASSWORD> | /usr/share/wazuh-dashboard/bin/opensearch-dashboards-keystore --allow-root add -f --stdin opensearch.password
218218
219-
#. Update the ``/usr/share/wazuh-dashboard/data/wazuh/config/wazuh.yml`` configuration file with the new `wazuh-wui` password generated in the second step.
219+
#. Replace ``<WAZUH_WUI_PASSWORD>`` in the ``/usr/share/wazuh-dashboard/data/wazuh/config/wazuh.yml`` file with the new ``wazuh-wui`` password generated in the second step.
220220

221221
.. code-block:: yaml
222222
:emphasize-lines: 6

0 commit comments

Comments
 (0)