yunqingmoswu commented on code in PR #394:
URL:
https://github.com/apache/incubator-inlong-website/pull/394#discussion_r893024871
##########
i18n/zh-CN/docusaurus-plugin-content-docs/current/data_node/load_node/elasticsearch.md:
##########
@@ -0,0 +1,352 @@
+---
+title: Elasticsearch
+sidebar_position: 8
+---
+
+## Elasticsearch Load 节点
+
+Elasticsearch Load 节点允许将数据写入到 Elasticsearch 引擎的索引中。本文档描述运行 SQL 查询时如何设置
Elasticsearch Load 节点。
+
+连接器可以工作在 Upsert 模式,使用 DDL 中定义的主键与外部系统交换 UPDATE/DELETE 消息。
+
+如果 DDL 中没有定义主键,那么连接器只能工作在 Append 模式,只能与外部系统交换 INSERT 消息。
+
+## 支持的版本
+
+| Load 节点 | 版本
|
+|-------------------------------------|----------------------------------------------------|
+| [elasticsearch](./elasticsearch.md) |
[ElasticSearch](https://www.elastic.co/): 6.x, 7.x |
Review Comment:
done
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]