From 29be10ca2f6ce0c72d90309eb00dbd02224c8e08 Mon Sep 17 00:00:00 2001 From: George Goldberg Date: Wed, 2 Aug 2017 14:50:09 +0100 Subject: PLT-7275: Configure replica/shard count for Elasticsearch indexes. (#7093) --- config/config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'config') diff --git a/config/config.json b/config/config.json index 6db6c772d..9e5562843 100644 --- a/config/config.json +++ b/config/config.json @@ -292,7 +292,9 @@ "Password": "changeme", "EnableIndexing": false, "EnableSearching": false, - "Sniff": true + "Sniff": true, + "PostIndexReplicas": 2, + "PostIndexShards": 1 }, "DataRetentionSettings": { "Enable": false -- cgit v1.2.3-1-g7c22