diff --git a/metricbeat/module/redis/_meta/config.epr.yml b/metricbeat/module/redis/_meta/config.epr.yml new file mode 100644 index 00000000000..f28c798141b --- /dev/null +++ b/metricbeat/module/redis/_meta/config.epr.yml @@ -0,0 +1,21 @@ +- module: redis + metricsets: + - info + - key + - keyspace + period: 10s + + # Redis hosts + hosts: ["127.0.0.1:6379"] + + # Redis AUTH password. Empty by default. + password: test + + # The duration to remain idle before closing connections + idle_timeout: 20s + + # Network type to be used for redis connection. Default: tcp + network: tcp + + # Max number of concurrent connections. Default: 10 + maxconn: 10