Modify¶
POST /api/v1/workspace/{workspace_uuid}/modify
Overview¶
Route Parameters¶
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| workspace_uuid | string | Y | Workspace UUID |
Body Request Parameters¶
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| isOpenCustomMappingRule | boolean | Whether to enable custom mapping rules Example: False Allow empty: False |
|
| maxSearchResultCount | integer | Maximum search result count Example: 0 Allow empty: False |
|
| name | string | Name Example: supper_workspace Allow empty: False Max length: 256 |
|
| esIndexMerged | boolean | Whether to merge indexes, default is true Example: False Allow empty: False |
|
| isOpenLogMultipleIndex | boolean | Whether to enable log multiple index configuration, default is true, meaning disabled state Example: False Allow empty: False |
|
| logMultipleIndexCount | int | Limit on the number of log multiple indexes after enabling log multiple index configuration, workspace level Example: 3 Allow empty: False |
|
| loggingCutSize | int | Oversized log cutting unit, transmission uses byte Example: False Allow empty: False |
|
| leftWildcard | boolean | Whether to enable left * matching, default is false, meaning disabled state Example: False Allow empty: False |
|
| durationSet | object | Data retention duration information |
|
| durationSet.rp | string | Time series RP duration Example: 30d Allow empty: False |
|
| durationSet.logging | string | Log RP duration Example: 14d Allow empty: False |
|
| durationSet.backup_log | string | Backup log duration Example: 180d Allow empty: False |
|
| durationSet.security | string | Security Check data duration Example: 90d Allow empty: False |
|
| durationSet.keyevent | string | Event RP duration Example: 14d Allow empty: False |
|
| durationSet.tracing | string | Tracing duration Example: 7d Allow empty: False |
|
| durationSet.rum | string | RUM duration Example: 7d Allow empty: False |
|
| durationSet.apm | string | APM duration (valid when indexes are merged) Example: 7d Allow empty: False |
|
| durationSet.network | string | Network data duration (valid when indexes are merged) Example: 7d Allow empty: False |
|
| disableQueryAcceleration | integer | Disable query acceleration Allow empty: True Optional values: [0, 1] |
|
| enableRumMultipleTable | integer | Whether to enable RUM multiple tables (i.e., whether to split tables), default value is 1 Allow empty: True Optional values: [0, 1] |