-
-
Notifications
You must be signed in to change notification settings - Fork 597
Closed
Description
I perform a opsworks deployment of the Elasticsearch node, I set the plugin values in my data bag as follows.
"elasticsearch": { "plugins" : { "karmi/elasticsearch-paramedic" : { "url" : "https://github.com/karmi/elasticsearch-paramedic/archive/master.zip" }, "lukas-vlcek/bigdesk" : { "url" : "https://github.com/lukas-vlcek/bigdesk/archive/master.zip" } },
The plugins get downloaded and are located inside the following folder
/usr/local/elasticsearch/plugins
ls -lha
shows the following
drwxr-xr-x 5 elasticsearch elasticsearch 4.0K Dec 18 16:04 bigdesk
drwxr-xr-x 2 elasticsearch elasticsearch 4.0K Dec 18 16:03 cloud-aws
drwxr-xr-x 6 elasticsearch elasticsearch 4.0K Dec 18 16:04 paramedic
I am using version 0.90.4 ES.
The cloud-aws plugin is installed. However the rest are not. Log output is shown below.
...
[2013-12-18 16:02:48,212][INFO ][node ] [elasticsearch6.localdomain] initializing ...
[2013-12-18 16:02:48,220][INFO ][plugins ] [elasticsearch6.localdomain] loaded [], sites []
[2013-12-18 16:02:51,089][INFO ][node ] [elasticsearch6.localdomain] initialized
...
Metadata
Metadata
Assignees
Labels
No labels