Skip to content

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
Can be empty: False
maxSearchResultCount integer Maximum number of search results
Example: 0
Can be empty: False
name string Name
Example: supper_workspace
Can be empty: False
Maximum length: 256
esIndexMerged boolean Whether to merge indices, default is true
Example: False
Can be empty: False
isOpenLogMultipleIndex boolean Whether to enable multi-index configuration for logs, default is true, which means disabled status
Example: False
Can be empty: False
logMultipleIndexCount int Number of multi-indices for logs after enabling the multi-index configuration, at the space level
Example: 3
Can be empty: False
loggingCutSize int Unit for cutting oversized logs, transmitted in bytes
Example: False
Can be empty: False
leftWildcard boolean Whether to enable left * matching, default is false, which means disabled status
Example: False
Can be empty: False
durationSet object Data retention duration information
durationSet.rp string Duration of Time Series RP
Example: 30d
Can be empty: False
durationSet.logging string Duration of LOG RP
Example: 14d
Can be empty: False
durationSet.backup_log string Duration of backup logs
Example: 180d
Can be empty: False
durationSet.security string Duration of inspection data
Example: 90d
Can be empty: False
durationSet.keyevent string Duration of event RP
Example: 14d
Can be empty: False
durationSet.tracing string Duration of tracing
Example: 7d
Can be empty: False
durationSet.rum string Duration of rum
Example: 7d
Can be empty: False
durationSet.apm string Duration of apm (valid under merged index conditions)
Example: 7d
Can be empty: False
durationSet.network string Duration of network data (valid under merged index conditions)
Example: 7d
Can be empty: False
disableQueryAcceleration integer Disable query acceleration
Can be empty: True
Optional values: [0, 1]

Additional Parameter Notes

Response


Feedback

Is this page helpful? ×