You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by do...@apache.org on 2021/08/25 11:53:04 UTC

[incubator-inlong-website] branch master updated: [INLONG-1458][Agent] The http port in agent readme should be 8008 to be consistent with the code (#128)

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

dockerzhang 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 7730edf  [INLONG-1458][Agent] The http port in agent readme should be 8008 to be consistent with the code (#128)
7730edf is described below

commit 7730edf6617bfb1b60b762761feef31605daee7e
Author: ziruipeng <zp...@connect.ust.hk>
AuthorDate: Wed Aug 25 19:52:56 2021 +0800

    [INLONG-1458][Agent] The http port in agent readme should be 8008 to be consistent with the code (#128)
    
    Co-authored-by: stingpeng <st...@tencent.com>
---
 docs/en-us/modules/agent/quick_start.md | 2 +-
 docs/zh-cn/modules/agent/quick_start.md | 2 +-
 2 files changed, 2 insertions(+), 2 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": {