We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1472301 commit 7730edfCopy full SHA for 7730edf
docs/en-us/modules/agent/quick_start.md
@@ -45,7 +45,7 @@ agent.http.port=Available ports
45
46
#### 3.2 Execute the following command
47
```bash
48
- curl --location --request POST 'http://localhost:8129/config/job' \
+ curl --location --request POST 'http://localhost:8008/config/job' \
49
--header 'Content-Type: application/json' \
50
--data '{
51
"job": {
docs/zh-cn/modules/agent/quick_start.md
@@ -42,7 +42,7 @@ agent.http.port=可用端口
42
43
#### 3.2 执行如下命令:
44
-curl --location --request POST 'http://localhost:8018/config/job' \
+curl --location --request POST 'http://localhost:8008/config/job' \
0 commit comments