mirror of
https://github.com/tstack/lnav
synced 2024-11-09 19:10:52 +00:00
822eaf5a1a
Related to #1146
48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"$schema": "https://lnav.org/schemas/format-v1.schema.json",
|
|
"test_log": {
|
|
"title": "Test JSON Log",
|
|
"json": true,
|
|
"file-pattern": "logfile_json\\.json",
|
|
"description": "Test config",
|
|
"line-format": [
|
|
"\n[",
|
|
{
|
|
"field": "ts"
|
|
},
|
|
"] ",
|
|
{
|
|
"field": "lvl",
|
|
"auto-width": true
|
|
},
|
|
" ",
|
|
{
|
|
"field": "msg"
|
|
}
|
|
],
|
|
"level-field": "lvl",
|
|
"timestamp-field": "ts",
|
|
"body-field": "msg",
|
|
"value": {
|
|
"msg": {
|
|
"rewriter": ";SELECT :msg || 'bork bork bork'"
|
|
},
|
|
"arr": {
|
|
"kind": "json"
|
|
},
|
|
"obj": {
|
|
"kind": "json"
|
|
},
|
|
"lvl": {
|
|
"kind": "string",
|
|
"hidden": true
|
|
},
|
|
"user": {
|
|
"kind": "string",
|
|
"identifier": true,
|
|
"rewriter": "|rewrite-user"
|
|
}
|
|
}
|
|
}
|
|
}
|