mirror of
https://github.com/tstack/lnav
synced 2024-11-05 21:21:19 +00:00
17 lines
361 B
JSON
17 lines
361 B
JSON
|
{
|
||
|
"no_sample_log": {
|
||
|
"title": "invalid sample test",
|
||
|
"regex": {
|
||
|
"std": {
|
||
|
"pattern": "^(?<timestamp>\\d+): (?<body>.*)$"
|
||
|
},
|
||
|
"semi": {
|
||
|
"pattern": "^(?<timestamp>\\d+); (?<body>\\w+)$"
|
||
|
}
|
||
|
},
|
||
|
"timestamp-format" : [
|
||
|
"%i"
|
||
|
]
|
||
|
}
|
||
|
}
|