github.com/whiteboxio/flow@v0.0.3-0.20190918184116-508d75d68a2c/examples/http2stdout-config.yml (about)

     1  system:
     2    admin:
     3      enabled: true
     4      bind: :8080
     5  
     6  actors:
     7    http_rcv:
     8      module: core.receiver
     9      params:
    10        bind: http://:7071
    11    dumper:
    12      module: core.sink
    13      params:
    14        bind: file://STDOUT
    15  
    16  pipeline:
    17    http_rcv:
    18      connect: dumper