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