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
Copy file name to clipboardExpand all lines: source/installation-guide/wazuh-dashboard/installation-assistant.rst
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
.. Copyright (C) 2015, Wazuh, Inc.
2
2
3
3
.. meta::
4
-
:description: Learn how to install the Wazuh dashboard using the assisted installation method. The Wazuh dashboard is a flexible and intuitive web interface for mining and visualizing security events and archives.
4
+
:description: Learn how to install the Wazuh dashboard using the assisted installation method. The Wazuh dashboard is a flexible and intuitive web interface for mining and visualizing security events and archives.
5
5
6
6
Installing the Wazuh dashboard using the assisted installation method
#. Run the Wazuh installation assistant with the option ``--wazuh-dashboard`` and the node name to install and configure the Wazuh dashboard. The node name must be the same one used in ``config.yml`` for the initial configuration, for example, ``dashboard``:
21
-
21
+
22
22
.. note::
23
-
23
+
24
24
Make sure that a copy of ``wazuh-install-files.tar`` created during the Wazuh indexer installation is placed in your working directory.
25
25
26
26
.. code-block:: console
@@ -32,19 +32,19 @@ Wazuh dashboard installation
32
32
Once the Wazuh installation is completed, the output shows the access credentials and a message that confirms that the installation was successful.
33
33
34
34
.. code-block:: none
35
-
:emphasize-lines: 3,4
36
-
35
+
:emphasize-lines: 3,4
36
+
37
37
INFO: --- Summary ---
38
38
INFO: You can access the web interface https://<WAZUH_DASHBOARD_IP_ADDRESS>
39
39
User: admin
40
40
Password: <ADMIN_PASSWORD>
41
41
42
42
INFO: Installation finished.
43
43
44
-
You now have installed and configured Wazuh. Find all passwords that the Wazuh installation assistant generated in the ``wazuh-passwords.txt`` file inside the ``wazuh-install-files.tar`` archive. To print them, run the following command:
45
-
44
+
You now have installed and configured Wazuh. Find all passwords that the Wazuh installation assistant generated in the ``wazuh-passwords.txt`` file inside the ``wazuh-install-files.tar`` archive. Run the following command to print them:
45
+
46
46
.. code-block:: console
47
-
47
+
48
48
# tar -O -xvf wazuh-install-files.tar wazuh-install-files/wazuh-passwords.txt
49
49
50
50
#. Access the Wazuh web interface with your ``admin`` user credentials. This is the default administrator account for the Wazuh indexer and it allows you to access the Wazuh dashboard.
@@ -53,7 +53,7 @@ Wazuh dashboard installation
53
53
- **Username**: ``admin``
54
54
- **Password**: ``<ADMIN_PASSWORD>``
55
55
56
-
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 instead. Alternatively, a certificate from a trusted authority can be configured.
56
+
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 instead. Alternatively, you can :doc:`configure a certificate </user-manual/wazuh-dashboard/configuring-third-party-certs/index>` from a trusted authority.
57
57
58
58
Disable Wazuh updates
59
59
---------------------
@@ -85,7 +85,7 @@ All the Wazuh central components are successfully installed.
0 commit comments