flume

Distributed log collection and aggregation system built on Hadoop

brewmacoslinux
Try with needOr install directly
Source

About

Hadoop-based distributed log collection and aggregation

Commands

flume-ng

Examples

Start Flume agent with a configuration file$ flume-ng agent -n agent_name -c /opt/homebrew/etc/flume/conf -f /path/to/config.conf
Run Flume in the foreground for debugging$ flume-ng agent -n my-agent -c /opt/homebrew/etc/flume/conf -f flume-config.properties -Dflume.root.logger=DEBUG,console
Check Flume version$ flume-ng version