@@ -132,7 +132,7 @@ Prepare a CSV format mapping table file to map resource type IDs in alerts to ac
132132</Step >
133133
134134<Step title = " Create Mapping Table" >
135- 1 . Go to ` Integration Center ` → ` Label Mapping ` → ` Create Label Mapping `
135+ 1 . Go to ` Configuration ` → ` Mappings ` → ` Schema ` → ` Create mapping schema `
1361362 . Fill in basic info like name, description, management team, etc.
1371373 . In ` Mapping Table Data ` , upload the prepared CSV file (if quantity is small, you can edit and add in mapping details page after creation)
1381384 . Select ` Source Label ` (e.g., ` ID ` ), select ` Target Label ` (e.g., ` Type ` )
@@ -170,7 +170,7 @@ Prepare a CSV format mapping table file to map resource type IDs in alerts to ac
170170
171171<Steps >
172172<Step title = " Create Mapping Service" >
173- 1 . Go to ` Integration Center ` → ` Mapping Service ` → ` Create Mapping Service `
173+ 1 . Go to ` Configuration ` → ` Mappings ` → ` API ` → ` Create API `
1741742 . Fill in service configuration:
175175
176176| Configuration | Description | Example |
@@ -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 >
186186If the API uses HTTPS with an untrusted certificate, you can enable the ` Skip Certificate Verification ` option.
0 commit comments