Opensearch Dashboards

  • By Canonical Data Platform
Channel Revision Published Runs on
2/stable 22 24 Sep 2024
Ubuntu 22.04
2/candidate 22 24 Sep 2024
Ubuntu 22.04
2/beta 22 24 Sep 2024
Ubuntu 22.04
2/edge 22 24 Sep 2024
Ubuntu 22.04
juju deploy opensearch-dashboards --channel 2/stable
Show information

Platform:

Ubuntu
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 with opensearch

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.