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