From a8ca84dc0bf2eed0284fe598fd24e09f92406e9a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 17 Mar 2023 00:06:49 +0000 Subject: [PATCH] Adding extensions to experimental list of features in opensearch.yml (#6694) Signed-off-by: Sarat Vemulapalli (cherry picked from commit 5f8193021215cd6979fde66474ec8d74d32ac91a) Signed-off-by: github-actions[bot] --- distribution/src/config/opensearch.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/distribution/src/config/opensearch.yml b/distribution/src/config/opensearch.yml index 3d902026f37f9..8ac10b9f677b8 100644 --- a/distribution/src/config/opensearch.yml +++ b/distribution/src/config/opensearch.yml @@ -109,3 +109,8 @@ ${path.logs} #opensearch.experimental.feature.searchable_snapshot.enabled: false # # +# Gates the functionality of enabling extensions to work with OpenSearch. +# This feature enables applications to extend features of OpenSearch outside of +# the core. +# +#opensearch.experimental.feature.extensions.enabled: false