2020-10-05 07:23:49 +00:00
|
|
|
id: apache-nifi-detect
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Apache NiFi detect
|
|
|
|
author: dwisiswant0
|
|
|
|
severity: info
|
2021-09-09 13:38:13 +00:00
|
|
|
tags: tech,apache,nifi
|
2020-10-05 07:23:49 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/access/config"
|
|
|
|
- "{{BaseURL}}/controller/config"
|
|
|
|
- "{{BaseURL}}/controller/registry-clients"
|
|
|
|
- "{{BaseURL}}/counters"
|
|
|
|
- "{{BaseURL}}/flow/registries"
|
|
|
|
- "{{BaseURL}}/system-diagnostics"
|
2021-02-08 10:43:14 +00:00
|
|
|
- "{{BaseURL}}/nifi-api/access/config"
|
2021-09-09 13:38:13 +00:00
|
|
|
|
2020-10-05 07:23:49 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
2020-10-05 07:24:50 +00:00
|
|
|
- type: regex
|
|
|
|
regex:
|
2020-10-05 07:23:49 +00:00
|
|
|
- "supportsLogin"
|
|
|
|
- "disconnectedNodeAcknowledged"
|
|
|
|
- "(aggregate|node)Snapshots?"
|
2021-09-09 13:38:13 +00:00
|
|
|
|
2020-10-05 07:23:49 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
2021-02-08 10:43:14 +00:00
|
|
|
- 200
|