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

Skip to content

Commit e02a1dd

Browse files
committed
update README.md
1 parent 733bda3 commit e02a1dd

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,14 @@ 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
**5.6.6** [![5.6.6 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.6.6)](https://travis-ci.org/NLPchina/elasticsearch-sql)
58+
**5.6.7** [![5.6.7 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.6.7)](https://travis-ci.org/NLPchina/elasticsearch-sql)
5859
**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)
5960
**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)
60-
**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)
6161
<br/>
62+
**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)
6263
**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)
6364
**6.1.2** [![6.1.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.1.2)](https://travis-ci.org/NLPchina/elasticsearch-sql)
65+
**6.1.3** [![6.1.3 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.1.3)](https://travis-ci.org/NLPchina/elasticsearch-sql)
6466

6567
Query elasticsearch using familiar SQL syntax.
6668
You can also use ES functions in SQL.
@@ -129,11 +131,13 @@ Versions
129131
| 5.6.4 | 5.6.4.0 | delete commands not supported | elastic5.6.4 |
130132
| 5.6.5 | 5.6.5.0 | delete commands not supported | elastic5.6.5 |
131133
| 5.6.6 | 5.6.6.0 | | elastic5.6.6 |
134+
| 5.6.7 | 5.6.7.0 | | elastic5.6.7 |
132135
| 6.0.0 | 6.0.0.0 | | elastic6.0.0 |
133136
| 6.0.1 | 6.0.1.0 | | elastic6.0.1 |
134137
| 6.1.0 | 6.1.0.0 | | elastic6.1.0 |
135138
| 6.1.1 | 6.1.1.0 | | elastic6.1.1 |
136139
| 6.1.2 | 6.1.2.0 | | elastic6.1.2 |
140+
| 6.1.3 | 6.1.3.0 | | elastic6.1.3 |
137141

138142
### Elasticsearch 1.x
139143
````
@@ -343,6 +347,11 @@ Versions
343347
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/5.6.6.0/elasticsearch-sql-5.6.6.0.zip
344348
````
345349

350+
### Elasticsearch 5.6.7
351+
````
352+
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/5.6.7.0/elasticsearch-sql-5.6.7.0.zip
353+
````
354+
346355
### Elasticsearch 6.0.0
347356
````
348357
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.0.0.0/elasticsearch-sql-6.0.0.0.zip
@@ -368,6 +377,11 @@ Versions
368377
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.1.2.0/elasticsearch-sql-6.1.2.0.zip
369378
````
370379

380+
### Elasticsearch 6.1.3
381+
````
382+
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.1.3.0/elasticsearch-sql-6.1.3.0.zip
383+
````
384+
371385
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}`.
372386

373387
## Basic Usage

0 commit comments

Comments
 (0)