From a35e7f34b861f31a5fd0f5a58a7f816b8e68934d Mon Sep 17 00:00:00 2001 From: ShatilKhan Date: Tue, 3 Oct 2023 00:52:13 +0600 Subject: [PATCH 1/3] Update index.ts args Signed-off-by: ShatilKhan --- src/plugins/maps_legacy/server/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/maps_legacy/server/index.ts b/src/plugins/maps_legacy/server/index.ts index f6240d8aef50..d5ea908025e9 100644 --- a/src/plugins/maps_legacy/server/index.ts +++ b/src/plugins/maps_legacy/server/index.ts @@ -52,7 +52,7 @@ export const config: PluginConfigDescriptor = { schema: configSchema, deprecations: ({ renameFromRoot }) => [ renameFromRoot('map.includeElasticMapsService', 'map.includeOpenSearchMapsService'), - renameFromRoot('map.proxyOpenSearchMapsServiceInMaps', 'map.proxyElasticMapsServiceInMaps'), + renameFromRoot('map.proxyElasticMapsServiceInMaps', 'map.proxyOpenSearchMapsServiceInMaps'), renameFromRoot( 'map.regionmap.includeElasticMapsService', 'map.regionmap.includeOpenSearchMapsService' From 831bb51126c41d9de65fd7f312aa61bc0a987d21 Mon Sep 17 00:00:00 2001 From: ShatilKhan Date: Tue, 3 Oct 2023 01:02:27 +0600 Subject: [PATCH 2/3] update changelog Signed-off-by: ShatilKhan --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1a20fd14d79..ddb074c9f620 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,6 +53,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Correct the generated path for downloading plugins by their names on Windows ([#4953](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/4953)) - [BUG] Fix buildPointSeriesData unit test fails due to local timezone ([#4992](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/4992)) - [BUG][Data Explorer][Discover] Fix total hits issue for no time based data ([#5087](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5087)) +- [BUG] ValidationError when setting maps.proxyOpenSearchMapsServiceInMaps ([#5122](https://github.com/opensearch-project/OpenSearch-Dashboards/issues/5122)) ### 🚞 Infrastructure From c1d6ae629bfb42153e24fbca5abf2bf81da18101 Mon Sep 17 00:00:00 2001 From: Miki Date: Tue, 3 Oct 2023 19:38:25 -0700 Subject: [PATCH 3/3] Update CHANGELOG.md Signed-off-by: Miki --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ddb074c9f620..953bc87a6bbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,9 +51,9 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - [Table Vis] Fix filter actions on data table vis cells ([#4837](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/4837)) - Fix broken app when management is turned off ([#4891](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/4891)) - Correct the generated path for downloading plugins by their names on Windows ([#4953](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/4953)) +- Fix `maps.proxyOpenSearchMapsServiceInMaps` config definition so it can be set ([#5170](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5170)) - [BUG] Fix buildPointSeriesData unit test fails due to local timezone ([#4992](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/4992)) - [BUG][Data Explorer][Discover] Fix total hits issue for no time based data ([#5087](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5087)) -- [BUG] ValidationError when setting maps.proxyOpenSearchMapsServiceInMaps ([#5122](https://github.com/opensearch-project/OpenSearch-Dashboards/issues/5122)) ### 🚞 Infrastructure