This is the snap package for Wazuh Dashboard, a community-driven, Apache 2.0-licensed user interface that lets you visualize your Wazuh data, together with running and scaling your Wazuh clusters.
or:
sudo snap install wazuh-dashboard --channel=2/edge
The following parameters are configurable for the wazuh-dashboard daemon:
host-- hostname or IP where the service is to be exposed (default:localhost)port-- port where the service is to be exposed (default:5601)opensearch-- Wazuh Indexer instance URI to connect to (default:https://localhost:9200)
They can be set using the snapctl command, before starting the application. Such as:
sudo snap set wazuh-dashboard port=1234
Either if using the defautls (or when all parameters are set), wazuh-dashboard can be started
by executing the following command
sudo snap start wazuh-dashboard.daemon
Wazuh Dashboard by default is started up at http://localhost:5601, with default credentials
(user: kibanaserver, password: kibanaserver).
If you have an Wazuh instance running with default settings (https://localhost:9200), the Dashboard should be able to automatically connect.
Any other potential connection (or other configuration information) should go to
/snap/wazuh-dashboard/current/etc/opensearch/opensearch_dashboards.yml
The Wazuh Dashboard Snap is free software, distributed under the Apache Software License, version 2.0. See LICENSE for more information.