Skip to content

Commit

Permalink
Update version matrix and download links in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Branor committed Oct 25, 2017
1 parent 7da2431 commit 916a72e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ Note that as of Elasticsearch version 2.0, plugins are version specific. This me

As of ES 2.x, the plugin versions are aligned to be 2.`<ES_VERSION>`, so to install for ES 2.2+, use the following command and replace `<ES_VERSION>` with your ES version:

bin/plugin install https://github.com/couchbaselabs/elasticsearch-transport-couchbase/releases/download/v2.<ES_VERSION>/elasticsearch-transport-couchbase-2.<ES_VERSION>.zip
bin/plugin install https://github.com/couchbaselabs/elasticsearch-transport-couchbase/releases/download/2.<ES_VERSION>/elasticsearch-transport-couchbase-2.<ES_VERSION>.zip

As of ES 5.x, use the following command to install the plugin:

bin/elasticsearch-plugin install https://github.com/couchbaselabs/elasticsearch-transport-couchbase/releases/download/v2.<ES_VERSION>/elasticsearch-transport-couchbase-2.<ES_VERSION>.zip
bin/elasticsearch-plugin install https://github.com/couchbaselabs/elasticsearch-transport-couchbase/releases/download/2.<ES_VERSION>/elasticsearch-transport-couchbase-2.<ES_VERSION>.zip

To install the ES 1.x compatible plugin, run the following command from your Elasticsearch installation folder:

Expand All @@ -28,9 +28,9 @@ Version Compatibility:
+------------------------------------------------------------------+
| Plugin | Couchbase | Elasticsearch |
+------------------------------------------------------------------+
| master | 2.5.x - 4.x | 5.4.0 |
| master | 2.5.x - 5.x | 5.6.3 |
+------------------------------------------------------------------+
| 2.5.x.y | 2.5.x - 4.x | 5.x.y |
| 2.5.x.y | 2.5.x - 5.x | 5.x.y |
+------------------------------------------------------------------+
| 2.2.x.y | 2.5.x - 4.x | 2.x.y |
+------------------------------------------------------------------+
Expand Down

0 comments on commit 916a72e

Please sign in to comment.