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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new 29e9ab1  Automated deployment: Wed Aug 25 11:55:10 UTC 2021 
7730edf6617bfb1b60b762761feef31605daee7e
29e9ab1 is described below

commit 29e9ab14d939f142b0215b58779c2ebef17abee0
Author: dockerzhang <dockerzh...@users.noreply.github.com>
AuthorDate: Wed Aug 25 11:55:11 2021 +0000

    Automated deployment: Wed Aug 25 11:55:10 UTC 2021 
7730edf6617bfb1b60b762761feef31605daee7e
---
 docs/en-us/modules/agent/quick_start.md   | 2 +-
 docs/zh-cn/modules/agent/quick_start.md   | 2 +-
 en-us/docs/modules/agent/quick_start.html | 2 +-
 en-us/docs/modules/agent/quick_start.json | 2 +-
 en-us/docs/modules/agent/quick_start.md   | 2 +-
 zh-cn/docs/modules/agent/quick_start.html | 2 +-
 zh-cn/docs/modules/agent/quick_start.json | 2 +-
 zh-cn/docs/modules/agent/quick_start.md   | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/docs/en-us/modules/agent/quick_start.md 
b/docs/en-us/modules/agent/quick_start.md
index fa9d80d..d64fde1 100644
--- a/docs/en-us/modules/agent/quick_start.md
+++ b/docs/en-us/modules/agent/quick_start.md
@@ -45,7 +45,7 @@ agent.http.port=Available ports
 
 #### 3.2 Execute the following command
 ```bash
-    curl --location --request POST 'http://localhost:8129/config/job' \
+    curl --location --request POST 'http://localhost:8008/config/job' \
     --header 'Content-Type: application/json' \
     --data '{
     "job": {
diff --git a/docs/zh-cn/modules/agent/quick_start.md 
b/docs/zh-cn/modules/agent/quick_start.md
index abeed06..bcd027b 100644
--- a/docs/zh-cn/modules/agent/quick_start.md
+++ b/docs/zh-cn/modules/agent/quick_start.md
@@ -42,7 +42,7 @@ agent.http.port=可用端口
 
 #### 3.2 执行如下命令:
 ```bash
-curl --location --request POST 'http://localhost:8018/config/job' \
+curl --location --request POST 'http://localhost:8008/config/job' \
 --header 'Content-Type: application/json' \
 --data '{
 "job": {
diff --git a/en-us/docs/modules/agent/quick_start.html 
b/en-us/docs/modules/agent/quick_start.html
index ccc93dc..39fd95b 100644
--- a/en-us/docs/modules/agent/quick_start.html
+++ b/en-us/docs/modules/agent/quick_start.html
@@ -41,7 +41,7 @@ Among them, cluster_id, isInterVisit, and switch are reserved 
fields, please fil
 <span class="hljs-attr">agent.http.port</span>=Available ports
 </code></pre>
 <h4>3.2 Execute the following command</h4>
-<pre><code class="language-bash">    curl --location --request POST <span 
class="hljs-string">'http://localhost:8129/config/job'</span> \
+<pre><code class="language-bash">    curl --location --request POST <span 
class="hljs-string">'http://localhost:8008/config/job'</span> \
     --header <span class="hljs-string">'Content-Type: application/json'</span> 
\
     --data <span class="hljs-string">'{
     "job": {
diff --git a/en-us/docs/modules/agent/quick_start.json 
b/en-us/docs/modules/agent/quick_start.json
index 5c31554..950d8e7 100644
--- a/en-us/docs/modules/agent/quick_start.json
+++ b/en-us/docs/modules/agent/quick_start.json
@@ -1,6 +1,6 @@
 {
   "filename": "quick_start.md",
-  "__html": "<h2>1、Configuration</h2>\n<pre><code>cd 
inlong-agent\n</code></pre>\n<p>The agent supports two modes of operation: 
local operation and online operation</p>\n<h3>1.1 Agent 
configuration</h3>\n<p>Online operation needs to pull the configuration from 
inlong-manager, the configuration conf/agent.properties is as 
follows:</p>\n<pre><code class=\"language-ini\"><span 
class=\"hljs-attr\">agent.fetcher.classname</span>=org.apache.inlong.agent.plugin.fetcher.ManagerFetcher
 (the class [...]
+  "__html": "<h2>1、Configuration</h2>\n<pre><code>cd 
inlong-agent\n</code></pre>\n<p>The agent supports two modes of operation: 
local operation and online operation</p>\n<h3>1.1 Agent 
configuration</h3>\n<p>Online operation needs to pull the configuration from 
inlong-manager, the configuration conf/agent.properties is as 
follows:</p>\n<pre><code class=\"language-ini\"><span 
class=\"hljs-attr\">agent.fetcher.classname</span>=org.apache.inlong.agent.plugin.fetcher.ManagerFetcher
 (the class [...]
   "link": "/en-us/docs/modules/agent/quick_start.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/en-us/docs/modules/agent/quick_start.md 
b/en-us/docs/modules/agent/quick_start.md
index fa9d80d..d64fde1 100644
--- a/en-us/docs/modules/agent/quick_start.md
+++ b/en-us/docs/modules/agent/quick_start.md
@@ -45,7 +45,7 @@ agent.http.port=Available ports
 
 #### 3.2 Execute the following command
 ```bash
-    curl --location --request POST 'http://localhost:8129/config/job' \
+    curl --location --request POST 'http://localhost:8008/config/job' \
     --header 'Content-Type: application/json' \
     --data '{
     "job": {
diff --git a/zh-cn/docs/modules/agent/quick_start.html 
b/zh-cn/docs/modules/agent/quick_start.html
index de566b5..082f292 100644
--- a/zh-cn/docs/modules/agent/quick_start.html
+++ b/zh-cn/docs/modules/agent/quick_start.html
@@ -41,7 +41,7 @@
 <span class="hljs-attr">agent.http.port</span>=可用端口
 </code></pre>
 <h4>3.2 执行如下命令:</h4>
-<pre><code class="language-bash">curl --location --request POST <span 
class="hljs-string">'http://localhost:8018/config/job'</span> \
+<pre><code class="language-bash">curl --location --request POST <span 
class="hljs-string">'http://localhost:8008/config/job'</span> \
 --header <span class="hljs-string">'Content-Type: application/json'</span> \
 --data <span class="hljs-string">'{
 "job": {
diff --git a/zh-cn/docs/modules/agent/quick_start.json 
b/zh-cn/docs/modules/agent/quick_start.json
index 2a6d519..ea6f5b0 100644
--- a/zh-cn/docs/modules/agent/quick_start.json
+++ b/zh-cn/docs/modules/agent/quick_start.json
@@ -1,6 +1,6 @@
 {
   "filename": "quick_start.md",
-  "__html": "<h2>1、配置</h2>\n<pre><code>cd 
inlong-agent\n</code></pre>\n<p>agent 支持本地运行以及线上运行,其中线上运行从inlong 
manager拉取任务,本地运行可使用http请求提交任务</p>\n<h3>1.1 Agent 
线上运行相关设置</h3>\n<p>线上运行需要从inlong-manager拉取配置,配置conf/agent.properties如下:</p>\n<pre><code
 class=\"language-ini\"><span 
class=\"hljs-attr\">agent.fetcher.classname</span>=org.apache.inlong.agent.plugin.fetcher.ManagerFetcher
 (设置任务获取的类名,默认为ManagerFetcher)\n<span 
class=\"hljs-attr\">agent.local.ip</span>=写入本机ip\n<span class=\"hljs-attr\">ag 
[...]
+  "__html": "<h2>1、配置</h2>\n<pre><code>cd 
inlong-agent\n</code></pre>\n<p>agent 支持本地运行以及线上运行,其中线上运行从inlong 
manager拉取任务,本地运行可使用http请求提交任务</p>\n<h3>1.1 Agent 
线上运行相关设置</h3>\n<p>线上运行需要从inlong-manager拉取配置,配置conf/agent.properties如下:</p>\n<pre><code
 class=\"language-ini\"><span 
class=\"hljs-attr\">agent.fetcher.classname</span>=org.apache.inlong.agent.plugin.fetcher.ManagerFetcher
 (设置任务获取的类名,默认为ManagerFetcher)\n<span 
class=\"hljs-attr\">agent.local.ip</span>=写入本机ip\n<span class=\"hljs-attr\">ag 
[...]
   "link": "/zh-cn/docs/modules/agent/quick_start.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/docs/modules/agent/quick_start.md 
b/zh-cn/docs/modules/agent/quick_start.md
index abeed06..bcd027b 100644
--- a/zh-cn/docs/modules/agent/quick_start.md
+++ b/zh-cn/docs/modules/agent/quick_start.md
@@ -42,7 +42,7 @@ agent.http.port=可用端口
 
 #### 3.2 执行如下命令:
 ```bash
-curl --location --request POST 'http://localhost:8018/config/job' \
+curl --location --request POST 'http://localhost:8008/config/job' \
 --header 'Content-Type: application/json' \
 --data '{
 "job": {

Reply via email to