Skip to content

Commit

Permalink
metricbeat: add password for redis module in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Giuseppe Valente committed Mar 16, 2017
1 parent 187a7aa commit c079e7e
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 c079e7e

Please sign in to comment.