Skip to content

Commit

Permalink
docs(outputs.http): Document proxy settings (#14016)
Browse files Browse the repository at this point in the history
  • Loading branch information
powersj authored Sep 29, 2023
1 parent 20b1048 commit 188c8d7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/outputs/http/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ to use them.
## Goole API Auth
# google_application_credentials = "/etc/telegraf/example_secret.json"

## HTTP Proxy support
# use_system_proxy = false
# http_proxy_url = ""

## Optional TLS Config
# tls_ca = "/etc/telegraf/ca.pem"
# tls_cert = "/etc/telegraf/cert.pem"
Expand Down
4 changes: 4 additions & 0 deletions plugins/outputs/http/sample.conf
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
## Goole API Auth
# google_application_credentials = "/etc/telegraf/example_secret.json"

## HTTP Proxy support
# use_system_proxy = false
# http_proxy_url = ""

## Optional TLS Config
# tls_ca = "/etc/telegraf/ca.pem"
# tls_cert = "/etc/telegraf/cert.pem"
Expand Down

0 comments on commit 188c8d7

Please sign in to comment.