diff --git a/docs/parsers/syslog_s.md b/docs/parsers/syslog_s.md index 5cd594f4..f0550054 100644 --- a/docs/parsers/syslog_s.md +++ b/docs/parsers/syslog_s.md @@ -34,24 +34,24 @@ Schema: { "priority": integer, - "version": integer, - "timestamp": string, - "timestamp_epoch": integer, # [0] - "timestamp_epoch_utc": integer, # [1] - "hostname": string, - "appname": string, - "proc_id": integer, - "msg_id": string, - "structured_data": [ - { - "identity": string, - "parameters": { - "": string - } + "version": integer, + "timestamp": string, + "timestamp_epoch": integer, # [0] + "timestamp_epoch_utc": integer, # [1] + "hostname": string, + "appname": string, + "proc_id": integer, + "msg_id": string, + "structured_data": [ + { + "identity": string, + "parameters": { + "": string } - ], - "message": string, - "unparsable": string # [2] + } + ], + "message": string, + "unparsable": string # [2] # below object only exists if using -qq or ignore_exceptions=True "_jc_meta": { diff --git a/jc/parsers/syslog_s.py b/jc/parsers/syslog_s.py index 62cf8888..317bf039 100644 --- a/jc/parsers/syslog_s.py +++ b/jc/parsers/syslog_s.py @@ -29,24 +29,24 @@ Schema: { "priority": integer, - "version": integer, - "timestamp": string, - "timestamp_epoch": integer, # [0] - "timestamp_epoch_utc": integer, # [1] - "hostname": string, - "appname": string, - "proc_id": integer, - "msg_id": string, - "structured_data": [ - { - "identity": string, - "parameters": { - "": string - } + "version": integer, + "timestamp": string, + "timestamp_epoch": integer, # [0] + "timestamp_epoch_utc": integer, # [1] + "hostname": string, + "appname": string, + "proc_id": integer, + "msg_id": string, + "structured_data": [ + { + "identity": string, + "parameters": { + "": string } - ], - "message": string, - "unparsable": string # [2] + } + ], + "message": string, + "unparsable": string # [2] # below object only exists if using -qq or ignore_exceptions=True "_jc_meta": {