diff --git a/docs/operators/k8s_metadata_decorator.md b/docs/operators/k8s_metadata_decorator.md index efbeb60b1..687106c5c 100644 --- a/docs/operators/k8s_metadata_decorator.md +++ b/docs/operators/k8s_metadata_decorator.md @@ -12,7 +12,7 @@ The `k8s_metadata_decorator` operator adds labels and annotations to the entry u | `pod_name_field` | `pod_name` | A [field](/docs/types/field.md) that contains the k8s pod name associated with the log entry | | `cache_ttl` | 10m | A [duration](/docs/types/duration.md) indicating the time it takes for a cached entry to expire | | `timeout` | 10s | A [duration](/docs/types/duration.md) indicating how long to wait for the API to respond before timing out | -| `allow_proxy` | false | A boolean enabling or disabling [proxy](https://github.com/observIQ/stanza/blob/master/docs/proxy.md) support for this operator | +| `allow_proxy` | false | Controls whether or not the agent will take into account [proxy](https://github.com/observIQ/stanza/blob/master/docs/proxy.md) configuration when communicating with the k8s metadata api | | `if` | | An [expression](/docs/types/expression.md) that, when set, will be evaluated to determine whether this operator should be used for the given entry. This allows you to do easy conditional parsing without branching logic with routers. | ### Example Configurations