docs(inputs.redis): Add more examples for TLS (#14599)

This commit is contained in:
Michi Lehr 2024-01-19 14:53:45 +01:00 committed by GitHub
parent 7cafdaf2ce
commit af08bc7509
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View File

@ -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"

View File

@ -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"