From af7c3c0c464e6dd1bc4dc1a18afc962f73624946 Mon Sep 17 00:00:00 2001 From: Laurent Arnoud Date: Fri, 19 Jul 2024 14:08:40 +0200 Subject: [PATCH] opensearch: remove lang-python also from elasticsearch (#4120) * opensearch: remove lang-python also from elasticsearch the plugin is obsolete for some time now * Update upsun/elasticsearch.md --------- Co-authored-by: Chad Carlson --- sites/platform/src/add-services/elasticsearch.md | 1 - sites/platform/src/add-services/opensearch.md | 1 - sites/upsun/src/add-services/elasticsearch.md | 1 - sites/upsun/src/add-services/opensearch.md | 1 - 4 files changed, 4 deletions(-) diff --git a/sites/platform/src/add-services/elasticsearch.md b/sites/platform/src/add-services/elasticsearch.md index 11f1f2974f..ebeaf74c4c 100644 --- a/sites/platform/src/add-services/elasticsearch.md +++ b/sites/platform/src/add-services/elasticsearch.md @@ -282,7 +282,6 @@ elasticsearch: configuration: plugins: - analysis-icu - - lang-python ``` If you're using a [premium version](#supported-versions), diff --git a/sites/platform/src/add-services/opensearch.md b/sites/platform/src/add-services/opensearch.md index bb466ccd51..158d45d7ba 100644 --- a/sites/platform/src/add-services/opensearch.md +++ b/sites/platform/src/add-services/opensearch.md @@ -261,7 +261,6 @@ opensearch: configuration: plugins: - analysis-icu - - lang-python ``` In this example you'd have the ICU analysis plugin and the size mapper plugin. diff --git a/sites/upsun/src/add-services/elasticsearch.md b/sites/upsun/src/add-services/elasticsearch.md index 1693d45b7d..55c96760da 100644 --- a/sites/upsun/src/add-services/elasticsearch.md +++ b/sites/upsun/src/add-services/elasticsearch.md @@ -296,7 +296,6 @@ To enable them, list them under the `configuration.plugins` key in your `{{< ven configuration: plugins: - analysis-icu - - lang-python {{% /snippet %}} ``` diff --git a/sites/upsun/src/add-services/opensearch.md b/sites/upsun/src/add-services/opensearch.md index 31831d3468..7ff8af1a7d 100644 --- a/sites/upsun/src/add-services/opensearch.md +++ b/sites/upsun/src/add-services/opensearch.md @@ -300,7 +300,6 @@ services: configuration: plugins: - analysis-icu - - lang-python ``` In this example you'd have the ICU analysis plugin and the size mapper plugin.