8000 GitHub - wentaodnng/flume-es-sink2: support elasticsearch sink to flume for the version 2.3.*
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

wentaodnng/flume-es-sink2

Repository files navigation

EsSink2

This is Flume-NG Sink for Elasticsearch = 2.3.* I developed this because the official version does not support Elasticsearch 2.3.* due to API changes.

Requirements

  • Flume-NG = 1.8
  • Elasticsearch = 2.3.*

Build

Build fat jar which contains elasticsearch dependencies

$ gradle assembly

Jar will be generated in build/libs

Usage

  1. Append the built jar to Flume's classpath
  2. remove guava-*.jar and jackson-core-*.jar in flume's default libs dir. They are outdated and newer version are included in Elasticsearch.
  3. set sink type to com.dwt.flume.sink.elasticsearch2.ElasticSearchSink in flume.conf
  4. start flume agent

About

support elasticsearch sink to flume for the version 2.3.*

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0