Skip to content

Commit

Permalink
Clarify that boolean is enabling / disabling proxy support when commu…
Browse files Browse the repository at this point in the history
…nicating with the k8s api
  • Loading branch information
Joseph Sirianni committed Jan 4, 2021
1 parent 89e0eb1 commit e76e9c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/operators/k8s_metadata_decorator.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e76e9c5

Please sign in to comment.