WARNING: Version 6.0 of Filebeat has passed its EOL date.
This documentation is no longer being maintained and may be removed. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
Redis Fields
editRedis Fields
editRedis Module
redis Fields
editlog Fields
editRedis log files
redis.log.pid
edittype: long
The process ID of the Redis server.
redis.log.role
edittype: keyword
The role of the Redis instance. Can be one of master
, slave
, child
(for RDF/AOF writing child), or sentinel
.
redis.log.level
edittype: keyword
The log level. Can be one of debug
, verbose
, notice
, or warning
.
redis.log.message
edittype: text
The log message
slowlog Fields
editSlow logs are retrieved from Redis via a network connection.
redis.slowlog.cmd
edittype: keyword
The command executed.
redis.slowlog.duration.us
edittype: long
How long it took to execute the command in microseconds.
redis.slowlog.id
edittype: long
The ID of the query.
redis.slowlog.key
edittype: keyword
The key on which the command was executed.
redis.slowlog.args
edittype: keyword
The arguments with which the command was called.