Modify¶
POST /api/v1/workspace/{workspace_uuid}/modify
Overview¶
Route Parameters¶
| Parameter | Type | Required | Description |
|---|---|---|---|
| workspace_uuid | string | Y | Workspace UUID |
Body Request Parameters¶
| Parameter | Type | Required | Description |
|---|---|---|---|
| isOpenCustomMappingRule | boolean | Whether to enable custom mapping rules Example: False Allow empty: False |
|
| maxSearchResultCount | integer | Maximum number of search results Example: 0 Allow empty: False |
|
| name | string | Name Example: supper_workspace Allow empty: False Maximum length: 256 |
|
| esIndexMerged | boolean | Whether to merge indexes, default is true Example: False Allow empty: False |
|
| isOpenLogMultipleIndex | boolean | Whether to enable multiple log indexes configuration, default is true, i.e., disabled Example: False Allow empty: False |
|
| logMultipleIndexCount | int | Number of multiple log indexes allowed after enabling multiple log indexes configuration, workspace level Example: 3 Allow empty: False |
|
| loggingCutSize | int | Large log cutting unit, transmitted in bytes Example: False Allow empty: False |
|
| leftWildcard | boolean | Whether to enable left * matching, default is false, i.e., disabled Example: False Allow empty: False |
|
| durationSet | object | Data retention duration information |
|
| durationSet.rp | string | Duration of time series RP Example: 30d Allow empty: False |
|
| durationSet.logging | string | Duration of log RP Example: 14d Allow empty: False |
|
| durationSet.backup_log | string | Duration of backup logs Example: 180d Allow empty: False |
|
| durationSet.security | string | Duration of inspection data Example: 90d Allow empty: False |
|
| durationSet.keyevent | string | Duration of event RP Example: 14d Allow empty: False |
|
| durationSet.tracing | string | Duration of tracing Example: 7d Allow empty: False |
|
| durationSet.rum | string | Duration of RUM Example: 7d Allow empty: False |
|
| durationSet.apm | string | Duration of APM (valid when indexes are merged) Example: 7d Allow empty: False |
|
| durationSet.network | string | Duration of network data (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] |