From b9b6b82e59e19d7b9712823845a773bb249372ea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 8 Nov 2024 18:59:06 +0000 Subject: [PATCH] Remove data enhancement options from yaml config (#8828) * Remove deprecated data enhancements config option Signed-off-by: Daniel Rowe * Changeset file for PR #8828 created/updated --------- Signed-off-by: Daniel Rowe Co-authored-by: Daniel Rowe Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> (cherry picked from commit 696b792d416ea3f31daac9c1a421d451ff4febe1) Signed-off-by: github-actions[bot] --- changelogs/fragments/8828.yml | 2 ++ config/opensearch_dashboards.yml | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) create mode 100644 changelogs/fragments/8828.yml diff --git a/changelogs/fragments/8828.yml b/changelogs/fragments/8828.yml new file mode 100644 index 000000000000..5740f3f24bf2 --- /dev/null +++ b/changelogs/fragments/8828.yml @@ -0,0 +1,2 @@ +chore: +- Remove data enhancement options from yaml config now it is controlled by Advanced Settings ([#8828](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8828)) \ No newline at end of file diff --git a/config/opensearch_dashboards.yml b/config/opensearch_dashboards.yml index 7b21bbd5c0dc..d247737f3288 100644 --- a/config/opensearch_dashboards.yml +++ b/config/opensearch_dashboards.yml @@ -363,9 +363,6 @@ # This publishes the Application Usage and UI Metrics into the saved object, which can be accessed by /api/stats?extended=true&legacy=true&exclude_usage=false # usageCollection.uiMetric.enabled: false -# Set the value to true to enable enhancements for the data plugin -# data.enhancements.enabled: false - # Set the value to true to enable dynamic config service to obtain configs from a config store. By default, it's disabled # dynamic_config_service.enabled: false