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

Skip to content

Commit 6a14820

Browse files
committed
update README.md
1 parent e1341f7 commit 6a14820

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
@@ -75,6 +75,7 @@ Elasticsearch-SQL
7575
<br/>
7676
**6.2.4** [![6.2.4 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.2.4)](https://travis-ci.org/NLPchina/elasticsearch-sql)
7777
**6.3.0** [![6.3.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.3.0)](https://travis-ci.org/NLPchina/elasticsearch-sql)
78+
**6.3.1** [![6.3.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.3.1)](https://travis-ci.org/NLPchina/elasticsearch-sql)
7879

7980
Query elasticsearch using familiar SQL syntax.
8081
You can also use ES functions in SQL.
@@ -160,6 +161,7 @@ Versions
160161
| 6.2.3 | 6.2.3.0 | | elastic6.2.3 |
161162
| 6.2.4 | 6.2.4.0 | | elastic6.2.4 |
162163
| 6.3.0 | 6.3.0.0 | | elastic6.3.0 |
164+
| 6.3.1 | 6.3.1.0 | | elastic6.3.1 |
163165

164166
### Elasticsearch 1.x
165167
````
@@ -454,6 +456,11 @@ Versions
454456
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.3.0.0/elasticsearch-sql-6.3.0.0.zip
455457
````
456458

459+
### Elasticsearch 6.3.1
460+
````
461+
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.3.1.0/elasticsearch-sql-6.3.1.0.zip
462+
````
463+
457464
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}`.
458465

459466
## Basic Usage

0 commit comments

Comments
 (0)