Here it is, I am referring to 'path' with 'source-*', so source-input, source-agggregator and source-output
nodes:
spamhaus_EDROP:
output: true
prototype: spamhaus.EDROP
dshield_blocklist:
output: true
prototype: dshield.block
inboundaggregator:
inputs:
- spamhaus_DROP
- spamhaus_EDROP
- dshield_blocklist
- wlWhiteListIPv4
- panos_syslog_miner
output: true
prototype: stdlib.aggregatorIPv4Inbound
inboundfeedhc:
inputs:
- inboundaggregator
output: false
prototype: stdlib.feedHCGreen
spamhaus_DROP:
output: true
prototype: spamhaus.DROP
wlWhiteListIPv4:
inputs: []
output: true
prototype: stdlib.listIPv4Generic
inboundfeedlc:
inputs:
- inboundaggregator
output: false
prototype: stdlib.feedLCGreen
inboundfeedmc:
inputs:
- inboundaggregator
output: false
prototype: stdlib.feedMCGreen
panos_syslog_miner:
inputs: []
output: true
prototype: stdlib.syslogMiner
syslog_analyzer:
inputs:
- inboundaggregator
output: true
prototype: stdlib.localSyslog
source-WhiteList:
inputs: []
output: true
prototype: stdlib.listIPv4Generic
source-aggregator:
inputs:
- source-WhiteList
output: true
prototype: stdlib.aggregatorIPv4Inbound
source-output:
inputs:
- source-aggregator
output: false
prototype: stdlib.feedHCGreen
... View more