mirror of
https://github.com/tstack/lnav
synced 2024-11-01 21:40:34 +00:00
25 lines
622 B
JSON
25 lines
622 B
JSON
{
|
|
"ntest_log" : {
|
|
"title" : "Test JSON Log",
|
|
"json" : true,
|
|
"file-pattern" : "logfile_nested_json\\.json",
|
|
"description" : "Test config",
|
|
"line-format" : [
|
|
{ "field" : "ts" },
|
|
" ",
|
|
{ "field" : "@fields/lvl" },
|
|
" ",
|
|
{ "field" : "@fields/msg" }
|
|
],
|
|
"level-field" : "@fields/lvl",
|
|
"timestamp-field": "ts",
|
|
"body-field" : "@fields/msg",
|
|
"value" : {
|
|
"@fields/user" : {
|
|
"kind" : "string",
|
|
"identifier" : true
|
|
}
|
|
}
|
|
}
|
|
}
|