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