Back to Beats

Redis fields [exported-fields-redis]

docs/reference/filebeat/exported-fields-redis.md

9.4.01.0 KB
Original Source

% This file is generated! See dev-tools/mage/generate_fields_docs.go

Redis fields [exported-fields-redis]

Redis Module

redis [_redis]

log [_log]

Redis log files

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

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

slowlog [_slowlog]

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