Skip to content

canonical/wazuh-dashboard-snap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wazuh Dasboard Snap

Release Tests

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.

Installation:

Get it from the Snap Store

or:

sudo snap install wazuh-dashboard --channel=2/edge

Starting Wazuh Dashboard:

Parameters:

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

Starting up the service:

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

Testing the Wazuh Dashboards setup:

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

License

The Wazuh Dashboard Snap is free software, distributed under the Apache Software License, version 2.0. See LICENSE for more information.

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 100.0%