Opensearch Dashboards
- Canonical
Channel | Revision | Published | Runs on |
---|---|---|---|
2/stable | 22 | 24 Sep 2024 | |
2/candidate | 22 | 24 Sep 2024 | |
2/beta | 22 | 24 Sep 2024 | |
2/edge | 24 | 24 Oct 2024 |
juju deploy opensearch-dashboards --channel 2/stable
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
22.04
Connect to OpenSearch
This guide explains how to connect OpenSearch Dashboards with OpenSearch via Juju integrations.
Prerequisites
A Juju model containing:
- An active
opensearch
application - A TLS certificate provider charm (e.g.
self-signed-certificates
) integrated withopensearch
To learn how to set up and deploy an OpenSearch application, see steps 1, 2, and 3 of the OpenSearch Tutorial.
Deploy and integrate
On top of a live, healthy OpenSearch database, we can deploy the Dashboards visualization interface:
juju deploy opensearch-dashboards --channel=2/edge
…and integrate it with the database:
juju integrate opensearch opensearch-dashboards
Make sure you’ve set up the correct kernel parameters for your OpenSearch deployment.