From 815a05f4e0ae43b65fdccd8718de3cad80b77dd1 Mon Sep 17 00:00:00 2001 From: Giuseppe Valente <7AC@users.noreply.github.com> Date: Fri, 17 Mar 2017 21:10:08 -0700 Subject: [PATCH] metricbeat: add password for redis module in doc (#3773) (cherry picked from commit c079e7e1d3e34595e1641787d940c6ce75080bbb) --- metricbeat/docs/modules/redis.asciidoc | 1 + metricbeat/module/redis/_meta/docs.asciidoc | 1 + 2 files changed, 2 insertions(+) diff --git a/metricbeat/docs/modules/redis.asciidoc b/metricbeat/docs/modules/redis.asciidoc index 86fbb5dbb7bc..73976145148e 100644 --- a/metricbeat/docs/modules/redis.asciidoc +++ b/metricbeat/docs/modules/redis.asciidoc @@ -12,6 +12,7 @@ This module periodically fetches metrics from http://redis.io/[Redis] servers. The Redis module has these additional config options: +*`password`*:: The password to authenticate, by default it's empty. *`idle_timeout`*:: The duration to remain idle before closing connections. If the value is zero, then idle connections are not closed. The default value is 2 times the module period to allow a connection to be reused across diff --git a/metricbeat/module/redis/_meta/docs.asciidoc b/metricbeat/module/redis/_meta/docs.asciidoc index 5262ebc86613..1da255fc893e 100644 --- a/metricbeat/module/redis/_meta/docs.asciidoc +++ b/metricbeat/module/redis/_meta/docs.asciidoc @@ -7,6 +7,7 @@ This module periodically fetches metrics from http://redis.io/[Redis] servers. The Redis module has these additional config options: +*`password`*:: The password to authenticate, by default it's empty. *`idle_timeout`*:: The duration to remain idle before closing connections. If the value is zero, then idle connections are not closed. The default value is 2 times the module period to allow a connection to be reused across