IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Redis fields
editRedis fields
editRedis Module
redis fields
editlog fields
editRedis log files
-
redis.log.role
-
type: keyword
The role of the Redis instance. Can be one of
master
,slave
,child
(for RDF/AOF writing child), orsentinel
. -
redis.log.pid
-
type: alias
alias to: process.pid
-
redis.log.level
-
type: alias
alias to: log.level
-
redis.log.message
-
type: alias
alias to: message
slowlog fields
editSlow logs are retrieved from Redis via a network connection.
-
redis.slowlog.cmd
-
type: keyword
The command executed.
-
redis.slowlog.duration.us
-
type: long
How long it took to execute the command in microseconds.
-
redis.slowlog.id
-
type: long
The ID of the query.
-
redis.slowlog.key
-
type: keyword
The key on which the command was executed.
-
redis.slowlog.args
-
type: keyword
The arguments with which the command was called.