Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 531 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 531 Bytes

Compact Apache Flume container ( 13.9MB / 7 MB compressed )

Stack

Build from source of Flume running on top of lightweight Alphine Linux.

Example [Netcat -> console] pipeline

docker run --rm -it --log-driver none \
       -v $(pwd)/example/flume.conf:/flume/conf/flume.conf \
       -e AGENT=docker \
       -e LOGGER=INFO,console \
       -p 444:44444 \
       jancajthaml/flume:latest

run in separate terminal

echo foo bar baz | nc localhost 444