Update vmware-nsx-log4j.yaml

patch-1
Dhiyaneshwaran 2022-10-19 16:15:30 +05:30 committed by GitHub
parent 30fa4b431f
commit 6d591d01c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -42,6 +42,11 @@ requests:
regex:
- '([a-zA-Z0-9.-]+).([a-z0-9]+).([a-z0-9]+).\w+' # Match for extracted ${sys:os.name} variable
- type: word
part: location
words:
- '/login.jsp?login_error=1'
extractors:
- type: kval
kval:
@ -52,5 +57,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