Created 02-01-2018 03:35 AM
Hi,
We had a working flow with putElasticsearch5 to put data to ES 5.6.
We now switched to ES 6.1.3 and the flow stopped working. Since putElasticSearch5 processor uses transport API I assume it's due to changes in ES6.
Is my only option would be to use putElasticsearchHTTP (which is slower), or a putElasticsearch6 or whatever exists somewhere that I could try ?
Thanks ,
Andrej
Created 02-22-2018 08:20 PM
I am looking for this answer as well. @Matt Burgess do you have any input on using the new ES6?
Created 02-27-2018 04:36 AM
Hello @ANDREJ KUZMIN You'll want to look at PutElasticSearchRecord which allows for a nice microbatching/higher efficiency path.
Created 02-27-2018 06:33 PM
@jwitt, thank you. What NiFi version you are referring ? We are running 1.4.0 and I only see PutElasticsearchHttpRecord, which is still Http