16 lines
408 B
Plaintext
16 lines
408 B
Plaintext
|
|
# Publishes metrics to a redis timeseries server
|
||
|
|
[[outputs.redistimeseries]]
|
||
|
|
## The address of the RedisTimeSeries server.
|
||
|
|
address = "127.0.0.1:6379"
|
||
|
|
|
||
|
|
## Redis ACL credentials
|
||
|
|
# username = ""
|
||
|
|
# password = ""
|
||
|
|
# database = 0
|
||
|
|
|
||
|
|
## Optional TLS Config
|
||
|
|
# tls_ca = "/etc/telegraf/ca.pem"
|
||
|
|
# tls_cert = "/etc/telegraf/cert.pem"
|
||
|
|
# tls_key = "/etc/telegraf/key.pem"
|
||
|
|
# insecure_skip_verify = false
|