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