Skip to content

Commit

Permalink
docs(inputs.redis): Add more examples for TLS (influxdata#14599)
Browse files Browse the repository at this point in the history
  • Loading branch information
michilehr authored Jan 19, 2024
1 parent 7cafdaf commit af08bc7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/inputs/redis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
# password = ""

## Optional TLS Config
## Check tls/config.go ClientConfig for more options
# tls_enable = true
# tls_ca = "/etc/telegraf/ca.pem"
# tls_cert = "/etc/telegraf/cert.pem"
# tls_key = "/etc/telegraf/key.pem"
Expand Down
2 changes: 2 additions & 0 deletions plugins/inputs/redis/sample.conf
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
# password = ""

## Optional TLS Config
## Check tls/config.go ClientConfig for more options
# tls_enable = true
# tls_ca = "/etc/telegraf/ca.pem"
# tls_cert = "/etc/telegraf/cert.pem"
# tls_key = "/etc/telegraf/key.pem"
Expand Down

0 comments on commit af08bc7

Please sign in to comment.