Skip to content

Commit

Permalink
Update proxy config docs
Browse files Browse the repository at this point in the history
  • Loading branch information
esensar committed Sep 9, 2024
1 parent bfc7e8a commit 592b5b9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/vector-core/src/config/proxy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ impl NoProxyInterceptor {
/// Configure to proxy traffic through an HTTP(S) proxy when making external requests.
///
/// Similar to common proxy configuration convention, you can set different proxies
/// to use based on the type of traffic being proxied, as well as set specific hosts that
/// to use based on the type of traffic being proxied. You can also set specific hosts that
/// should not be proxied.
#[configurable_component]
#[configurable(metadata(docs::advanced))]
Expand Down
2 changes: 1 addition & 1 deletion website/cue/reference/components/base/sinks.cue
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ base: components: sinks: configuration: {
Configure to proxy traffic through an HTTP(S) proxy when making external requests.
Similar to common proxy configuration convention, you can set different proxies
to use based on the type of traffic being proxied, as well as set specific hosts that
to use based on the type of traffic being proxied. You can also set specific hosts that
should not be proxied.
"""
required: false
Expand Down
2 changes: 1 addition & 1 deletion website/cue/reference/components/base/sources.cue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ base: components: sources: configuration: {
Configure to proxy traffic through an HTTP(S) proxy when making external requests.
Similar to common proxy configuration convention, you can set different proxies
to use based on the type of traffic being proxied, as well as set specific hosts that
to use based on the type of traffic being proxied. You can also set specific hosts that
should not be proxied.
"""
required: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ base: components: transforms: aws_ec2_metadata: configuration: {
Configure to proxy traffic through an HTTP(S) proxy when making external requests.
Similar to common proxy configuration convention, you can set different proxies
to use based on the type of traffic being proxied, as well as set specific hosts that
to use based on the type of traffic being proxied. You can also set specific hosts that
should not be proxied.
"""
required: false
Expand Down

0 comments on commit 592b5b9

Please sign in to comment.