Hi Dhinesh, Could it be that you didn’t configure the network binding address of the ES installation properly? You need to make sure it isn’t binded to 127.0.0.1, which I think in some Elasticsearch versions is the default binding. Cheers, Gordon On 6 June 2017 at 12:01:54 AM, dhinesh raja ([hidden email]) wrote:
|
Hi Dhinesh, One other thing that came to mind: the Elasticsearch 2 connector, by default, uses ES 2.3.5. If you’re using an Elasticsearch 2 with major version higher than that, you need to build the connector with the matching version. When running lower major version clients against a higher major version ES installation, this exception is very common. Best, Gordon On 6 June 2017 at 6:39:52 PM, Tzu-Li (Gordon) Tai ([hidden email]) wrote:
|
When this connector was improved to be resilient to ES problems we used to use Logstash to index on ES and it was really cumbersome...this connector ease a lot the work of indexing to ES: it's much faster, it can index directly without persisting to file and it's a lot much easier to filter documents or remove attributes. Moreover it removes a somehow useless component from our architecture. We still have only the problem with the shading of Flink and conflict between guava versions but we solved the problem shading ES and using this version as dependency of the Flink ES connector.
Best, Flavio On Fri, Jun 16, 2017 at 11:14 AM, Tzu-Li (Gordon) Tai <[hidden email]> wrote:
|
Free forum by Nabble | Edit this page |