diff --git a/_modules/index.html b/_modules/index.html index 1d8d0e5..ac313f6 100644 --- a/_modules/index.html +++ b/_modules/index.html @@ -5,14 +5,14 @@ - Overview: module code — parsedmarc 9.5.4 documentation + Overview: module code — parsedmarc 9.5.5 documentation - + diff --git a/_modules/parsedmarc.html b/_modules/parsedmarc.html index 30086af..e818815 100644 --- a/_modules/parsedmarc.html +++ b/_modules/parsedmarc.html @@ -5,14 +5,14 @@ - parsedmarc — parsedmarc 9.5.4 documentation + parsedmarc — parsedmarc 9.5.5 documentation - + @@ -2099,7 +2099,7 @@ current_time = datetime.now(timezone.utc).strftime("%d-%b-%Y") elif isinstance(connection, MSGraphConnection): since = (datetime.now(timezone.utc) - timedelta(minutes=_since)).isoformat() - current_time = datetime.now(timezone.utc).isoformat() + "Z" + current_time = datetime.now(timezone.utc).isoformat() elif isinstance(connection, GmailConnection): since = (datetime.now(timezone.utc) - timedelta(minutes=_since)).strftime( "%s" diff --git a/_modules/parsedmarc/elastic.html b/_modules/parsedmarc/elastic.html index 3db6685..5bcc836 100644 --- a/_modules/parsedmarc/elastic.html +++ b/_modules/parsedmarc/elastic.html @@ -5,14 +5,14 @@ - parsedmarc.elastic — parsedmarc 9.5.4 documentation + parsedmarc.elastic — parsedmarc 9.5.5 documentation - + @@ -389,7 +389,7 @@ else: conn_params["verify_certs"] = True if username and password: - conn_params["http_auth"] = username + ":" + password + conn_params["http_auth"] = (username, password) if api_key: conn_params["api_key"] = api_key connections.create_connection(**conn_params) diff --git a/_modules/parsedmarc/opensearch.html b/_modules/parsedmarc/opensearch.html index 7f0758d..9f28212 100644 --- a/_modules/parsedmarc/opensearch.html +++ b/_modules/parsedmarc/opensearch.html @@ -5,14 +5,14 @@ - parsedmarc.opensearch — parsedmarc 9.5.4 documentation + parsedmarc.opensearch — parsedmarc 9.5.5 documentation - + @@ -388,6 +388,7 @@ """ if not isinstance(hosts, list): hosts = [hosts] + logger.debug("Connecting to OpenSearch: hosts=%s, use_ssl=%s", hosts, use_ssl) conn_params = {"hosts": hosts, "timeout": timeout} if use_ssl: conn_params["use_ssl"] = True @@ -413,7 +414,7 @@ conn_params["connection_class"] = RequestsHttpConnection elif normalized_auth_type == "basic": if username and password: - conn_params["http_auth"] = username + ":" + password + conn_params["http_auth"] = (username, password) if api_key: conn_params["api_key"] = api_key else: diff --git a/_modules/parsedmarc/splunk.html b/_modules/parsedmarc/splunk.html index add971b..a6c24ad 100644 --- a/_modules/parsedmarc/splunk.html +++ b/_modules/parsedmarc/splunk.html @@ -5,14 +5,14 @@ - parsedmarc.splunk — parsedmarc 9.5.4 documentation + parsedmarc.splunk — parsedmarc 9.5.5 documentation - + diff --git a/_modules/parsedmarc/types.html b/_modules/parsedmarc/types.html index ac14588..5934ae5 100644 --- a/_modules/parsedmarc/types.html +++ b/_modules/parsedmarc/types.html @@ -5,14 +5,14 @@ - parsedmarc.types — parsedmarc 9.5.4 documentation + parsedmarc.types — parsedmarc 9.5.5 documentation - + diff --git a/_modules/parsedmarc/utils.html b/_modules/parsedmarc/utils.html index d88bc54..894383a 100644 --- a/_modules/parsedmarc/utils.html +++ b/_modules/parsedmarc/utils.html @@ -5,14 +5,14 @@ - parsedmarc.utils — parsedmarc 9.5.4 documentation + parsedmarc.utils — parsedmarc 9.5.5 documentation - + diff --git a/_static/documentation_options.js b/_static/documentation_options.js index 15ff28a..df2f2e0 100644 --- a/_static/documentation_options.js +++ b/_static/documentation_options.js @@ -1,5 +1,5 @@ const DOCUMENTATION_OPTIONS = { - VERSION: '9.5.4', + VERSION: '9.5.5', LANGUAGE: 'en', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/api.html b/api.html index 39bbb97..918ff54 100644 --- a/api.html +++ b/api.html @@ -6,14 +6,14 @@ - API reference — parsedmarc 9.5.4 documentation + API reference — parsedmarc 9.5.5 documentation - + diff --git a/contributing.html b/contributing.html index 120025b..d6197df 100644 --- a/contributing.html +++ b/contributing.html @@ -6,14 +6,14 @@ - Contributing to parsedmarc — parsedmarc 9.5.4 documentation + Contributing to parsedmarc — parsedmarc 9.5.5 documentation - + diff --git a/davmail.html b/davmail.html index 6f37a83..91a0921 100644 --- a/davmail.html +++ b/davmail.html @@ -6,14 +6,14 @@ - Accessing an inbox using OWA/EWS — parsedmarc 9.5.4 documentation + Accessing an inbox using OWA/EWS — parsedmarc 9.5.5 documentation - + diff --git a/dmarc.html b/dmarc.html index 75a4da4..a5a56a7 100644 --- a/dmarc.html +++ b/dmarc.html @@ -6,14 +6,14 @@ - Understanding DMARC — parsedmarc 9.5.4 documentation + Understanding DMARC — parsedmarc 9.5.5 documentation - + diff --git a/elasticsearch.html b/elasticsearch.html index dd45447..5f31aa7 100644 --- a/elasticsearch.html +++ b/elasticsearch.html @@ -6,14 +6,14 @@ - Elasticsearch and Kibana — parsedmarc 9.5.4 documentation + Elasticsearch and Kibana — parsedmarc 9.5.5 documentation - + diff --git a/genindex.html b/genindex.html index ca69c88..227d30b 100644 --- a/genindex.html +++ b/genindex.html @@ -5,14 +5,14 @@ - Index — parsedmarc 9.5.4 documentation + Index — parsedmarc 9.5.5 documentation - + diff --git a/index.html b/index.html index 5593100..e7b4e58 100644 --- a/index.html +++ b/index.html @@ -6,14 +6,14 @@ - parsedmarc documentation - Open source DMARC report analyzer and visualizer — parsedmarc 9.5.4 documentation + parsedmarc documentation - Open source DMARC report analyzer and visualizer — parsedmarc 9.5.5 documentation - + diff --git a/installation.html b/installation.html index a026a8a..cab4e82 100644 --- a/installation.html +++ b/installation.html @@ -6,14 +6,14 @@ - Installation — parsedmarc 9.5.4 documentation + Installation — parsedmarc 9.5.5 documentation - + diff --git a/kibana.html b/kibana.html index 55e18c8..42f2d7a 100644 --- a/kibana.html +++ b/kibana.html @@ -6,14 +6,14 @@ - Using the Kibana dashboards — parsedmarc 9.5.4 documentation + Using the Kibana dashboards — parsedmarc 9.5.5 documentation - + diff --git a/mailing-lists.html b/mailing-lists.html index cc7f4ea..c18d230 100644 --- a/mailing-lists.html +++ b/mailing-lists.html @@ -6,14 +6,14 @@ - What about mailing lists? — parsedmarc 9.5.4 documentation + What about mailing lists? — parsedmarc 9.5.5 documentation - + diff --git a/objects.inv b/objects.inv index e44780e..76f9af4 100644 Binary files a/objects.inv and b/objects.inv differ diff --git a/opensearch.html b/opensearch.html index 4dfc97e..5b9012d 100644 --- a/opensearch.html +++ b/opensearch.html @@ -6,14 +6,14 @@ - OpenSearch and Grafana — parsedmarc 9.5.4 documentation + OpenSearch and Grafana — parsedmarc 9.5.5 documentation - + diff --git a/output.html b/output.html index 9cbc72d..6f24ff9 100644 --- a/output.html +++ b/output.html @@ -6,14 +6,14 @@ - Sample outputs — parsedmarc 9.5.4 documentation + Sample outputs — parsedmarc 9.5.5 documentation - + diff --git a/py-modindex.html b/py-modindex.html index 8b097e7..991e64b 100644 --- a/py-modindex.html +++ b/py-modindex.html @@ -5,14 +5,14 @@ - Python Module Index — parsedmarc 9.5.4 documentation + Python Module Index — parsedmarc 9.5.5 documentation - + diff --git a/search.html b/search.html index f9f79fe..bb0b3b6 100644 --- a/search.html +++ b/search.html @@ -5,7 +5,7 @@ - Search — parsedmarc 9.5.4 documentation + Search — parsedmarc 9.5.5 documentation @@ -13,7 +13,7 @@ - + diff --git a/splunk.html b/splunk.html index 2346c5b..b83c5f9 100644 --- a/splunk.html +++ b/splunk.html @@ -6,14 +6,14 @@ - Splunk — parsedmarc 9.5.4 documentation + Splunk — parsedmarc 9.5.5 documentation - + diff --git a/usage.html b/usage.html index 6ac5b9f..2f99eb7 100644 --- a/usage.html +++ b/usage.html @@ -6,14 +6,14 @@ - Using parsedmarc — parsedmarc 9.5.4 documentation + Using parsedmarc — parsedmarc 9.5.5 documentation - +