mirror of
https://github.com/tstack/lnav
synced 2024-11-09 19:10:52 +00:00
27 lines
597 B
JSON
27 lines
597 B
JSON
{
|
|
"$schema": "https://lnav.org/schemas/format-v1.schema.json",
|
|
"invalid_key_log": {
|
|
"level-pointer": "abc(",
|
|
"file-pattern": "def[ghi",
|
|
"json": true,
|
|
"regex": {
|
|
"foo": {
|
|
"pattern": "jkl"
|
|
}
|
|
},
|
|
"value": {
|
|
"test": {
|
|
"identifiers": true
|
|
},
|
|
"body": {
|
|
"kind": "string"
|
|
}
|
|
},
|
|
"line-format": [
|
|
{
|
|
"field": "non-existent"
|
|
}
|
|
],
|
|
"timestamp-divisor": -1.2
|
|
}
|
|
} |