package
Version:
v0.9.0
Opens a new window with list of versions in this module.
Published: Mar 16, 2023
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
数据源说明
本数据源是从阿里云的日志存储中获取负载均衡,使用时需要在负载均衡里配置日志存储
- report 命令:默认从7天前的日志开始读取,取到当前时间为止
- watch命令:默认从10分钟之前的日志开始读取,不停止
API来源
按此说明编写
以下文档的说明似乎已经失效:
https://www.aliyun.com/help/zh/log-service/latest/getlogs#t13238.html
使用模式
使用时,请将logstore的完整url作为文件参数(即最后一个参数),比如(ali-test-project.cn-hangzhou.log.aliyuncs.com//logstores/{logstore})。
如何获得这个url
首先查看该指南,获得你的日志存储Project的url
Documentation
¶
type Configger interface {
GetFrom() int64
GetInterval() int64
}
type Reader struct {
Url string
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.