Store

Import

Log store can be imported using the id, e.g.

$ pulumi import alicloud:log/store:Store example tf-log:tf-log-store

Properties

Link copied to clipboard
val appendMeta: Output<Boolean>?

Determines whether to append log meta automatically. The meta includes log receive time and client IP address. Default to true.

Link copied to clipboard
val autoSplit: Output<Boolean>?

Determines whether to automatically split a shard. Default to false.

Link copied to clipboard

Determines whether to enable Web Tracking. Default false.

Link copied to clipboard

Encrypted storage of data, providing data static protection capability, encrypt_conf can be updated since 1.188.0+ (only enable change is supported when updating logstore)

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val maxSplitShardCount: Output<Int>?

The maximum number of shards for automatic split, which is in the range of 1 to 64. You must specify this parameter when autoSplit is true.

Link copied to clipboard
val name: Output<String>

The log store, which is unique in the same project.

Link copied to clipboard
val project: Output<String>

The project name to the log store belongs.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val retentionPeriod: Output<Int>?

The data retention time (in days). Valid values: 1-3650. Default to 30. Log store data will be stored permanently when the value is 3650.

Link copied to clipboard
val shardCount: Output<Int>?

The number of shards in this log store. Default to 2. You can modify it by "Split" or "Merge" operations. Refer to details

Link copied to clipboard
val shards: Output<List<StoreShard>>

The shard attribute.

Link copied to clipboard
val telemetryType: Output<String>?

Determines whether store type is metric. Metrics means metric store, empty means log store.

Link copied to clipboard
val urn: Output<String>