You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lnav/test/bad-config-json/formats/invalid-key/format.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
}
}