生活的美妙在于,不知道一下秒是惊艳还是伤神,时光流转,珍惜现在的拥有的时光
全部博文(276)
发布时间:2017-06-12 01:24:01
filebeat
kafka
logstash
elasticsearch
日志收集
中文时区问题
自己创建type类index......【阅读全文】
发布时间:2016-10-25 14:36:40
第三章:Logstash插件类型分为四类: Input Filter Output CodecLogstash input类的file插件维护了一个sincedb文件追踪监控操作文件的当前位置。默认写入$HOME/.sincedb*,游标及读取频率可以通过配置修改。sincedb_path,sincedb_write_interval.........【阅读全文】
发布时间:2016-03-07 11:45:19
What is Logstash?Logstash is a tool that can be used to collect, process and forward events and log messages. Collection is accomplished via number of configurable input plugins including raw socket/packet communication, file tailing and several message bus clients. Once an input plugin has co.........【阅读全文】