Update springboot-detect.yaml
parent
28fbcb6b49
commit
3d92a7c80f
|
@ -11,7 +11,6 @@ requests:
|
|||
- "{{BaseURL}}/trace"
|
||||
- "{{BaseURL}}/loggers"
|
||||
- "{{BaseURL}}/autoconfig"
|
||||
- "{{BaseURL}}/heapdump"
|
||||
- "{{BaseURL}}/threaddump"
|
||||
- "{{BaseURL}}/env"
|
||||
- "{{BaseURL}}/management"
|
||||
|
@ -20,29 +19,29 @@ requests:
|
|||
- "{{BaseURL}}/mappings"
|
||||
- "{{BaseURL}}/auditevents"
|
||||
- "{{BaseURL}}/beans"
|
||||
- "{{BaseURL}}/jolokia"
|
||||
- "{{BaseURL}}/cloudfoundryapplication"
|
||||
- "{{BaseURL}}/jolokia"
|
||||
- "{{BaseURL}}/hystrix.stream"
|
||||
- "{{BaseURL}}/actuator"
|
||||
- "{{BaseURL}}/actuator/auditevents"
|
||||
- "{{BaseURL}}/actuator/beans"
|
||||
- "{{BaseURL}}/actuator/health"
|
||||
- "{{BaseURL}}/actuator/conditions"
|
||||
- "{{BaseURL}}/actuator/configprops"
|
||||
- "{{BaseURL}}/actuator/env"
|
||||
- "{{BaseURL}}/actuator/heapdump"
|
||||
- "{{BaseURL}}/actuator/dump"
|
||||
- "{{BaseURL}}/actuator/threaddump"
|
||||
- "{{BaseURL}}/actuator/jolokia"
|
||||
- "{{BaseURL}}/actuator/hystrix.stream"
|
||||
- "{{BaseURL}}/actuator/flyway"
|
||||
- "{{BaseURL}}/actuator/integrationgraph"
|
||||
- "{{BaseURL}}//actuator/management"
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- type: regex
|
||||
part: body
|
||||
regex:
|
||||
- 'method'
|
||||
- 'spring'
|
||||
- ''
|
||||
- 'TYPE'
|
||||
- 'system'
|
||||
- 'database'
|
||||
- 'cron'
|
||||
condition: or
|
||||
- type: status
|
||||
status:
|
||||
|
@ -50,6 +49,6 @@ requests:
|
|||
- type: word
|
||||
words:
|
||||
- 'application/json'
|
||||
- 'attachment'
|
||||
- 'hprof'
|
||||
condition: or
|
||||
part: header
|
||||
|
|
Loading…
Reference in New Issue