Skip to content

Commit

Permalink
Shortening key names
Browse files Browse the repository at this point in the history
  • Loading branch information
bitonio committed Oct 30, 2021
1 parent 39cc5fd commit 1f1fe1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libeaa/eventlog.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def __init__(self, config):
r'(?P<geo_statecode>[^\s]*)\s(?P<geo_countrycode>[^\s]*)\s(?P<geo_country>[^\s]*)\s'
r'(?P<internal_host>[^\s]*)\s(?P<session_info>[^\s]*)\s(?P<groups>[^\s]*)\s'
r'(?P<session_id>[^\s|$]*)(\s(?P<client_id>[^\s]*)\s(?P<deny_reason>[^\s]*)\s(?P<bytes_out>[^\s]*)\s(?P<bytes_in>[^\s]*)\s'
r'((?P<connector_ip>[^\:]*)\:(?P<connector_srcport>.*)|\-)|)[\s.*|]')
r'((?P<con_ip>[^\:]*)\:(?P<con_srcport>.*)|\-)|)[\s.*|]')
self._userlog_regexp = re.compile(self.userlog_pattern)

def userlog_prepjson(d):
Expand Down

0 comments on commit 1f1fe1b

Please sign in to comment.