Skip to content

Commit

Permalink
created vum-refresh-certs.json
Browse files Browse the repository at this point in the history
Initial add of the VUM certificate refresh log
  • Loading branch information
hagfelsh authored Nov 23, 2018
1 parent ae9c7dd commit 00ec225
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions vum-refresh-certs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"vum_refreshCerts" : {
"title": "Vmware Update Manager Certificate Refresh Log",
"description": "VMware Update Manager Certificate Refresh Log file",
"url": "",
"regex": {
"std": {
"pattern" : "\\[(?<timestamp>\\d{4}-\\d{2}-\\d{2} \\d{2}:\\d{2}:\\d{2},\\d{3}) (?<level>\\w+)\\] (?<body>.*)$"
}
},
"level-field": "level",
"sample": [
{
"line": "[2018-11-16 22:46:15,000 INFO] Creating/Updating key file: /usr/lib/vmware-updatemgr/bin/ssl/rui.key"
}
]
}
}

0 comments on commit 00ec225

Please sign in to comment.