Skip to content

Commit

Permalink
Fix k8s docs
Browse files Browse the repository at this point in the history
  • Loading branch information
camdencheek committed Jul 14, 2020
1 parent 163a1aa commit c1bed9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/plugins/k8s_metadata_decorator.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The `k8s_metadata_decorator` plugin adds labels and annotations to the entry usi
| `id` | required | A unique identifier for the plugin |
| `output` | required | The connected plugin(s) that will receive all outbound entries |
| `namespace_field` | `namespace` | A [field](/docs/types/field.md) that contains the k8s namespace associated with the log entry |
| `pod_name` | `pod_name` | A [field](/docs/types/field.md) that contains the k8s pod name associated with the log entry |
| `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 |

### Example Configurations
Expand Down

0 comments on commit c1bed9f

Please sign in to comment.