Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]

Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Error Ingesting Snort data into Metron

avatar
New Member

Have setup an instance of Metron in a single instance VM, bro and yaf data is flowing through into elastic search indexes, however there seems to be an error with flume starting up to ingest the snort logs.

I am getting the below error in the flume logs, however I cannot see a reference to a /snort folder in the flume-snort.conf file.

13 Oct 2016 14:06:33,238 ERROR [main] (org.apache.flume.node.Application.main:307)  - A fatal error occurred while running. Exception follows.
org.apache.commons.cli.ParseException: The specified configuration file does not exist: /snort

Any help would be greatly appreciated.

1 ACCEPTED SOLUTION

avatar
New Member

In case anyone has the same issue I resolved by manually starting flume via shell access to the node;

/usr/hdp/current/flume-server/bin/flume-ng agent -n snort -c /usr/hdp/current/flume-server/conf -f /usr/hdp/current/flume-server/conf/flume-snort.conf

View solution in original post

1 REPLY 1

avatar
New Member

In case anyone has the same issue I resolved by manually starting flume via shell access to the node;

/usr/hdp/current/flume-server/bin/flume-ng agent -n snort -c /usr/hdp/current/flume-server/conf -f /usr/hdp/current/flume-server/conf/flume-snort.conf