Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 492 Bytes

pC_opendjauthuid.md

File metadata and controls

20 lines (18 loc) · 492 Bytes

Parser Content

{
Name = opendj-auth-uid
  Vendor = OpenDJ
  Product = OpenDJ LDAP
  Lms = Splunk
  DataType = "authentication-attempt"
  TimeFormat = "dd/MMM/yyyy:HH:mm:ss Z"
  Conditions = [ """uid=""", """ REQ conn=""", """op=""", """msgID=""" ]
  Fields = [
    """exabeam_host=([^=]{1,2000}@\s{0,100})?({host}\S+)""",
    """\[({time}\d\d\/\w+\/\d\d\d\d:\d\d:\d\d:\d\d [-\+]\d{1,100})\]""",
    """conn=({conn_id}\d{1,100})""",
    """uid=({user_uid}\d{1,100})"""
  ]


}