MikeThomsen commented on issue #2861: NIFI-5248 Added new Elasticsearch json and record processors. URL: https://github.com/apache/nifi/pull/2861#issuecomment-485247410 @AaronLeon They did introduce some breaking changes to their REST API in 7.X. Specifically in the update API. 7.X: ``` POST test/_update/1 { "doc" : { "name" : "new_name" }, "doc_as_upsert" : true } ``` 6.7 and earlier: ``` POST update_test/default/3/_update { "doc": { "name": "new_name" }, "doc_as_upsert": true } ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
