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.