Skip to content

Commit ab17f62

Browse files
committed
update README.md
1 parent 8361795 commit ab17f62

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Elasticsearch-SQL
1616
### build status
1717

1818
**6.8.23** [![6.8.23 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.23)](https://travis-ci.com/github/NLPchina/elasticsearch-sql)
19-
**7.17.5** [![7.17.5 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic7.17.5)](https://travis-ci.com/github/NLPchina/elasticsearch-sql)
19+
**7.17.7** [![7.17.7 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic7.17.7)](https://travis-ci.com/github/NLPchina/elasticsearch-sql)
2020
**master** [![master Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=master)](https://travis-ci.com/github/NLPchina/elasticsearch-sql)
2121

2222
Query elasticsearch using familiar SQL syntax.
@@ -205,6 +205,8 @@ Versions
205205
| 7.17.3 | 7.17.3.0 | | elastic7.17.3|
206206
| 7.17.4 | 7.17.4.0 | | elastic7.17.4|
207207
| 7.17.5 | 7.17.5.0 | | elastic7.17.5|
208+
| 7.17.6 | 7.17.6.0 | | elastic7.17.6|
209+
| 7.17.7 | 7.17.7.0 | | elastic7.17.7|
208210

209211
### Elasticsearch 1.x
210212
````
@@ -1009,6 +1011,16 @@ Versions
10091011
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.17.5.0/elasticsearch-sql-7.17.5.0.zip
10101012
````
10111013

1014+
### Elasticsearch 7.17.6
1015+
````
1016+
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.17.6.0/elasticsearch-sql-7.17.6.0.zip
1017+
````
1018+
1019+
### Elasticsearch 7.17.7
1020+
````
1021+
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/7.17.7.0/elasticsearch-sql-7.17.7.0.zip
1022+
````
1023+
10121024
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}`.
10131025

10141026
## Basic Usage

0 commit comments

Comments
 (0)