mirror of
https://github.com/tstack/lnav
synced 2024-11-17 15:29:40 +00:00
245a3c3d1b
Fixes #155
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!"
|
|
}
|
|
]
|
|
}
|
|
}
|