Update cisco-vmanage-log4j.yaml
parent
8ca4a00e89
commit
00acbe2bbb
|
@ -22,6 +22,7 @@ info:
|
|||
requests:
|
||||
- raw:
|
||||
- |
|
||||
@timeout: 20s
|
||||
POST /j_security_check HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
Content-Type: application/x-www-form-urlencoded
|
||||
|
@ -42,6 +43,11 @@ requests:
|
|||
regex:
|
||||
- '([a-zA-Z0-9.-]+).([a-z0-9]+).([a-z0-9]+).\w+' # Match for extracted ${sys:os.name} variable
|
||||
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- '<title>Cisco vManage</title>'
|
||||
|
||||
extractors:
|
||||
- type: kval
|
||||
kval:
|
||||
|
@ -52,5 +58,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/04
|
||||
|
|
Loading…
Reference in New Issue