You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by he...@apache.org on 2021/12/30 03:53:20 UTC

[incubator-inlong-website] branch master updated: [INLONG-2080] fix the wrong keys for file agent (#244)

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

healchow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-inlong-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 04914b6  [INLONG-2080] fix the wrong keys for file agent (#244)
04914b6 is described below

commit 04914b68407d699e636b3992dc3d210b6b517d84
Author: dockerzhang <do...@apache.org>
AuthorDate: Thu Dec 30 11:53:16 2021 +0800

    [INLONG-2080] fix the wrong keys for file agent (#244)
---
 docs/modules/agent/file.md                                        | 8 ++++----
 docs/modules/agent/quick_start.md                                 | 4 ++--
 docs/quick_start/hive_example.md                                  | 4 ++--
 .../docusaurus-plugin-content-docs/current/modules/agent/file.md  | 8 ++++----
 .../current/modules/agent/quick_start.md                          | 4 ++--
 .../current/quick_start/hive_example.md                           | 4 ++--
 6 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/docs/modules/agent/file.md b/docs/modules/agent/file.md
index 219e1df..c0abcfc 100644
--- a/docs/modules/agent/file.md
+++ b/docs/modules/agent/file.md
@@ -62,8 +62,8 @@ curl --location --request POST'http://localhost:8008/config/job' \
 "channel": "org.apache.inlong.agent.plugin.channel.MemoryChannel"
 },
 "proxy": {
-"group": "group10",
-"group": "group10"
+"inlongGroupId": "group10",
+"inlongStreamId": "group10"
 },
 "op": "add"
 }'
@@ -101,8 +101,8 @@ curl --location --request POST'http://localhost:8008/config/job' \
 "channel": "org.apache.inlong.agent.plugin.channel.MemoryChannel"
 },
 "proxy": {
-"groupId": "groupId10",
-"streamId": "streamId10"
+"inlongGroupId": "groupId10",
+"inlongStreamId": "streamId10"
 },
 "op": "add"
 }'
diff --git a/docs/modules/agent/quick_start.md b/docs/modules/agent/quick_start.md
index bb0ec8f..c8b1556 100644
--- a/docs/modules/agent/quick_start.md
+++ b/docs/modules/agent/quick_start.md
@@ -54,8 +54,8 @@ sh agent.sh start
     "channel": "org.apache.inlong.agent.plugin.channel.MemoryChannel"
     },
     "proxy": {
-  "groupId": "groupId10",
-  "streamId": "groupId10"
+  "inlongGroupId": "groupId10",
+  "inlongStreamId": "groupId10"
     },
     "op": "add"
     }'
diff --git a/docs/quick_start/hive_example.md b/docs/quick_start/hive_example.md
index 31daffb..347f0d6 100644
--- a/docs/quick_start/hive_example.md
+++ b/docs/quick_start/hive_example.md
@@ -80,8 +80,8 @@ curl --location --request POST 'http://localhost:8008/config/job' \
 "channel": "org.apache.inlong.agent.plugin.channel.MemoryChannel"
 },
 "proxy": {
-"groupId": "b_test",
-"streamId": "test_stream"
+"inlongGroupId": "b_test",
+"inlongStreamId": "test_stream"
 },
 "op": "add"
 }'
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/agent/file.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/agent/file.md
index 740fbab..c2294be 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/agent/file.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/agent/file.md
@@ -61,8 +61,8 @@ curl --location --request POST 'http://localhost:8008/config/job' \
 "channel": "org.apache.inlong.agent.plugin.channel.MemoryChannel"
 },
 "proxy": {
-"groupId": "groupId",
-"streamId": "streamId"
+"inlongGroupId": "groupId",
+"inlongStreamId": "streamId"
 },
 "op": "add"
 }'
@@ -101,8 +101,8 @@ curl --location --request POST 'http://localhost:8008/config/job' \
 "channel": "org.apache.inlong.agent.plugin.channel.MemoryChannel"
 },
 "proxy": {
-"groupId": "groupId",
-"streamId": "streamId"
+"inlongGroupId": "groupId",
+"inlongStreamId": "streamId"
 },
 "op": "add"
 }'
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/agent/quick_start.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/agent/quick_start.md
index a3754a4..7eb4676 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/agent/quick_start.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/agent/quick_start.md
@@ -52,8 +52,8 @@ curl --location --request POST 'http://localhost:8008/config/job' \
 "channel": "org.apache.inlong.agent.plugin.channel.MemoryChannel"
 },
 "proxy": {
-"groupId": "groupId10",
-"streamId": "streamId10"
+"inlongGroupId": "groupId10",
+"inlongStreamId": "streamId10"
 },
 "op": "add"
 }'
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/quick_start/hive_example.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/quick_start/hive_example.md
index b56f516..2ada905 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/quick_start/hive_example.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/quick_start/hive_example.md
@@ -82,8 +82,8 @@ curl --location --request POST 'http://localhost:8008/config/job' \
 "channel": "org.apache.inlong.agent.plugin.channel.MemoryChannel"
 },
 "proxy": {
-"groupId": "b_test",
-"streamId": "test_stream"
+"inlongGroupId": "b_test",
+"inlongStreamId": "test_stream"
 },
 "op": "add"
 }'