mirror of
https://github.com/tstack/lnav
synced 2024-11-08 01:10:29 +00:00
19 lines
368 B
JSON
19 lines
368 B
JSON
|
{
|
||
|
"epoch_log": {
|
||
|
"title": "epoch timestamp test",
|
||
|
"regex": {
|
||
|
"std": {
|
||
|
"pattern": "^(?<timestamp>\\d+) (?<body>.*)$"
|
||
|
}
|
||
|
},
|
||
|
"timestamp-format" : [
|
||
|
"%i"
|
||
|
],
|
||
|
"sample": [
|
||
|
{
|
||
|
"line": "1428634687123 Hello, World!"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|