command line flume throws an error
I want to collect logs from the console with flume, I start flume with the following command: process_which_generates_the_log | flume node_nowatch -1 -n node -c 'node : console | agentBESink("localhost", 12345)' but it says: 10/09/22 13:59:21 INFO agent.FlumeNode: Loading spec from command line: 'node : console | agentBESink("loca...