Skip to content

Commit

Permalink
Do not flatten SMTP TLS reports when sending to Splunk
Browse files Browse the repository at this point in the history
  • Loading branch information
seanthegeek committed Jan 5, 2024
1 parent 62a4faf commit e0188f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion parsedmarc/splunk.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ def save_smtp_tls_reports_to_splunk(self, reports):

data = self._common_data.copy()
json_str = ""
reports = parsed_smtp_tls_reports_to_csv_rows(reports)
for report in reports:
data["sourcetype"] = "smtp:tls"
timestamp = human_timestamp_to_unix_timestamp(
Expand Down

0 comments on commit e0188f9

Please sign in to comment.