Set replication to 0 so that single node setups have "healthy" green index health status

This commit is contained in:
knightian
2021-11-07 09:38:21 +00:00
parent 6d689ca8f5
commit ca18a89718
+1 -1
View File
@@ -411,7 +411,7 @@ def save_forensic_report_to_elasticsearch(forensic_report,
index_suffix=None,
monthly_indexes=False,
number_of_shards=1,
number_of_replicas=1):
number_of_replicas=0):
"""
Saves a parsed DMARC forensic report to ElasticSearch