Set `number_of_shards` and `number_of_replicas` to `1` when creating indexes
This commit is contained in:
Sean Whalen
2019-04-22 19:48:53 -04:00
parent 536b94ff90
commit 775f80c02c
4 changed files with 12 additions and 5 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ from setuptools import setup
from codecs import open
from os import path
__version__ = "6.3.2"
__version__ = "6.3.3"
description = "A Python package and CLI for parsing aggregate and " \
"forensic DMARC reports"