Skip to content

Commit

Permalink
[INLONG-638] [sort] Add support for elasticsearch-5 (#640)
Browse files Browse the repository at this point in the history
Co-authored-by: jianchenglv <6>
  • Loading branch information
LvJiancheng committed Dec 8, 2022
1 parent 908c99b commit 5cbabba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/data_node/load_node/elasticsearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ If no primary key is defined on the DDL, the Load Node can only operate in appen

| Load Node | Version |
|-------------------------------------|----------------------------------------------------|
| [elasticsearch](./elasticsearch.md) | [Elasticsearch](https://www.elastic.co/): 6.x, 7.x |
| [elasticsearch](./elasticsearch.md) | [Elasticsearch](https://www.elastic.co/): 5.x, 6.x, 7.x |

### Dependencies

Expand Down Expand Up @@ -92,7 +92,7 @@ TODO: It will be supported in the future.
<td>String</td>
<td>Specify what connector to use, valid values are:
<ul>
<li><code>elasticsearch-6-inlong</code>: connect to Elasticsearch 6.x cluster.</li>
<li><code>elasticsearch-6-inlong</code>: connect to Elasticsearch 5.x and 6.x cluster.</li>
<li><code>elasticsearch-7-inlong</code>: connect to Elasticsearch 7.x and later versions cluster.</li>
</ul></td>
</tr>
Expand All @@ -114,7 +114,7 @@ TODO: It will be supported in the future.
</tr>
<tr>
<td><h5>document-type</h5></td>
<td>required in 6.x</td>
<td>required in 5.x and 6.x</td>
<td style={{wordWrap: 'break-word'}}>(none)</td>
<td>String</td>
<td>Elasticsearch document type. Not necessary anymore in <code>elasticsearch-7</code>.</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Elasticsearch Load 节点允许将数据写入到 Elasticsearch 引擎的索引

| Load 节点 | 版本 |
|-------------------------------------|----------------------------------------------------|
| [elasticsearch](./elasticsearch.md) | [Elasticsearch](https://www.elastic.co/): 6.x, 7.x |
| [elasticsearch](./elasticsearch.md) | [Elasticsearch](https://www.elastic.co/): 5.x, 6.x, 7.x |

### 依赖

Expand Down Expand Up @@ -92,7 +92,7 @@ TODO: 将在未来支持这个特性。
<td>String</td>
<td>指定要使用的连接器,有效值为:
<ul>
<li><code>elasticsearch-6</code>:连接到 Elasticsearch 6.x 的集群。</li>
<li><code>elasticsearch-6</code>:连接到 Elasticsearch 5.x and 6.x 的集群。</li>
<li><code>elasticsearch-7</code>:连接到 Elasticsearch 7.x 及更高版本的集群。</li>
</ul></td>
</tr>
Expand Down

0 comments on commit 5cbabba

Please sign in to comment.