Skip to content

Commit

Permalink
docs: Sync sample.conf for recent features (#11348)
Browse files Browse the repository at this point in the history
  • Loading branch information
sspaink authored Jun 22, 2022
1 parent b58ae75 commit 6700f0b
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 2 deletions.
3 changes: 2 additions & 1 deletion plugins/inputs/cloudwatch/sample.conf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
## ex: endpoint_url = "http://localhost:8000"
# 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"

# The minimum period for Cloudwatch metrics is 1 minute (60s). However not all
Expand Down
3 changes: 3 additions & 0 deletions plugins/inputs/redis/sample.conf
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
## specify server password
# password = "s#cr@t%"

## specify username for ACL auth (Redis 6.0+)
# username = "default"

## Optional TLS Config
# tls_ca = "/etc/telegraf/ca.pem"
# tls_cert = "/etc/telegraf/cert.pem"
Expand Down
4 changes: 4 additions & 0 deletions plugins/inputs/x509_cert/sample.conf
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@
# tls_cert = "/etc/telegraf/cert.pem"
# tls_key = "/etc/telegraf/key.pem"
# tls_server_name = "myhost.example.org"

## Set the proxy URL
# use_proxy = true
# proxy_url = "http://localhost:8888"
3 changes: 2 additions & 1 deletion plugins/outputs/datadog/sample.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
## Write URL override; useful for debugging.
# 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"

## Override the default (none) compression used to send data.
Expand Down
4 changes: 4 additions & 0 deletions plugins/outputs/websocket/sample.conf
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
# socks5_username = "alice"
# socks5_password = "pass123"

## Optional HTTP proxy to use
# use_system_proxy = false
# http_proxy_url = "http://localhost:8888"

## Data format to output.
## Each data format has it's own unique set of configuration options, read
## more about them here:
Expand Down

0 comments on commit 6700f0b

Please sign in to comment.