名称 | 类型 | 描述 | 示例值 |
---|---|---|---|
object | Logtail 配置数据结构。 | ||
configName | string | Logtail 配置的名称,在其所属 Project 内必须唯一。创建 Logtail 配置成功后,无法修改其名称。命名规则如下:
| test-config |
logSample | string | 日志样例。 | 2022-06-14 11:13:29.796 | DEBUG | __main__:<module>:1 - hello world |
inputType | string | 日志输入的方式。可选值如下:
| file |
inputDetail | object | 日志输入的相关配置。更多信息,请参见 inputDetail 参数说明。 | "logType": "common_reg_log", "logPath": "/var/log/httpd/", "filePattern": "access*.log", "localStorage": true, "timeFormat": "%Y/%m/%d %H:%M:%S", "logBeginRegex": ".*", "regex": "(\w+)(\s+)", "key" :["key1", "key2"], "filterKey":["key1"], "filterRegex":["regex1"], "fileEncoding":"utf8", "topicFormat": "none" |
outputType | string | 日志输出的方式,只支持 LogService,即只支持将数据上传到日志服务。 | LogService |
outputDetail | object | 日志输出的相关配置。更多信息,请参见 outputDetail 参数说明。 | |
endpoint | string | 服务入口。更多信息,请参见服务入口。 | cn-hangzhou-intranet.log.aliyuncs.com |
logstoreName | string | Logstore 名称。 | test-logstore |
region | string | 地域 ID。 | cn-hangzhou |
telemetryType | string | 目标 Logstore 的可观测数据类型。 | logs |
createTime | long | Logtail 配置创建时间。UNIX 时间戳格式,表示从 1970-1-1 00:00:00 UTC 计算起的秒数。 | 1655176807 |
lastModifyTime | long | Logtail 配置最后一次更新时间。UNIX 时间戳格式,表示从 1970-1-1 00:00:00 UTC 计算起的秒数。 | 1655176807 |
文档内容是否对您有帮助?