It seems like curator 4.2.6 can only connect to ES 5 and not ES 5.2.0
Which version of Curator can support ES 5.2.0?
I see that on Elastic website, Curator 5 is mentioned but all links for download the same are broken it seems.
Curator 5.0 has not yet been released, and there is a message indicating that at the top of the page, if you're browsing through the 5.0 documentation.
That said, Curator version 4.2.6 will work with Elasticsearch 5.2.0 just fine:
$ curator_cli --version
curator_cli, version 4.2.6
$ curator_cli --host esclient show_indices
.kibana
.monitoring-data-2
.monitoring-es-2-2017.03.10
.monitoring-es-2-2017.03.11
.monitoring-es-2-2017.03.12
... (many more indices)
A 503 transport error is not very informative without more context. A 503 error suggests "Service Unavailable" in some way. What does your configuration look like?
Thanks ...
The issue is resolved because the Elastic server was in itself not available at the moment of test.
I missed though the ''to be released'' message
Actually the line which says curator-4.2.6 is not compatible with all commands of ES-5 confused me and i thought it is that reason why it is not connecting with 5.2.0
Apologies for that. It will become clear when Curator 5 is released. The rollover API and the reindex API are just two examples of things which will be in Curator 5 but not supported in Curator 4, even though Curator 4 works with Elasticsearch v5. Hope that clarifies that statement a bit.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.