Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting "ERROR: Unknown plugin" while installing specific plugin version built for Elasticsearch version 7.17.12 #490

Open
aman199002 opened this issue Jun 17, 2024 · 0 comments

Comments

@aman199002
Copy link

aman199002 commented Jun 17, 2024

There is no tag version available for Elasticsearch version 7.17.12. I created the one by performing following steps:

  1. Checkout to a new branch es7.17.12 from tag 7.17.10
  2. Set elasticsearchVersion = 7.17.12 in gradle.properties file
  3. Run command ./gradlew clean check. Build was created inside build/distributions
  4. Go to elasticsearch directory and run ./bin/elasticsearch-plugin install path_to_elasticsearch_ltr/build/distributions/ltr-1.5.8-es7.17.12.zip`

I am getting below error:
ERROR: Unknown plugin file:///elasticsearch-learning-to-rank/build/distributions/ltr-1.5.8-es7.17.12.zip

Is there something which i am missing for creating a new version compatible to my Elasticsearch?

@aman199002 aman199002 changed the title No tag version available for Elasticsearch 7.17.12 Getting "ERROR: Unknown plugin" while installing specific plugin version built for Elasticsearch version 7.17.12 Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant