diff --git a/_modules/index.html b/_modules/index.html
index 1698821..c922312 100644
--- a/_modules/index.html
+++ b/_modules/index.html
@@ -8,7 +8,7 @@
-
Overview: module code — parsedmarc 6.3.3 documentation
+ Overview: module code — parsedmarc 6.3.4 documentation
@@ -58,7 +58,7 @@
- 6.3.3
+ 6.3.4
diff --git a/_modules/parsedmarc.html b/_modules/parsedmarc.html
index 34711d9..35625b3 100644
--- a/_modules/parsedmarc.html
+++ b/_modules/parsedmarc.html
@@ -8,7 +8,7 @@
- parsedmarc — parsedmarc 6.3.3 documentation
+ parsedmarc — parsedmarc 6.3.4 documentation
@@ -58,7 +58,7 @@
- 6.3.3
+ 6.3.4
@@ -185,7 +185,7 @@
from parsedmarc.utils import timestamp_to_human, human_timestamp_to_datetime
from parsedmarc.utils import parse_email
-__version__ = "6.3.3"
+__version__ = "6.3.4"
logging.basicConfig(
format='%(levelname)8s:%(filename)s:%(lineno)d:'
diff --git a/_modules/parsedmarc/elastic.html b/_modules/parsedmarc/elastic.html
index ed0da76..81369cd 100644
--- a/_modules/parsedmarc/elastic.html
+++ b/_modules/parsedmarc/elastic.html
@@ -8,7 +8,7 @@
- parsedmarc.elastic — parsedmarc 6.3.3 documentation
+ parsedmarc.elastic — parsedmarc 6.3.4 documentation
@@ -58,7 +58,7 @@
- 6.3.3
+ 6.3.4
@@ -358,9 +358,10 @@
if not index.exists():
logger.debug("Creating Elasticsearch index: {0}".format(name))
if settings is None:
- settings = dict(number_of_shards=1,
- number_of_replicas=1)
- index.put_settings(settings)
+ index.settings(number_of_shards=1,
+ number_of_replicas=1)
+ else:
+ index.settings(**settings)
index.create()
except Exception as e:
raise ElasticsearchError(
diff --git a/_modules/parsedmarc/splunk.html b/_modules/parsedmarc/splunk.html
index 420e9a0..64d06ad 100644
--- a/_modules/parsedmarc/splunk.html
+++ b/_modules/parsedmarc/splunk.html
@@ -8,7 +8,7 @@
- parsedmarc.splunk — parsedmarc 6.3.3 documentation
+ parsedmarc.splunk — parsedmarc 6.3.4 documentation
@@ -58,7 +58,7 @@
- 6.3.3
+ 6.3.4
diff --git a/_modules/parsedmarc/utils.html b/_modules/parsedmarc/utils.html
index 1df6e42..625b5c9 100644
--- a/_modules/parsedmarc/utils.html
+++ b/_modules/parsedmarc/utils.html
@@ -8,7 +8,7 @@
- parsedmarc.utils — parsedmarc 6.3.3 documentation
+ parsedmarc.utils — parsedmarc 6.3.4 documentation
@@ -58,7 +58,7 @@
- 6.3.3
+ 6.3.4
diff --git a/_static/documentation_options.js b/_static/documentation_options.js
index 5334045..d0e0485 100644
--- a/_static/documentation_options.js
+++ b/_static/documentation_options.js
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
- VERSION: '6.3.3',
+ VERSION: '6.3.4',
LANGUAGE: 'None',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
diff --git a/genindex.html b/genindex.html
index 4d735cf..354f4e1 100644
--- a/genindex.html
+++ b/genindex.html
@@ -9,7 +9,7 @@
- Index — parsedmarc 6.3.3 documentation
+ Index — parsedmarc 6.3.4 documentation
@@ -59,7 +59,7 @@
- 6.3.3
+ 6.3.4
diff --git a/index.html b/index.html
index 4d78380..e6d71b3 100644
--- a/index.html
+++ b/index.html
@@ -8,7 +8,7 @@
- parsedmarc documentation - Open source DMARC report analyzer and visualizer — parsedmarc 6.3.3 documentation
+ parsedmarc documentation - Open source DMARC report analyzer and visualizer — parsedmarc 6.3.4 documentation
@@ -58,7 +58,7 @@
- 6.3.3
+ 6.3.4
diff --git a/objects.inv b/objects.inv
index be38918..41a2f67 100644
Binary files a/objects.inv and b/objects.inv differ
diff --git a/py-modindex.html b/py-modindex.html
index 357ef6e..a3a43e5 100644
--- a/py-modindex.html
+++ b/py-modindex.html
@@ -8,7 +8,7 @@
- Python Module Index — parsedmarc 6.3.3 documentation
+ Python Module Index — parsedmarc 6.3.4 documentation
@@ -61,7 +61,7 @@
- 6.3.3
+ 6.3.4
diff --git a/search.html b/search.html
index f1280e8..2d51779 100644
--- a/search.html
+++ b/search.html
@@ -8,7 +8,7 @@
- Search — parsedmarc 6.3.3 documentation
+ Search — parsedmarc 6.3.4 documentation
@@ -59,7 +59,7 @@
- 6.3.3
+ 6.3.4