index-management
index-management copied to clipboard
Release for opendistro 0.10
I can see there is a branch for the index management plugin for opendistro 0.10 which seems to be deployed on AWS Elasticsearch 6.8. However, I can't find a Opendistro Docker Image or a plugin release with this feature, with the opendistro 0.10 (Elasticsearch 6.8) compatibility.
Is this a feature planned, or there is another way to achieve this ?
Thank you,
Hi @nouarf,
The opendistro-0.10 branch of this plugin was released/pushed quite a bit after the ODFE 0.10 release. It's unlikely we'll release a new version of ODFE 0.10 with this plugin included by default which means to use it with ODFE 0.10 you'll have to install this plugin separately in the cluster. I believe there is documentation on how to install plugins on the ODFE documentation.
It seems like we never did an official 0.10 release of this plugin on the GitHub releases (nor pushed them to s3) so we'll proceed with that which should then be usable.
Hi @dbbaughe was there ever and official 0.10 release of this plugin? I'm not seeing it in the releases.
@bowenlan-amzn could you help here?
Hi, sorry for the late reply.
We don't have the 0.10/ES 6.8 version released anywhere.
To get the plugin zip, please clone the repo, checkout to opendistro-0.10
branch, use Java 12
and run gradle ./gradlew clean && ./gradlew assemble -Dbuild.snapshot=false
, you should find opendistro_index_management-0.10.0.0.zip
in build/distributions
folder then.
Using this zip, you can install it into Elasticsearch 6.8, by bin/elasticsearch-plugin install <absolute file path to the zip>
For me, I normally install it against the OSS version ES, which download from here
@bowenlan-amzn for testing purposes in the community it'd be great for there to be an official release of the 0.10 version.
Following up on this - I see that there's a 0.10 branch, but nothing tagged with as 0.10 release: https://github.com/opendistro-for-elasticsearch/index-management/tree/opendistro-0.10
I've built and pushed an image for 0.10 here: ghcr.io/phillbaker/opendistro-for-elasticsearch:0.10.0
, it seems to work as intended.