Elasticsearch receib=ving data from Nifi

Hi
i wanna send data with nifi version 2.0.0. to elasticseach with the version 5.5.0 but i think the problem maintains in the fact that these two versions are not compatible .
this error appears when sending data with nifi

[2017-08-15T14:17:33,698][WARN ][o.e.t.n.Netty4Transport ] [Q6UfQmI] exception caught on transport layer [[id: 0x5b7a19e4, L:/197.12.8.83:9300 - R:/197.12.8.3:44744]], closing connection
java.lang.IllegalStateException: Received message from unsupported version: [2.0.0] minimal compatible version is: [5.0.0]
at org.elasticsearch.transport.TcpTransport.messageReceived(TcpTransport.java:1379) ~[elasticsearch-5.5.0.jar:5.5.0]

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.