Redis fieldsedit

Redis Module

redis fieldsedit

log fieldsedit

Redis log files

redis.log.pidedit

type: long

The process ID of the Redis server.

redis.log.roleedit

type: keyword

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

redis.log.leveledit

type: keyword

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

redis.log.messageedit

type: text

The log message

slowlog fieldsedit

Slow logs are retrieved from Redis via a network connection.

redis.slowlog.cmdedit

type: keyword

The command executed.

redis.slowlog.duration.usedit

type: long

How long it took to execute the command in microseconds.

redis.slowlog.idedit

type: long

The ID of the query.

redis.slowlog.keyedit

type: keyword

The key on which the command was executed.

redis.slowlog.argsedit

type: keyword

The arguments with which the command was called.