Skip to content

jancajthaml-devops/flume-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published