Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 32ad692

Browse files
committed
update README.md
1 parent a032227 commit 32ad692

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Elasticsearch-SQL
5050
**5.6.0** [![5.6.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.6.0)](https://travis-ci.org/NLPchina/elasticsearch-sql)
5151
**5.6.1** [![5.6.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.6.1)](https://travis-ci.org/NLPchina/elasticsearch-sql)
5252
**5.6.2** [![5.6.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.6.2)](https://travis-ci.org/NLPchina/elasticsearch-sql)
53+
**5.6.3** [![5.6.3 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.6.3)](https://travis-ci.org/NLPchina/elasticsearch-sql)
5354

5455
Query elasticsearch using familiar SQL syntax.
5556
You can also use ES functions in SQL.
@@ -114,6 +115,7 @@ Versions
114115
| 5.6.0 | 5.6.0.0 | delete commands not supported | elastic5.6.0 |
115116
| 5.6.1 | 5.6.1.0 | delete commands not supported | elastic5.6.1 |
116117
| 5.6.2 | 5.6.2.0 | delete commands not supported | elastic5.6.2 |
118+
| 5.6.3 | 5.6.3.0 | delete commands not supported | elastic5.6.3 |
117119

118120
### Elasticsearch 1.x
119121
````
@@ -303,6 +305,11 @@ Versions
303305
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/5.6.2.0/elasticsearch-sql-5.6.2.0.zip
304306
````
305307

308+
### Elasticsearch 5.6.3
309+
````
310+
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/5.6.3.0/elasticsearch-sql-5.6.3.0.zip
311+
````
312+
306313
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}`.
307314

308315
## Basic Usage

0 commit comments

Comments
 (0)