Skip to content

Commit e13196f

Browse files
committed
feat: mapping api
1 parent 830c3d8 commit e13196f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

en/on-call/integration/alert-integration/label-enhancement.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,8 @@ Prepare a CSV format mapping table file to map resource type IDs in alerts to ac
179179
| Description | Service purpose description | Query asset info by host IP |
180180
| Request URL | API request address | `https://mapping-api.example.com/v1/enrich-event` |
181181
| Headers | HTTP request header configuration | `X-Auth-Token: your-token` |
182-
| Timeout | Request timeout in seconds | 5 |
183-
| Retry Count | Number of retries after failure | 2 |
182+
| Timeout | Request timeout in seconds | 1 |
183+
| Retry Count | Number of retries after failure | 1 |
184184

185185
<Tip>
186186
If the API uses HTTPS with an untrusted certificate, you can enable the `Skip Certificate Verification` option.

zh/on-call/integration/alert-integration/label-enhancement.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,8 @@ keywords: ["标签增强", "自动标签", "数据提取", "字段映射", "告
179179
| 描述 | 服务用途说明 | 根据主机 IP 查询资产信息 |
180180
| 请求 URL | API 的请求地址 | `https://mapping-api.example.com/v1/enrich-event` |
181181
| 请求头 | HTTP 请求头配置 | `X-Auth-Token: your-token` |
182-
| 超时时间 | 请求超时时间(秒) | 5 |
183-
| 重试次数 | 请求失败后的重试次数 | 2 |
182+
| 超时时间 | 请求超时时间(秒) | 1 |
183+
| 重试次数 | 请求失败后的重试次数 | 1 |
184184

185185
<Tip>
186186
如果 API 使用 HTTPS 且证书不受信任,可开启 `跳过证书验证` 选项。

0 commit comments

Comments
 (0)