@@ -55,6 +55,9 @@ Elasticsearch-SQL
55
55
** 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 )
56
56
** 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 )
57
57
** 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 )
58
+ ** 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 )
59
+ ** 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 )
60
+ ** 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 )
58
61
59
62
Query elasticsearch using familiar SQL syntax.
60
63
You can also use ES functions in SQL.
@@ -123,6 +126,9 @@ Versions
123
126
| 5.6.4 | 5.6.4.0 | delete commands not supported | elastic5.6.4 |
124
127
| 5.6.5 | 5.6.5.0 | delete commands not supported | elastic5.6.5 |
125
128
| 6.0.0 | 6.0.0.0 | | elastic6.0.0 |
129
+ | 6.0.1 | 6.0.1.0 | | elastic6.0.1 |
130
+ | 6.1.0 | 6.1.0.0 | | elastic6.1.0 |
131
+ | 6.1.1 | 6.1.1.0 | | elastic6.1.1 |
126
132
127
133
### Elasticsearch 1.x
128
134
````
@@ -332,6 +338,21 @@ Versions
332
338
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.0.0.0/elasticsearch-sql-6.0.0.0.zip
333
339
````
334
340
341
+ ### Elasticsearch 6.0.1
342
+ ````
343
+ ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.0.1.0/elasticsearch-sql-6.0.1.0.zip
344
+ ````
345
+
346
+ ### Elasticsearch 6.1.0
347
+ ````
348
+ ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.1.0.0/elasticsearch-sql-6.1.0.0.zip
349
+ ````
350
+
351
+ ### Elasticsearch 6.1.1
352
+ ````
353
+ ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.1.1.0/elasticsearch-sql-6.1.1.0.zip
354
+ ````
355
+
335
356
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} ` .
336
357
337
358
## Basic Usage
0 commit comments