mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-06-02 17:09:43 +00:00
Set replication to 0 so that single node setups have "healthy" green index health status
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user