mirror of
https://github.com/tstack/lnav
synced 2024-11-08 01:10:29 +00:00
18 lines
425 B
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"
|
|
]
|
|
}
|
|
}
|