From 0a0e4beb27a3d8e6528ac29ce72cbe4fa77c0d60 Mon Sep 17 00:00:00 2001 From: nmourad Date: Sat, 24 Dec 2022 00:14:41 +0100 Subject: [PATCH] Update documentation default value for ES replica setting (#376) Change made in 7.1.0 "Set Elasticsearch shard replication to 0 (PR #274)" Documentation was not updated Co-authored-by: n.mourad --- docs/source/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/index.md b/docs/source/index.md index 85b5951..656bf71 100644 --- a/docs/source/index.md +++ b/docs/source/index.md @@ -290,7 +290,7 @@ The full set of configuration options are: - `number_of_shards` - int: The number of shards to use when creating the index (Default: `1`) - `number_of_replicas` - int: The number of replicas to use when - creating the index (Default: `1`) + creating the index (Default: `0`) - `splunk_hec` - `url` - str: The URL of the Splunk HTTP Events Collector (HEC) - `token` - str: The HEC token