Fix aggregate report splunk conversion

This commit is contained in:
Sean Whalen
2018-09-25 17:37:43 -04:00
parent cdb9546bc0
commit 83a76ec0cd

View File

@@ -89,7 +89,7 @@ class HECClient(object):
if "dkim" in record["auth_results"]:
new_report["dkim_results"] = record["auth_results"][
"dkim"]
if "spf" in record["spf_results"]:
if "spf" in record["auth_results"]:
new_report["spf_results"] = record["auth_results"][
"spf"]