mirror of
https://github.com/tstack/lnav
synced 2024-11-17 15:29:40 +00:00
[autodeploy_log] rename the Auto Deploy log format
This commit is contained in:
parent
280d0cb718
commit
97d3c53565
@ -68,13 +68,13 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"rbd_log" : {
|
||||
"autodeploy_log" : {
|
||||
"title" : "VMware vSphere Auto Deploy log format",
|
||||
"description" : "The log format for the VMware Auto Deploy service",
|
||||
"url" : "http://kb.vmware.com/kb/2000988",
|
||||
"regex" : {
|
||||
"std" : {
|
||||
"pattern" : "^(?<timestamp>\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(?:\\.\\d{3})?) \\[(?<pid>\\d+)\\](?<level>\\w+):(?<module>\\w+):(?<body>.*$)"
|
||||
"pattern" : "^(?<timestamp>\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(?:\\.\\d{3})?) \\[(?<pid>\\d+)\\](?<level>\\w+):(?<module>[\\w-]+):(?<body>.*$)"
|
||||
}
|
||||
},
|
||||
"level-field" : "level",
|
||||
|
Loading…
Reference in New Issue
Block a user