Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.3.0, 1.3.1
-
None
Description
I need more control over the indexing performed by the ElasticSearchSink – in particular I need access to an IndexRequestBuilder instance during flume event processing. The interactions between ElasticSearchSink and ElasticSearchEventSerializer currently do not make this possible.
I have authored a patch that meets my needs and maintains backwards-compatibility for existing users of the sink. It is available at https://github.com/prime8/flume/commit/1056c129b10c95cee50e0c3f77e309668f82bfc6 – please let me know if it can be pulled into the main ASF source tree!
Thanks
Attachments
Attachments
Issue Links
- is related to
-
FLUME-1782 Elastic Search sink does not use UTC to determine the correct index to write to.
- Closed
-
FLUME-1992 ElasticSearch dependency is marked optional
- Closed
- relates to
-
FLUME-1972 ElasticSearchSink now allows the id of the document to be provided by a custom class
- Closed
- links to