docs: Sync sample.conf for recent features (#11348)
This commit is contained in:
parent
b58ae75b08
commit
6700f0ba49
|
|
@ -27,7 +27,8 @@
|
||||||
## ex: endpoint_url = "http://localhost:8000"
|
## ex: endpoint_url = "http://localhost:8000"
|
||||||
# endpoint_url = ""
|
# endpoint_url = ""
|
||||||
|
|
||||||
## Set http_proxy (telegraf uses the system wide proxy settings if it's is not set)
|
## Set http_proxy
|
||||||
|
# use_system_proxy = false
|
||||||
# http_proxy_url = "http://localhost:8888"
|
# http_proxy_url = "http://localhost:8888"
|
||||||
|
|
||||||
# The minimum period for Cloudwatch metrics is 1 minute (60s). However not all
|
# The minimum period for Cloudwatch metrics is 1 minute (60s). However not all
|
||||||
|
|
|
||||||
|
|
@ -24,6 +24,9 @@
|
||||||
## specify server password
|
## specify server password
|
||||||
# password = "s#cr@t%"
|
# password = "s#cr@t%"
|
||||||
|
|
||||||
|
## specify username for ACL auth (Redis 6.0+)
|
||||||
|
# username = "default"
|
||||||
|
|
||||||
## Optional TLS Config
|
## Optional TLS Config
|
||||||
# tls_ca = "/etc/telegraf/ca.pem"
|
# tls_ca = "/etc/telegraf/ca.pem"
|
||||||
# tls_cert = "/etc/telegraf/cert.pem"
|
# tls_cert = "/etc/telegraf/cert.pem"
|
||||||
|
|
|
||||||
|
|
@ -21,3 +21,7 @@
|
||||||
# tls_cert = "/etc/telegraf/cert.pem"
|
# tls_cert = "/etc/telegraf/cert.pem"
|
||||||
# tls_key = "/etc/telegraf/key.pem"
|
# tls_key = "/etc/telegraf/key.pem"
|
||||||
# tls_server_name = "myhost.example.org"
|
# tls_server_name = "myhost.example.org"
|
||||||
|
|
||||||
|
## Set the proxy URL
|
||||||
|
# use_proxy = true
|
||||||
|
# proxy_url = "http://localhost:8888"
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,8 @@
|
||||||
## Write URL override; useful for debugging.
|
## Write URL override; useful for debugging.
|
||||||
# url = "https://app.datadoghq.com/api/v1/series"
|
# url = "https://app.datadoghq.com/api/v1/series"
|
||||||
|
|
||||||
## Set http_proxy (telegraf uses the system wide proxy settings if it isn't set)
|
## Set http_proxy
|
||||||
|
# use_system_proxy = false
|
||||||
# http_proxy_url = "http://localhost:8888"
|
# http_proxy_url = "http://localhost:8888"
|
||||||
|
|
||||||
## Override the default (none) compression used to send data.
|
## Override the default (none) compression used to send data.
|
||||||
|
|
|
||||||
|
|
@ -24,6 +24,10 @@
|
||||||
# socks5_username = "alice"
|
# socks5_username = "alice"
|
||||||
# socks5_password = "pass123"
|
# socks5_password = "pass123"
|
||||||
|
|
||||||
|
## Optional HTTP proxy to use
|
||||||
|
# use_system_proxy = false
|
||||||
|
# http_proxy_url = "http://localhost:8888"
|
||||||
|
|
||||||
## Data format to output.
|
## Data format to output.
|
||||||
## Each data format has it's own unique set of configuration options, read
|
## Each data format has it's own unique set of configuration options, read
|
||||||
## more about them here:
|
## more about them here:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue