Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.3.0
Description
Motivation:
Some production usecase(s) requires event(log) to be indexed and searched. There are workarounds (e.g. store the log in HDFS and run MapReduce job to create an index) but lack of near real-time indexing and search latency are concerns for searching the log records.
Design:
ElasticSearch supports RESTful style API to publish events for indexing.
There is an existing flumeelastic sink [1] in github but it does not support batching of events for indexing.
Attachments
Attachments
Issue Links
- links to