Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.12.1
-
None
-
None
Description
The Elasticsearch REST processors (e.g. PutElasticsearchRecord) should allow query string parameters to be specified as dynamic properties on the processor (similar to the existing functionality on PutElasticsearchRecordHttp).
This should be done for all processors in the nifi-elasticsearch-restapi-processors NAR.
For example, adding a dynamic property with name=slices and value=auto would append ?slices=auto to the _bulk operation URL.