Skip to content

Commit 5dc5866

Browse files
committed
update README.md
1 parent 7e9c44f commit 5dc5866

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
@@ -89,6 +89,7 @@ Elasticsearch-SQL
8989
<br/>
9090
**6.5.1** [![6.5.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.5.1)](https://travis-ci.org/NLPchina/elasticsearch-sql)
9191
**6.5.2** [![6.5.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.5.2)](https://travis-ci.org/NLPchina/elasticsearch-sql)
92+
**6.5.3** [![6.5.3 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.5.3)](https://travis-ci.org/NLPchina/elasticsearch-sql)
9293

9394
Query elasticsearch using familiar SQL syntax.
9495
You can also use ES functions in SQL.
@@ -186,6 +187,7 @@ Versions
186187
| 6.5.0 | 6.5.0.0 | | elastic6.5.0 |
187188
| 6.5.1 | 6.5.1.0 | | elastic6.5.1 |
188189
| 6.5.2 | 6.5.2.0 | | elastic6.5.2 |
190+
| 6.5.3 | 6.5.3.0 | | elastic6.5.3 |
189191

190192
### Elasticsearch 1.x
191193
````
@@ -540,6 +542,11 @@ Versions
540542
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.5.2.0/elasticsearch-sql-6.5.2.0.zip
541543
````
542544

545+
### Elasticsearch 6.5.3
546+
````
547+
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.5.3.0/elasticsearch-sql-6.5.3.0.zip
548+
````
549+
543550
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}`.
544551

545552
## Basic Usage

0 commit comments

Comments
 (0)