Update vmware-operation-manager-log4j.yaml

patch-1
Dhiyaneshwaran 2022-10-20 03:08:41 +05:30 committed by GitHub
parent 3e72210539
commit 851ecc1685
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -46,6 +46,11 @@ requests:
regex:
- '([a-zA-Z0-9.-]+).([a-z0-9]+).([a-z0-9]+).\w+' # Match for extracted ${sys:os.name} variable
- type: word
part: header
words:
- 'Path=/ui'
extractors:
- type: kval
kval:
@ -56,5 +61,3 @@ requests:
group: 1
regex:
- '([a-zA-Z0-9\.\-]+)\.([a-z0-9]+)\.([a-z0-9]+)\.\w+' # Print extracted ${sys:os.name} in output
# Enhanced by md on 2022/10/06