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

Skip to content

Commit 79dd361

Browse files
committed
update README.md
1 parent a2a6610 commit 79dd361

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ Elasticsearch-SQL
5555
**5.6.4** [![5.6.4 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.6.4)](https://travis-ci.org/NLPchina/elasticsearch-sql)
5656
**5.6.5** [![5.6.5 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.6.5)](https://travis-ci.org/NLPchina/elasticsearch-sql)
5757
**6.0.0** [![6.0.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.0.0)](https://travis-ci.org/NLPchina/elasticsearch-sql)
58+
**6.0.1** [![6.0.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.0.1)](https://travis-ci.org/NLPchina/elasticsearch-sql)
59+
**6.1.0** [![6.1.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.1.0)](https://travis-ci.org/NLPchina/elasticsearch-sql)
60+
**6.1.1** [![6.1.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.1.1)](https://travis-ci.org/NLPchina/elasticsearch-sql)
5861

5962
Query elasticsearch using familiar SQL syntax.
6063
You can also use ES functions in SQL.
@@ -123,6 +126,9 @@ Versions
123126
| 5.6.4 | 5.6.4.0 | delete commands not supported | elastic5.6.4 |
124127
| 5.6.5 | 5.6.5.0 | delete commands not supported | elastic5.6.5 |
125128
| 6.0.0 | 6.0.0.0 | | elastic6.0.0 |
129+
| 6.0.1 | 6.0.1.0 | | elastic6.0.1 |
130+
| 6.1.0 | 6.1.0.0 | | elastic6.1.0 |
131+
| 6.1.1 | 6.1.1.0 | | elastic6.1.1 |
126132

127133
### Elasticsearch 1.x
128134
````
@@ -332,6 +338,21 @@ Versions
332338
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.0.0.0/elasticsearch-sql-6.0.0.0.zip
333339
````
334340

341+
### Elasticsearch 6.0.1
342+
````
343+
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.0.1.0/elasticsearch-sql-6.0.1.0.zip
344+
````
345+
346+
### Elasticsearch 6.1.0
347+
````
348+
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.1.0.0/elasticsearch-sql-6.1.0.0.zip
349+
````
350+
351+
### Elasticsearch 6.1.1
352+
````
353+
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.1.1.0/elasticsearch-sql-6.1.1.0.zip
354+
````
355+
335356
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}`.
336357

337358
## Basic Usage

0 commit comments

Comments
 (0)