From 2a0c5fd8770d356a8242cd4e0c6650f4c78f9cdc Mon Sep 17 00:00:00 2001 From: Yan Zeng <46499415+zengyan-amazon@users.noreply.github.com> Date: Mon, 3 Oct 2022 17:03:15 -0700 Subject: [PATCH] Add sample config for multi data source in yml config template (#2428) Signed-off-by: Yan Zeng Signed-off-by: Yan Zeng Signed-off-by: Sergey V. Osipov --- CHANGELOG.md | 2 ++ config/opensearch_dashboards.yml | 9 +++++++++ 2 files changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f10fcbddfb8..74ed9a731e57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -65,12 +65,14 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * README.md for saving index pattern relationship ([#2276](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2276)) * Remove extra typo from README. ([#2403](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2403)) +* Add sample config for multi data source feature in yml template. ([#2428](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2428)) ### 🛠 Maintenance * Increment from 2.3 to 2.4. ([#2295](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2295)) * Adding @zengyan-amazon as maintainer ([#2419](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2419)) * Updating @tmarkley to Emeritus status. ([#2423](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2423)) +* Adding sample config for multi data source in yml config template. ([#2428](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2428)) * Adding @kristenTian as maintainer. ([#2450](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2450)) ### 🪛 Refactoring diff --git a/config/opensearch_dashboards.yml b/config/opensearch_dashboards.yml index 69bd26c18d20..4f23dc42c050 100644 --- a/config/opensearch_dashboards.yml +++ b/config/opensearch_dashboards.yml @@ -223,3 +223,12 @@ # Set the value of this setting to true to start exploring wizard # functionality in Visualization. # wizard.enabled: false + +# Set the value of this setting to true to enables the experimental multiple data source +# support feature. Use with caution. +#data_source.enabled: false +# Set the value of these settings to custermize crypto materials to encryption saved credentials +# in data sources. +#data_source.encryption.wrappingKeyName: 'changeme' +#data_source.encryption.wrappingKeyNamespace: 'changeme' +#data_source.encryption.wrappingKey: [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]