You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2022/12/12 10:57:10 UTC

[flink-connector-elasticsearch] branch docs updated: +

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

chesnay pushed a commit to branch docs
in repository https://gitbox.apache.org/repos/asf/flink-connector-elasticsearch.git


The following commit(s) were added to refs/heads/docs by this push:
     new f3b61d8  +
f3b61d8 is described below

commit f3b61d81372e2605a279d6baa6e943fae1b89e34
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Mon Dec 12 11:57:00 2022 +0100

    +
---
 docs/content.zh/docs/connectors/table/elasticsearch.md | 2 +-
 docs/content/docs/connectors/table/elasticsearch.md    | 2 +-
 docs/data/elasticsearch.yml                            | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/content.zh/docs/connectors/table/elasticsearch.md b/docs/content.zh/docs/connectors/table/elasticsearch.md
index 3395eda..c4d29cd 100644
--- a/docs/content.zh/docs/connectors/table/elasticsearch.md
+++ b/docs/content.zh/docs/connectors/table/elasticsearch.md
@@ -38,7 +38,7 @@ Elasticsearch 连接器允许将数据写入到 Elasticsearch 引擎的索引中
 依赖
 ------------
 
-{{< sql_download_table "elastic" >}}
+{{< sql_connector_download_table "elasticsearch" 3.0.0 >}}
 
 Elasticsearch 连接器不是二进制发行版的一部分,请查阅[这里]({{< ref "docs/dev/configuration/overview" >}})了解如何在集群运行中引用 Elasticsearch 连接器。
 
diff --git a/docs/content/docs/connectors/table/elasticsearch.md b/docs/content/docs/connectors/table/elasticsearch.md
index 7e5cf99..e3b4d00 100644
--- a/docs/content/docs/connectors/table/elasticsearch.md
+++ b/docs/content/docs/connectors/table/elasticsearch.md
@@ -38,7 +38,7 @@ If no primary key is defined on the DDL, the connector can only operate in appen
 Dependencies
 ------------
 
-{{< sql_download_table "elastic" >}}
+{{< sql_connector_download_table "elasticsearch" 3.0.0 >}}
 
 The Elasticsearch connector is not part of the binary distribution.
 See how to link with it for cluster execution [here]({{< ref "docs/dev/configuration/overview" >}}).
diff --git a/docs/data/elasticsearch.yml b/docs/data/elasticsearch.yml
index 49da287..3296e3b 100644
--- a/docs/data/elasticsearch.yml
+++ b/docs/data/elasticsearch.yml
@@ -4,7 +4,7 @@ elasticsearch:
   versions:
     - version: 6.x
       maven: flink-connector-elasticsearch6
-      sql_url: https://repo.maven.apache.org/maven2/org/apache/flink/flink-sql-connector-elasticsearch6/$version/flink-sql-connector-elasticsearch6-$version.jar
+      sql_url: https://repo.maven.apache.org/maven2/org/apache/flink/flink-sql-connector-elasticsearch6/$version-$flink/flink-sql-connector-elasticsearch6-$version-$flink.jar
     - version: 7.x and later versions
       maven: flink-connector-elasticsearch7
-      sql_url: https://repo.maven.apache.org/maven2/org/apache/flink/flink-sql-connector-elasticsearch7/$version/flink-sql-connector-elasticsearch7-$version.jar
+      sql_url: https://repo.maven.apache.org/maven2/org/apache/flink/flink-sql-connector-elasticsearch7/$version-$flink/flink-sql-connector-elasticsearch7-$version-$flink.jar