Skip to main content

Apache Flume integration

On the system running Flume:

1. Extract striim_FlumeWebActionSink_....tgz on the system running Flume.

2. Save the following as flume/conf/flume-env.sh (replace ... with the correct path):

JAVA_OPTS="-Xms512m -Xmx1024m"
FLUME_CLASSPATH="/.../WebActionSink/lib/*"

If you are setting up the sample application, return to Using Apache Flume and continue with step 2.

3. Create a configuration such as flume/conf/waflume.conf, as described in Using Apache Flume. Alternatively, add the properties to an existing .conf file.

4. Start Flume, specifying the configuration file:

bin/flume-ng agent --conf conf --conf-file conf/waflume.conf --name agent -Dflume.root.logger=INFO,console