mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-17 00:07:37 +02:00
doc formatting
This commit is contained in:
@ -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": {
|
||||||
|
@ -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": {
|
||||||
|
Reference in New Issue
Block a user