LogTailConfig

Import

Logtial config can be imported using the id, e.g.

$ pulumi import alicloud:log/logTailConfig:LogTailConfig example tf-log:tf-log-store:tf-log-config

Properties

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val inputDetail: Output<String>

The logtail configure the required JSON files. (Refer to details)

Link copied to clipboard
val inputType: Output<String>

The input type. Currently only two types of files and plugin are supported.

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

(Optional)The log sample of the Logtail configuration. The log size cannot exceed 1,000 bytes.

Link copied to clipboard
val logstore: Output<String>

The log store name to the query index belongs.

Link copied to clipboard
val name: Output<String>

The Logtail configuration name, which is unique in the same project.

Link copied to clipboard
val outputType: Output<String>

The output type. Currently, only LogService is supported.

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 urn: Output<String>