Versions (relevant - OpenSearch/Dashboard/Server OS/Browser):
opensearch version - 2.14.0
Describe the issue :
Hi all, I want to enable multiple data sources, and according to documentation I should enable it in opensearch_dashboards.yml file, but im running opensearch using the opensearch k8s operator on an eks kubernetes cluster, how can i access this opensearch_dashboards.yml file. Thank you
Configuration :
Relevant Logs or Screenshots :
pablo
May 30, 2024, 9:20pm
2
@arsenalkid Do you use the OpenSearch official operator?
If yes, then you can add the OpenSearch Dashboards configuration in the OpenSearchCluster CRD.
Thank you so much, one small question how should i add this part here in the crd file data_source.enabled: True
dashboards:
properties:
additionalConfig:
additionalProperties:
type: string
description: Additional properties for opensearch_dashboards.yaml
type: object
pablo
May 31, 2024, 8:06am
4
@arsenalkid You can configure it by using additionalConfig section of dashboards.
# Opensearch Operator User Guide
This guide is intended for users of the Opensearch Operator. If you want to contribute to the development of the Operator, please see the [Design documents](../designs/high-level.md) and the [Developer guide](../developing.md) instead.
## Installation
The Operator can be easily installed using Helm:
1. Add the helm repo: `helm repo add opensearch-operator https://opensearch-project.github.io/opensearch-k8s-operator/`
2. Install the Operator: `helm install opensearch-operator opensearch-operator/opensearch-operator`
Follow the instructions in this video to install the Operator:
[![Watch the video](https://opster.com/wp-content/uploads/2022/05/Operator-Installation-Tutorial.png)](https://player.vimeo.com/video/708641527)
A few notes on operator releases:
* Please see the project README for a compatibility matrix which operator release is compatible with which OpenSearch release.
* The userguide in the repository corresponds to the current development state of the code. To view the documentation for a specific released version switch to that tag in the Github menu.
* We track feature requests as Github Issues. If you are missing a feature and find an issue for it, please be aware that an issue ticket closed as completed only means that feature has been implemented in the development version. After that it might still take some for the feature to be contained in a release. If you are unsure, please check the list of releases in our Github project if your feature is mentioned in the release notes.
This file has been truncated. show original