-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Installation Guide
eliranmoyal edited this page Nov 13, 2015
·
19 revisions
#Installation Guide
elasticsearch version | latest version | remarks |
---|---|---|
1.X | 1.4.6 | tested against elastic 1.4-1.6 |
2.0.0 | 2.0.1 | delete commands not supported |
./bin/plugin -u https://github.com/NLPchina/elasticsearch-sql/releases/download/1.4.6/elasticsearch-sql-1.4.6.zip --install sql
./bin/plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/2.0.1/elasticsearch-sql-2.0.1.zip
After doing this, you need to restart the Elasticsearch server.
Otherwise you may get errors like:
Invalid index name [sql], must not start with '']; ","status":400}
.
If you are having trouble with direct install you can always download the zip file from here: https://github.com/NLPchina/elasticsearch-sql/releases/download/1.4.6/elasticsearch-sql-1.4.6.zip
save it to your computer and run:
./bin/plugin -u file:///home/yourFolder/elasticsearch-sql-1.4.6.zip --install sql