From cb8bbf03e5653684d85a89bd160292426fee544a Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Wed, 3 Jan 2024 10:14:18 -0500 Subject: [PATCH] Cirrect stream name --- parsedmarc/loganalytics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parsedmarc/loganalytics.py b/parsedmarc/loganalytics.py index 98c64a10..ee2e1448 100644 --- a/parsedmarc/loganalytics.py +++ b/parsedmarc/loganalytics.py @@ -174,5 +174,5 @@ def publish_results( self.publish_json( results['smtp_tls_reports'], logs_client, - conf.dcr_forensic_stream) + conf.dcr_smtp_tls_stream) logger.info("Successfully pushed SMTP TLS reports.")