Updates the attributes of a Logstore.
Operation description
Debugging
Authorization information
The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action
policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:
- Operation: the value that you can use in the Action element to specify the operation on a resource.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- The required resource types are displayed in bold characters.
- If the permissions cannot be granted at the resource level,
All Resources
is used in the Resource type column of the operation.
- Condition Key: the condition key that is defined by the cloud service.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
Operation | Access level | Resource type | Condition key | Associated operation |
---|---|---|---|---|
log:UpdateLogStore | update |
|
| none |
Request syntax
PUT /logstores/{logstore} HTTP/1.1
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
project | string | Yes | The name of the project. | ali-test-project |
logstore | string | Yes | The name of the Logstore. | test-logstore |
body | object | Yes | The request body. | |
logstoreName | string | Yes | The name of the Logstore. | test-logstore |
shardCountdeprecated | integer | No | The number of shards. Note
You cannot call the UpdateLogStore operation to change the number of shards. You can call the SplitShard or MergeShards operation to change the number of shards.
| 2 |
ttl | integer | Yes | The retention period of data. Unit: days. Valid values: 1 to 3650. If you set this parameter to 3650, logs are permanently stored. | 30 |
encrypt_conf | EncryptConf | No | The data structure of the encryption configuration. | |
autoSplit | boolean | No | Specifies whether to enable automatic sharding. Valid values:
| true |
enable_tracking | boolean | No | Specifies whether to enable the web tracking feature. Default value: false. Valid values:
| false |
appendMeta | boolean | No | Specifies whether to record public IP addresses. Default value: false. Valid values:
| false |
maxSplitShard | integer | No | The maximum number of shards into which existing shards can be automatically split. Valid values: 1 to 256. Note
If you set autoSplit to true, you must specify maxSplitShard.
| 64 |
telemetryTypedeprecated | string | No | The type of the observable data. Valid values:
| None |
hot_ttl | integer | No | The retention period of data in the hot storage tier of the Logstore. Valid values: 7 to 3000. Unit: days. After the retention period that is specified for the hot storage tier elapses, the data is moved to the Infrequent Access (IA) storage tier. For more information, see Enable hot and cold-tiered storage for a Logstore. | 60 |
mode | string | No | The type of the Logstore. Simple Log Service provides two types of Logstores: Standard Logstores and Query Logstores. Valid values:
| standard |
infrequentAccessTTL | integer | No | The retention period of data in the IA storage tier of the Logstore. You must set this parameter to at least 30 days. After the data retention period that you specify for the IA storage tier elapses, the data is moved to the Archive storage tier. | 30 |
Response parameters
Examples
Sample success responses
JSON
format
{}
Error codes
For a list of error codes, visit the Service error codes.