From 5e4aeebc80be16a24123c69db9602798937e2925 Mon Sep 17 00:00:00 2001 From: Mathieu De Keyzer Date: Wed, 3 Jan 2024 11:35:31 +0100 Subject: [PATCH] Update environment-variables.md Co-authored-by: David mattei --- docs/elasticms-admin/environment-variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/elasticms-admin/environment-variables.md b/docs/elasticms-admin/environment-variables.md index a165ef77f..698fd3965 100644 --- a/docs/elasticms-admin/environment-variables.md +++ b/docs/elasticms-admin/environment-variables.md @@ -280,7 +280,7 @@ Define the default [dynamic mapping mode](https://www.elastic.co/guide/en/elasti This parameter has been introduced in version 6.0.0. Prior version were then using the elasticsearch default value `'false'`. ```dotenv -EMSCO_DEFAULT_BULK_SIZE='false' +EMSCO_DYNAMIC_MAPPING='false' ``` Possible values are: - `true`: New fields are added to the mapping.