github.com/whiteboxio/flow@v0.0.3-0.20190918184116-508d75d68a2c/examples/udp2udp-config.yml (about) 1 system: 2 maxprocs: 4 3 admin: 4 enabled: true 5 bind_addr: :4040 6 7 components: 8 udp_rcv: 9 module: receiver.udp 10 params: 11 backend: std 12 bind_addr: :3101 13 udp_sink: 14 module: sink.udp 15 params: 16 bind_addr: :7722 17 18 pipeline: 19 udp_rcv: 20 connect: udp_sink