Skip to content

canonical/opensearch-dashboards-snap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenSearch Dasboards Snap

Release Tests

This is the snap package for OpenSearch Dashboards, a community-driven, Apache 2.0-licensed user interface that lets you visualize your OpenSearch data, together with running and scaling your OpenSearch clusters.

Installation:

Get it from the Snap Store

or:

sudo snap install opensearch-dashboards --channel=2/edge

Starting OpenSearch Dashboards:

Parameters:

The following parameters are configurable for the opensearch-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 -- OpenSearch 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 opensearch-dashboards port=1234

Starting up the service:

Either if using the defautls (or when all parameters are set), opensearch-dashboards can be started by executing the following command

sudo snap start opensearch-dashboards.daemon

Testing the OpenSearch Dashboards setup:

Opensearch Dashboards by default are started up at http://localhost:5601, with default credentials (user: kibanaserver, password: kibanaserver).

If you have an Opensearch 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/opensearch-dashboards/current/etc/opensearch-dashboards/opensearch_dashboards.yml

License

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

About

`snap` package providing Opensearch Dashboards

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages