pC_unixsmkvemailenvelopesender.md

October 24, 2023 ยท View on GitHub

Parser Content

{
Name = unix-sm-kv-email-envelopesender
  ParserVersion = v1.0.0
  Vendor = Unix
  Product = Unix Sendmail
  TimeFormat = "yyyy-MM-dd'T'HH:mm:ss.SSS"
  Conditions = [
""" displayname=""",
""" connectingip=""",
""" envelopesender="""
  ]
  Fields = [
    """\d{2}:\d{2}:\d{2} ({host}[\w.\-]+)""",
    """\sqid="({alert_id}[^"]+)""",
    """\srecipients="({dest_email_address}[^"]+?@[^",;]+)""",
    """\srecipients="({email_recipients}[^"]+)""",
    """\ssubject="({email_subject}.+?)"(,\s|\s*$)""",
    """\smsg_direction=({direction}[^,]+)"""
  ]


}