Fix Ibm-d2b-database-server.yaml
parent
b889c0fddb
commit
4861c89ef4
|
@ -27,6 +27,7 @@ tcp:
|
|||
- "{{Hostname}}"
|
||||
- "{{Host}}:50000"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
encoding: hex
|
||||
|
@ -35,3 +36,11 @@ tcp:
|
|||
- "DB2"
|
||||
- "SQLJS1D"
|
||||
condition: or
|
||||
- type: word
|
||||
words:
|
||||
- denied
|
||||
- Bad request
|
||||
- HTTP
|
||||
- 400
|
||||
condition: or
|
||||
negative: true
|
||||
|
|
Loading…
Reference in New Issue