index-management icon indicating copy to clipboard operation
index-management copied to clipboard

Release for opendistro 0.10

Open bpuertolas opened this issue 4 years ago • 7 comments

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,

bpuertolas avatar Jul 06 '20 09:07 bpuertolas

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.

dbbaughe avatar Jul 06 '20 22:07 dbbaughe

Hi @dbbaughe was there ever and official 0.10 release of this plugin? I'm not seeing it in the releases.

phillbaker avatar Mar 08 '21 00:03 phillbaker

@bowenlan-amzn could you help here?

phillbaker avatar Mar 20 '21 21:03 phillbaker

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 avatar Apr 12 '21 16:04 bowenlan-amzn

@bowenlan-amzn for testing purposes in the community it'd be great for there to be an official release of the 0.10 version.

phillbaker avatar May 04 '21 02:05 phillbaker

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

phillbaker avatar Jun 01 '21 21:06 phillbaker

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.

phillbaker avatar Jun 02 '21 20:06 phillbaker