Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@ Prepare a CSV format mapping table file to map resource type IDs in alerts to ac
| Description | Service purpose description | Query asset info by host IP |
| Request URL | API request address | `https://mapping-api.example.com/v1/enrich-event` |
| Headers | HTTP request header configuration | `X-Auth-Token: your-token` |
| Timeout | Request timeout in seconds | 5 |
| Retry Count | Number of retries after failure | 2 |
| Timeout | Request timeout in seconds | 1 |
| Retry Count | Number of retries after failure | 1 |

<Tip>
If the API uses HTTPS with an untrusted certificate, you can enable the `Skip Certificate Verification` option.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@ keywords: ["标签增强", "自动标签", "数据提取", "字段映射", "告
| 描述 | 服务用途说明 | 根据主机 IP 查询资产信息 |
| 请求 URL | API 的请求地址 | `https://mapping-api.example.com/v1/enrich-event` |
| 请求头 | HTTP 请求头配置 | `X-Auth-Token: your-token` |
| 超时时间 | 请求超时时间(秒) | 5 |
| 重试次数 | 请求失败后的重试次数 | 2 |
| 超时时间 | 请求超时时间(秒) | 1 |
| 重试次数 | 请求失败后的重试次数 | 1 |

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