log-pilot icon indicating copy to clipboard operation
log-pilot copied to clipboard

内置filebeat 是否开源? 索引按月区分

Open arrow2012 opened this issue 5 years ago • 2 comments

发现根据不同的容器产生不同的索引名称功能是有内置的filebeat提供的 配置文件中提供的下载地址是 http://acs-logging.oss-cn-hangzhou.aliyuncs.com/beats/filebeat/filebeat-6.1.1-linux-x86_64.tar.gz

下载后 发现md5 与官方提供的不同,请问这个filebeat是阿里自己修改源码后编译的吗? 源码是否公开?

我想实现 to es 的索引按月来区分

arrow2012 avatar Oct 21 '19 10:10 arrow2012

表示关注

我想在log-pilot上做一些功能,让filebeat的能力表达出来,比如多行合并什么的 但是如果filebeat是 改过的,我不知道和官方的有什么区别,会不会有影响

ianwoolf avatar Mar 10 '20 07:03 ianwoolf

你这个参数,好像要改这里

https://github.com/AliyunContainerService/log-pilot/blob/master/assets/filebeat/config.filebeat#L67

我不知道能不能生成两个output配置,比如不同业务日志打进不同es里,如果可以的话应该也能这个日志名

官方同学看下?我也有类似需求,不同服务日志打给不同es 索引里

ianwoolf avatar Mar 11 '20 08:03 ianwoolf