Files
akvorado/config/inlet.yaml
Vincent Bernat 45ab047c80 config: also listen to 4739 for IPFIX
This is the port defined in RFC 7011.
2025-08-29 08:12:30 +02:00

24 lines
497 B
YAML

---
flow:
inputs:
# NetFlow port
- type: udp
decoder: netflow
listen: :2055
workers: 6
# Before increasing this value, look for it in the troubleshooting section
# of the documentation.
receive-buffer: 212992
# IPFIX port
- type: udp
decoder: netflow
listen: :4739
workers: 6
receive-buffer: 212992
# sFlow port
- type: udp
decoder: sflow
listen: :6343
workers: 6
receive-buffer: 212992