Redis Enterprise module
This functionality is in beta and is subject to change. The design and code is less mature than official GA features and is being provided as-is with no warranties. Beta features are not subject to the support SLA of official GA features.
This module periodically fetches metrics from Redis Enterprise Software.
The defaut metricsets are node
and proxy
.
The redisenterprise
module has these additional config options:
hosts
- URLs that are used to connect to Redis. URL format:
https://HOST:PORT
The metricsets node
and proxy
are compatible with Redis Enterprise Software (RES). There were tested with RES 5.4.10-22 and are expected to work with all versions >= 5.0.2.
The redisenterprise
module includes a predefined dashboard with overview information of the monitored servers.

The Redis Enterprise module supports the standard configuration options that are described in Modules. Here is an example configuration:
metricbeat.modules:
- module: redisenterprise
metricsets:
- node
- proxy
period: 1m
# Metrics endpoint
hosts: ["https://127.0.0.1:8070/"]
The following metricsets are available: