1 Star 0 Fork 0

zhangjungang/beats

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
doc.go 619 Bytes
一键复制 编辑 原始数据 按行查看 历史
Nicolas Ruflin 提交于 2017-05-26 17:43 +08:00 . Filebeat Redis prospector type (#4180)
// Package redis package contains prospector and harvester to read the redis slow log
//
// The redis slow log is stored in memory. The slow log can be activate on the redis command line as following:
//
// CONFIG SET slowlog-log-slower-than 2000000
//
// This sets the value of the slow log to 2000000 micro seconds (2s). All queries taking longer will be reported.
//
// As the slow log is in memory, it can be configured how many items it consists:
//
// CONFIG SET slowlog-max-len 200
//
// This sets the size of the slow log to 200 entries. In case the slow log is full, older entries are dropped.
package redis
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhangjungang/beats.git
git@gitee.com:zhangjungang/beats.git
zhangjungang
beats
beats
v6.0.0-beta1

搜索帮助