1
1
mirror of https://github.com/tstack/lnav.git synced 2024-10-26 21:19:54 +03:00
lnav/test/bad-config/formats/no-samples/format.json
2022-04-12 16:07:13 -07:00

18 lines
425 B
JSON

{
"$schema": "https://lnav.org/schemas/format-v1.schema.json",
"no_sample_log": {
"title": "invalid sample test",
"regex": {
"std": {
"pattern": "^(?<timestamp>\\d+): (?<body>.*)$"
},
"semi": {
"pattern": "^(?<timestamp>\\d+); (?<body>\\w+)$"
}
},
"timestamp-format": [
"%i"
]
}
}