elastic / elasticsearch-migration

This plugin will help you to check whether you can upgrade directly to the next major version of Elasticsearch, or whether you need to make changes to your data and cluster before doing so.
290 stars 32 forks source link

Plugin install vs. URL naming consistency #8

Closed skearns64 closed 9 years ago

skearns64 commented 9 years ago

With Marvel, we install:

bin/plugin -i elasticsearch/marvel/latest

and have the URL:

http://localhost:9200/_plugin/marvel

For the migration plugin, it would be good to have the same name for the plugin and the URL. This is a suggestion for naming, but I'm not tied to it. I mainly just like the consistency:

bin/plugin -i elasticsearch/migration/latest
http://localhost:9200/_plugin/migration
clintongormley commented 9 years ago

Closing as won't fix