mirror of
https://github.com/tstack/lnav
synced 2024-11-01 21:40:34 +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"
|
|
]
|
|
}
|
|
}
|