Sha256: 2537b3d2e25d1f829c7132cfa926365fafd535d6df8ffb141e8b336d6e087afb
Contents?: true
Size: 802 Bytes
Versions: 1
Compression:
Stored size: 802 Bytes
Contents
# fluent-plugin-redis-slowlog [![Build Status](https://travis-ci.org/mominosin/fluent-plugin-redis-slowlog.svg?branch=master)](https://travis-ci.org/mominosin/fluent-plugin-redis-slowlog) ## Installation $ gem install fluent-plugin-redis-slowlog ## Configuration ```config <source> type redis_slowlog host [Redis Hostname] port [Redis Port (default: 63790)] logsize [Redis Command(SLOWLOG get logsise) (default:128)] interval [Redis Command(SLOWLOG get logsize) interval (default:10)] tag redis.slowlog </source> ``` ### output ``` 2014-06-08 05:33:51 +0900 redis.slowlog: {"id":176,"timestamp":1402173275,"exec_time":9,"command":["set","hoge","aga"]} 2014-06-08 05:33:51 +0900 redis.slowlog: {"id":175,"timestamp":1402173273,"exec_time":137,"command":["slowlog","get","128"]} ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-redis-slowlog-0.0.1 | README.md |