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/formats/no-samples/format.json

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"
]
}
}