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