Unable to install Elasticsearch Plugin

Hey guys.

My last question for today.

I am trying to install this plugin:
http://docs.couchbase.com/admin/elastic/install-plugin.html

But running the first command ( bin/plugin -install transport-couchbase -url \ http://packages.couchbase.com.s3.amazonaws.com/releases/elastic-search-adapter/2.0.0/elasticsearch-transport-couchbase-2.0.0.zip ) just returns a simple error -bash: bin/plugin: No such file or directory

Again I have no clue.
Thanks in advance

you are probably not in the root directory of elastic search? This looks like an elasticsearch error, and not related to the couchbase plugin. Can you do a “pwd” before you run the bin/plugin command?

First you have to install an elastic search cluster. The plugin is actually installed on elastic search not on couchbase.