Sha256: 9e3334057168db52355f7b7efa45a3a74278788033535102c037bb9a10bfbb9b
Contents?: true
Size: 801 Bytes
Versions: 1
Compression:
Stored size: 801 Bytes
Contents
# fluent-plugin-redis-slowlog [](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: 6379)] 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.2 | README.md |