Skip to content

Commit a57ab45

Browse files
committed
update README.md
1 parent aed245b commit a57ab45

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ Elasticsearch-SQL
103103
<br/>
104104
**6.7.2** [![6.7.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.7.2)](https://travis-ci.org/NLPchina/elasticsearch-sql)
105105
**6.8.0** [![6.8.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.0)](https://travis-ci.org/NLPchina/elasticsearch-sql)
106+
**6.8.1** [![6.8.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.1)](https://travis-ci.org/NLPchina/elasticsearch-sql)
107+
**6.8.2** [![6.8.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.2)](https://travis-ci.org/NLPchina/elasticsearch-sql)
106108

107109
Query elasticsearch using familiar SQL syntax.
108110
You can also use ES functions in SQL.
@@ -212,6 +214,8 @@ Versions
212214
| 6.7.1 | 6.7.1.0 | | elastic6.7.1 |
213215
| 6.7.2 | 6.7.2.0 | | elastic6.7.2 |
214216
| 6.8.0 | 6.8.0.0 | | elastic6.8.0 |
217+
| 6.8.1 | 6.8.1.0 | | elastic6.8.1 |
218+
| 6.8.2 | 6.8.2.0 | | elastic6.8.2 |
215219

216220
### Elasticsearch 1.x
217221
````
@@ -626,6 +630,16 @@ Versions
626630
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.8.0.0/elasticsearch-sql-6.8.0.0.zip
627631
````
628632

633+
### Elasticsearch 6.8.1
634+
````
635+
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.8.1.0/elasticsearch-sql-6.8.1.0.zip
636+
````
637+
638+
### Elasticsearch 6.8.2
639+
````
640+
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.8.2.0/elasticsearch-sql-6.8.2.0.zip
641+
````
642+
629643
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}`.
630644

631645
## Basic Usage

0 commit comments

Comments
 (0)