How to use regex_extractor selector and multiplexing interceptor together in flume?
I am testing flume to load data into hHase and thinking about parallel data loading with using flume's selector and inteceptor, because of speed gap between source and sink. So, what I want to do with flume are creating Event's header with interceptors's regex_extractor type multiplexing Event with header to more than two channels with selector's multiplexing type in one source-channel-sink. and tried configuration as below. agent.sources = tailsrc agent.channels = mem1 mem2 agent.sinks = std1 std2 agent.sources.tailsrc.type = exec agent.sources.tailsrc.command = tail -F /home/flumeuser/test