Redis fields

edit

Redis Module

redis fields

edit

log fields

edit

Redis log files

redis.log.pid

edit

type: long

The process ID of the Redis server.

redis.log.role

edit

type: keyword

The role of the Redis instance. Can be one of master, slave, child (for RDF/AOF writing child), or sentinel.

redis.log.level

edit

type: keyword

The log level. Can be one of debug, verbose, notice, or warning.

redis.log.message

edit

type: text

The log message

slowlog fields

edit

Slow logs are retrieved from Redis via a network connection.

redis.slowlog.cmd

edit

type: keyword

The command executed.

redis.slowlog.duration.us

edit

type: long

How long it took to execute the command in microseconds.

redis.slowlog.id

edit

type: long

The ID of the query.

redis.slowlog.key

edit

type: keyword

The key on which the command was executed.

redis.slowlog.args

edit

type: keyword

The arguments with which the command was called.