Skip to content

Commit 6700f0b

Browse files
authored
docs: Sync sample.conf for recent features (#11348)
1 parent b58ae75 commit 6700f0b

5 files changed

Lines changed: 15 additions & 2 deletions

File tree

plugins/inputs/cloudwatch/sample.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
## ex: endpoint_url = "http://localhost:8000"
2828
# endpoint_url = ""
2929

30-
## Set http_proxy (telegraf uses the system wide proxy settings if it's is not set)
30+
## Set http_proxy
31+
# use_system_proxy = false
3132
# http_proxy_url = "http://localhost:8888"
3233

3334
# The minimum period for Cloudwatch metrics is 1 minute (60s). However not all

plugins/inputs/redis/sample.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
## specify server password
2525
# password = "s#cr@t%"
2626

27+
## specify username for ACL auth (Redis 6.0+)
28+
# username = "default"
29+
2730
## Optional TLS Config
2831
# tls_ca = "/etc/telegraf/ca.pem"
2932
# tls_cert = "/etc/telegraf/cert.pem"

plugins/inputs/x509_cert/sample.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@
2121
# tls_cert = "/etc/telegraf/cert.pem"
2222
# tls_key = "/etc/telegraf/key.pem"
2323
# tls_server_name = "myhost.example.org"
24+
25+
## Set the proxy URL
26+
# use_proxy = true
27+
# proxy_url = "http://localhost:8888"

plugins/outputs/datadog/sample.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
## Write URL override; useful for debugging.
1010
# url = "https://app.datadoghq.com/api/v1/series"
1111

12-
## Set http_proxy (telegraf uses the system wide proxy settings if it isn't set)
12+
## Set http_proxy
13+
# use_system_proxy = false
1314
# http_proxy_url = "http://localhost:8888"
1415

1516
## Override the default (none) compression used to send data.

plugins/outputs/websocket/sample.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
# socks5_username = "alice"
2525
# socks5_password = "pass123"
2626

27+
## Optional HTTP proxy to use
28+
# use_system_proxy = false
29+
# http_proxy_url = "http://localhost:8888"
30+
2731
## Data format to output.
2832
## Each data format has it's own unique set of configuration options, read
2933
## more about them here:

0 commit comments

Comments
 (0)