This is an automated email from the ASF dual-hosted git repository.
dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong-website.git
The following commit(s) were added to refs/heads/master by this push:
new 5cbabbacb3 [INLONG-638] [sort] Add support for elasticsearch-5 (#640)
5cbabbacb3 is described below
commit 5cbabbacb34168b39e2b4c5074e06990c16f0bda
Author: jiancheng Lv <[email protected]>
AuthorDate: Thu Dec 8 15:47:01 2022 +0800
[INLONG-638] [sort] Add support for elasticsearch-5 (#640)
Co-authored-by: jianchenglv <6>
---
docs/data_node/load_node/elasticsearch.md | 6 +++---
.../current/data_node/load_node/elasticsearch.md | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/docs/data_node/load_node/elasticsearch.md
b/docs/data_node/load_node/elasticsearch.md
index 2178a2060a..e49c326b5e 100644
--- a/docs/data_node/load_node/elasticsearch.md
+++ b/docs/data_node/load_node/elasticsearch.md
@@ -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
@@ -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>
@@ -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>
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/data_node/load_node/elasticsearch.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/data_node/load_node/elasticsearch.md
index c967f1d609..d10a6ceb85 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/data_node/load_node/elasticsearch.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/data_node/load_node/elasticsearch.md
@@ -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 |
### 依赖
@@ -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>