Skip to content

Commit

Permalink
docs: Redis plug-in node discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremycampbell-okta committed Apr 22, 2024
1 parent ff4bab0 commit efac4c7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions plugins/inputs/redis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
# username = ""
# password = ""

## Optional Node Discovery
## Enabling has the Telegraf agent connects to the define server
## and issue a `cluster nodes` command which lists nodes on a Redis Cluster.
## Telegraf then pulls metrics from all discovered nodes.
## It assumes consistent tls/auth configuration for each.
# node_discovery = true

## Optional TLS Config
## Check tls/config.go ClientConfig for more options
# tls_enable = true
Expand Down

0 comments on commit efac4c7

Please sign in to comment.