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