diff --git a/parsedmarc/splunk.py b/parsedmarc/splunk.py index f800c41..da449d9 100644 --- a/parsedmarc/splunk.py +++ b/parsedmarc/splunk.py @@ -155,7 +155,7 @@ class HECClient(object): json_str = "" for report in failure_reports: data = self._common_data.copy() - data["sourcetype"] = "dmarc_failure" + data["sourcetype"] = "dmarc:failure" timestamp = human_timestamp_to_unix_timestamp(report["arrival_date_utc"]) data["time"] = timestamp data["event"] = report.copy()