Skip to content

Commit 7730edf

Browse files
EMsnapstingpeng
and
stingpeng
authored
[INLONG-1458][Agent] The http port in agent readme should be 8008 to be consistent with the code (#128)
Co-authored-by: stingpeng <stingpeng@tencent.com>
1 parent 1472301 commit 7730edf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/en-us/modules/agent/quick_start.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ agent.http.port=Available ports
4545

4646
#### 3.2 Execute the following command
4747
```bash
48-
curl --location --request POST 'http://localhost:8129/config/job' \
48+
curl --location --request POST 'http://localhost:8008/config/job' \
4949
--header 'Content-Type: application/json' \
5050
--data '{
5151
"job": {

docs/zh-cn/modules/agent/quick_start.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ agent.http.port=可用端口
4242

4343
#### 3.2 执行如下命令:
4444
```bash
45-
curl --location --request POST 'http://localhost:8018/config/job' \
45+
curl --location --request POST 'http://localhost:8008/config/job' \
4646
--header 'Content-Type: application/json' \
4747
--data '{
4848
"job": {

0 commit comments

Comments
 (0)