1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

doc formatting

This commit is contained in:
Kelly Brazil
2022-08-16 17:13:53 -07:00
parent e777992b3e
commit e20357663d
2 changed files with 34 additions and 34 deletions

View File

@ -34,24 +34,24 @@ Schema:
{ {
"priority": integer, "priority": integer,
"version": integer, "version": integer,
"timestamp": string, "timestamp": string,
"timestamp_epoch": integer, # [0] "timestamp_epoch": integer, # [0]
"timestamp_epoch_utc": integer, # [1] "timestamp_epoch_utc": integer, # [1]
"hostname": string, "hostname": string,
"appname": string, "appname": string,
"proc_id": integer, "proc_id": integer,
"msg_id": string, "msg_id": string,
"structured_data": [ "structured_data": [
{ {
"identity": string, "identity": string,
"parameters": { "parameters": {
"<key>": string "<key>": string
}
} }
], }
"message": string, ],
"unparsable": string # [2] "message": string,
"unparsable": string # [2]
# below object only exists if using -qq or ignore_exceptions=True # below object only exists if using -qq or ignore_exceptions=True
"_jc_meta": { "_jc_meta": {

View File

@ -29,24 +29,24 @@ Schema:
{ {
"priority": integer, "priority": integer,
"version": integer, "version": integer,
"timestamp": string, "timestamp": string,
"timestamp_epoch": integer, # [0] "timestamp_epoch": integer, # [0]
"timestamp_epoch_utc": integer, # [1] "timestamp_epoch_utc": integer, # [1]
"hostname": string, "hostname": string,
"appname": string, "appname": string,
"proc_id": integer, "proc_id": integer,
"msg_id": string, "msg_id": string,
"structured_data": [ "structured_data": [
{ {
"identity": string, "identity": string,
"parameters": { "parameters": {
"<key>": string "<key>": string
}
} }
], }
"message": string, ],
"unparsable": string # [2] "message": string,
"unparsable": string # [2]
# below object only exists if using -qq or ignore_exceptions=True # below object only exists if using -qq or ignore_exceptions=True
"_jc_meta": { "_jc_meta": {