mirror of
https://github.com/tstack/lnav
synced 2024-11-01 21:40:34 +00:00
36 lines
879 B
JSON
36 lines
879 B
JSON
{
|
|
"test_log" : {
|
|
"title" : "Test JSON Log",
|
|
"json" : true,
|
|
"file-pattern" : "logfile_json\\.json",
|
|
"description" : "Test config",
|
|
"line-format" : [
|
|
"\n[",
|
|
{ "field" : "ts" },
|
|
"] ",
|
|
{ "field" : "lvl" },
|
|
" ",
|
|
{ "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"
|
|
},
|
|
"user" : {
|
|
"kind" : "string",
|
|
"identifier" : true,
|
|
"rewriter" : "|rewrite-user"
|
|
}
|
|
}
|
|
}
|
|
}
|