Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
With the new Record Reader/Writer capabilities, and that the PutElasticsearch processors only handle a single document at a time, it would be nice to have a "record-aware" PutES processor, where the user could specify a Record Reader and for each record in the input, the processor would convert the record to JSON and push to an ES cluster. One necessary (but optional) property would be a Record Path to a field/value to be used as the document identifier (the current PutES processors require an attribute to hold the identifier). If the Record Path is not set and the operation is "index", then just like the PutES processors, the document identifier will be autogenerated.
Attachments
Issue Links
- links to