opensearch

OpenSearch

Channel Revision Published Runs on
2/stable 168 24 Sep 2024
Ubuntu 22.04
2/candidate 168 24 Sep 2024
Ubuntu 22.04
2/beta 168 24 Sep 2024
Ubuntu 22.04
2/edge 213 12 Mar 2025
Ubuntu 24.04 Ubuntu 22.04
2/edge 212 12 Mar 2025
Ubuntu 24.04 Ubuntu 22.04
juju deploy opensearch --channel 2/stable
Show information

Platform:

Ubuntu
24.04 22.04

All commands are written for juju v.3.1.7 +

How to configure Azure storage

This guide will teach you how to deploy and configure the Azure Integrator charm for Azure, send the configurations to the Charmed OpenSearch application, and update it.


Configure Azure integrator

First, deploy and run the azure-integrator charm:

juju deploy azure-storage-integrator --channel latest/edge
juju config azure-storage-integrator storage-account=<Azure_storage_account> container=<Azure_storage_container>

Then, add the the secret key to the charm:

juju add-secret mysecret secret-key=<Azure_storage_key>
juju grant-secret mysecret azure-storage-integrator
juju config azure-storage-integrator credentials=<secret-id>

See all other configuration parameters in the Configuration section of the azure-integrator documentation.

Integrate with Charmed OpenSearch

To pass these configurations to Charmed OpenSearch, integrate the two applications:

juju integrate azure-storage-integrator opensearch