Opensearch Dashboards
Platform:
24.04
22.04
| Channel | Revision | Published | Runs on |
|---|---|---|---|
| 2/stable | 66 | 27 Apr 2026 | |
| 2/stable | 65 | 27 Apr 2026 | |
| 2/candidate | 65 | 27 Apr 2026 | |
| 2/candidate | 66 | 27 Apr 2026 | |
| 2/beta | 66 | 27 Apr 2026 | |
| 2/beta | 65 | 27 Apr 2026 | |
| 2/edge | 72 | 14 May 2026 | |
| 2/edge | 71 | 14 May 2026 |
juju deploy opensearch-dashboards --channel 2/stable
Connect to OpenSearch
This guide explains how to connect OpenSearch Dashboards with OpenSearch via Juju integrations.
Prerequisites
A Juju model containing:
- An active
opensearchapplication - 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.