Redis Enterprise module
editRedis Enterprise module
editThis 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.
Module-specific configuration notes
editThe redisenterprise module has these additional config options:
-
hosts - URLs that are used to connect to Redis. URL format: :PORT
Compatibility
editThe 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.
Dashboard
editThe redisenterprise module includes a predefined dashboard with overview information
of the monitored servers.
Example configuration
editThe 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/"]
Metricsets
editThe following metricsets are available: