Created on 02-26-2018 10:45 AM - edited 08-17-2019 05:39 PM
Hi,
i tried to user PutElasticsearchHttp Nifi processor but encounter error like attached picture (I use Nifi 1.2 and ElasticSearch 6).
Thanks.
Created 02-26-2018 12:23 PM
The PutElasticsearch processor supports Elasticsearch 2.x and the PutElasticsearch5 [processor supports Elasticsearch 5.x.
There is no PutElasticsearch 6.x processor available in NiFi.
There is a putElasticsearchHttp processor that uses the Elasticsearch rest api end point which is a little more dynamic in it support of various ES end points versions. I suggest giving it a try.
Thank you,
Matt
Created 02-27-2018 04:35 PM
@Bramantya Anggriawan
I would start by looking in the nifi-app.log for the above ERROR and see if a stack trace follows it. The stack trace will hopefully share more light on the exact issue encountered since the above bulletin is not very helpful.
Note: Try to avoid responding with comments in another "Answer". Instead click "Add comment" to continue a discussin around a single answer thread.
Created 02-27-2018 01:54 AM
sorry to write question incomplete, i'm not using PutElasticSeqrch but PutElasticsearchHttp processor and got error like the error picture.