Skip to content

Commit

Permalink
metricbeat: add password for redis module in doc (elastic#3773)
Browse files Browse the repository at this point in the history
(cherry picked from commit c079e7e)
  • Loading branch information
7AC authored and tsg committed Mar 18, 2017
1 parent 23f6dfd commit 815a05f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions metricbeat/docs/modules/redis.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions metricbeat/module/redis/_meta/docs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 815a05f

Please sign in to comment.