lnav/test/bad-config/formats/no-samples/format.json

18 lines
425 B
JSON
Raw Normal View History

{
2022-04-12 23:07:13 +00:00
"$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+)$"
}
},
2022-04-12 23:07:13 +00:00
"timestamp-format": [
"%i"
]
}
}