mirror of
https://github.com/tstack/lnav
synced 2024-11-09 19:10:52 +00:00
27 lines
615 B
JSON
27 lines
615 B
JSON
{
|
|
"$schema": "https://lnav.org/schemas/format-v1.schema.json",
|
|
"bad_file_format1": {
|
|
"title": "bad file format",
|
|
"regex": {
|
|
"std": {
|
|
"pattern": "(?<timestamp>\\d+): (?<body>.*)$"
|
|
}
|
|
},
|
|
"converter": {
|
|
"header": {
|
|
"expr": {
|
|
"default": ":header REGEXP 'foobar"
|
|
},
|
|
"size": 8
|
|
}
|
|
},
|
|
"timestamp-format": [
|
|
"%i"
|
|
],
|
|
"sample": [
|
|
{
|
|
"line": "1234: abcd"
|
|
}
|
|
]
|
|
}
|
|
} |