You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by ty...@apache.org on 2023/03/22 05:55:37 UTC

[incubator-seatunnel] branch dev updated: [Hotfix][Connector-V2][Eleasticsearch] Document description error #4370 (#4390)

This is an automated email from the ASF dual-hosted git repository.

tyrantlucifer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new f77041e37 [Hotfix][Connector-V2][Eleasticsearch] Document description error #4370 (#4390)
f77041e37 is described below

commit f77041e3791c41d4ee2bfe4fff013d70831e8568
Author: zhilinli <76...@users.noreply.github.com>
AuthorDate: Wed Mar 22 13:55:30 2023 +0800

    [Hotfix][Connector-V2][Eleasticsearch] Document description error #4370 (#4390)
---
 docs/en/connector-v2/sink/Elasticsearch.md   | 2 +-
 docs/en/connector-v2/source/Elasticsearch.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/en/connector-v2/sink/Elasticsearch.md b/docs/en/connector-v2/sink/Elasticsearch.md
index 19cb59325..14738c931 100644
--- a/docs/en/connector-v2/sink/Elasticsearch.md
+++ b/docs/en/connector-v2/sink/Elasticsearch.md
@@ -13,7 +13,7 @@ Output data to `Elasticsearch`.
 
 Engine Supported
 
-* supported  `ElasticSearch version is >= 2.x and < 8.x`
+* supported  `ElasticSearch version is >= 2.x and <= 8.x`
 
 :::
 
diff --git a/docs/en/connector-v2/source/Elasticsearch.md b/docs/en/connector-v2/source/Elasticsearch.md
index dfb876a85..8040c2e72 100644
--- a/docs/en/connector-v2/source/Elasticsearch.md
+++ b/docs/en/connector-v2/source/Elasticsearch.md
@@ -6,7 +6,7 @@
 
 Used to read data from Elasticsearch.
 
-support version >= 2.x and < 8.x.
+support version >= 2.x and <= 8.x.
 
 ## Key features