Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear community,
I'm using Talend for BigData 6.3, and I'm facing a problem to run the component tElasticsearchIndex on the last version of Elasticsearch version 5.x.
I tried to add the latest jar of elasticsearch and lucene, but i have usually the same problem of build transport.
I used before this component but with elasticsearch v 2.x, and it is time now to upgarde my solution.
Have ideas please, telasticsearchindex doesn't work with v5.x ?
Regards,
as variant - You can switch to REST API https://www.elastic.co/guide/en/elasticsearch/reference/5.2/indices-create-index.html
and use tRESTClient for Your operations
as variant - You can switch to REST API https://www.elastic.co/guide/en/elasticsearch/reference/5.2/indices-create-index.html
and use tRESTClient for Your operations
Hi,
Thanks, this solution works!!
The component tElasticsearchIndex is no longer supporting the recent version of elasticsearch?
this is not official c component, it created by user, and supported by this user until user want todo this
Ah thanks, TRestClient can do what i want.