Flume Cluster?

2017-04-07 Thread jeff saremi
Is there such a thing as a flume cluster? If there is I can't find any documentation for it. If there is not, how does flume deal with scale and availability? thanks Jeff

Re: Flume Cluster?

2017-04-07 Thread jeff saremi
o Installing ... Hoping this helps ____ From: jeff saremi Sent: Friday, April 7, 2017 1:15 PM To: user@flume.apache.org Subject: Flume Cluster? Is there such a thing as a flume cluster? If there is I can't find any documentation for it. If there is not, how doe

Defining reusable components in the Properties file

2017-04-09 Thread jeff saremi
Is there anyway to create some reusable settings/components and then use them in the context of a specific source or agent? # Can I do something like: interceptors.my_reusable_interceptor.type =regex_extractor interceptors.my_reusable_interceptor.regex = (\\d{4}-\\d{2}-\\d{2}) # and then farth

Elasticsearch sink fails with method not found

2017-04-09 Thread jeff saremi
How old is the ElasticSearch sink code? I'm using flume 1.7.0 with ES 5.3.0 I have copied the following jars to flume\lib: elasticsearch-5.3.0 lucene-core-6.4.1 and here's my config: agent.sinks.es.type = elasticsearch agent.sinks.es.hostNames = localhost:9300 agent.sinks.es.indexName = logs a

Re: Elasticsearch sink fails with method not found

2017-04-10 Thread jeff saremi
and check the Elasticsearch and Solr jar versions in the lib directory of Flume. On 9 April 2017 at 23:57, jeff saremi mailto:jeffsar...@hotmail.com>> wrote: How old is the ElasticSearch sink code? I'm using flume 1.7.0 with ES 5.3.0 I have copied the following jars to flume\lib