Skip to content

Instantly share code, notes, and snippets.

@Alex-Ikanow
Created November 14, 2011 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Alex-Ikanow/1364037 to your computer and use it in GitHub Desktop.
Save Alex-Ikanow/1364037 to your computer and use it in GitHub Desktop.
Elastic search site plugin problems
#### 1] Install works fine....
[acp@localhost elasticsearch]$ sudo bin/plugin -install lukas-vlcek/bigdesk
-> Installing lukas-vlcek/bigdesk...
Trying https://github.com/downloads/lukas-vlcek/bigdesk/bigdesk-0.17.9.zip...
Trying https://github.com/lukas-vlcek/bigdesk/zipball/v0.17.9...
Trying https://github.com/lukas-vlcek/bigdesk/zipball/master...
Downloading ..................................DONE
Identified as a _site plugin, moving to _site structure ...
Installed bigdesk
#### 2] Directories in place, all looking good:
[acp@localhost elasticsearch]$ ls -l
total 32
drwxr-xr-x 2 elasticsearch elasticsearch 4096 Nov 11 12:44 bin
drwxr-xr-x 4 elasticsearch elasticsearch 4096 Apr 14 2011 data
drwxr-xr-x 3 elasticsearch elasticsearch 4096 Nov 11 12:44 lib
drwxr-xr-x 5 elasticsearch elasticsearch 4096 Nov 11 12:53 plugins
[acp@localhost elasticsearch]$ ls -l plugins/
total 24
drwxr-xr-x 3 elasticsearch elasticsearch 4096 Nov 11 12:53 bigdesk
drwxr-xr-x 3 elasticsearch elasticsearch 4096 Nov 11 12:51 head
drwxr-xr-x 2 elasticsearch elasticsearch 4096 Aug 1 09:13 lang-javascript
[acp@localhost elasticsearch]$ ls -l plugins/bigdesk/
total 8
drwxr-xr-x 5 elasticsearch elasticsearch 4096 Nov 11 12:53 _site
[acp@localhost elasticsearch]$ ls -l plugins/bigdesk/_site/
total 152
drwxr-xr-x 2 elasticsearch elasticsearch 4096 Nov 11 12:53 css
drwxr-xr-x 2 elasticsearch elasticsearch 4096 Nov 11 12:53 images
-rw-r--r-- 1 elasticsearch elasticsearch 13288 Nov 11 12:53 index.html
drwxr-xr-x 3 elasticsearch elasticsearch 4096 Nov 11 12:53 js
-rw-r--r-- 1 elasticsearch elasticsearch 744 Nov 11 12:53 README.textile
-rw-r--r-- 1 elasticsearch elasticsearch 91393 Nov 11 12:53 screenshot.jpg
#### 3] Check es version:
[acp@localhost bigdesk]$ curl -XGET 'http://127.0.0.1:9200/'
{
"ok" : true,
"name" : "Astaroth / Asteroth",
"version" : {
"number" : "0.17.9",
"date" : "2011-10-19T22:08:24",
"snapshot_build" : false
},
#### 4] Try to access plugin...
[acp@localhost bigdesk]$ curl -XGET 'http://127.0.0.1:9200/_plugin/bigdesk/'
[acp@localhost bigdesk]$
(Identical behavior for elasticsearch-head)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment