mirror of
https://github.com/tstack/lnav
synced 2024-11-19 15:25:34 +00:00
40 lines
1.4 KiB
Plaintext
40 lines
1.4 KiB
Plaintext
{
|
|
"$schema": "https://lnav.org/schemas/format-v1.schema.json",
|
|
"unit_test_log": {
|
|
"description": "Format file generated from regex101 entry -- https://regex101.com/r/zpEnjV/2",
|
|
"regex": {
|
|
"std": {
|
|
"pattern": "(?<timestamp>[A-Za-z]+ [A-Za-z]+ +[0-9]+ [0-9]+:[0-9]+:[0-9]+ [0-9]+) : (?<level>[A-Z][a-z]+): (?<seq>\\([0-9]+\\) )?(?<body>.*)$"
|
|
}
|
|
},
|
|
"value": {
|
|
"level": {
|
|
"kind": "string"
|
|
},
|
|
"seq": {
|
|
"kind": "string"
|
|
},
|
|
"timestamp": {
|
|
"kind": "string"
|
|
}
|
|
},
|
|
"sample": [
|
|
{
|
|
"line": "Fri Jul 15 23:12:58 2016 : Info: Loaded virtual server <default>"
|
|
},
|
|
{
|
|
"line": "Fri Jul 15 23:12:58 2016 : Warning: Ignoring \"sql\" (see raddb/mods-available/README.rst)"
|
|
},
|
|
{
|
|
"line": "Wed Oct 18 22:17:43 2023 : Info: (102211) radutmp: NAS wifi-router rebooted (Accounting-Off packet seen)"
|
|
},
|
|
{
|
|
"line": "Fri Oct 20 18:50:05 2023 : Auth: (105290) Login OK: [iphonese3] (from client wifi-router port 0 via TLS tunnel)"
|
|
},
|
|
{
|
|
"line": "Fri Oct 20 18:50:05 2023 : Auth: (105291) Login OK: [iphonese3] (from client wifi-router port 197 cli 22-2E-28-D6-F5-CC)"
|
|
}
|
|
]
|
|
}
|
|
}
|