Skip to content

Commit ba4670f

Browse files
authored
Update kubernetes.md
couple of tweaks that need fixing Signed-off-by: Lynette Miles <[email protected]>
1 parent a35b9a5 commit ba4670f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pipeline/filters/kubernetes.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The plugin supports the following configuration parameters:
6060
| `Kube_Meta_Namespace_Cache_TTL` | Configurable `TTL` for Kubernetes cached namespace metadata. Setting this to `0` will mean entries are evicted at random once the cache is full. | `900` (seconds) |
6161
| `Namespace_Labels` | Include Kubernetes namespace resource labels in the extra metadata. See [Kubernetes Namespace Meta](#kubernetes-namespace-meta)| `Off` |
6262
| `Namespace_Annotations` | Include Kubernetes namespace resource annotations in the extra metadata. See [Kubernetes Namespace Meta](#kubernetes-namespace-meta)| `Off` |
63-
| `Namespace_Metadata_Only` | Include Kubernetes namespace metadata only and no pod metadata. When set, the values of `Labels` and `Annotations` are ignored. See [Kubernetes Namespace Meta](#kubernetes-namespace-meta)| Off |
63+
| `Namespace_Metadata_Only` | Include Kubernetes namespace metadata only and no pod metadata. When set, the values of `Labels` and `Annotations` are ignored. See [Kubernetes Namespace Meta](#kubernetes-namespace-meta)| `Off` |
6464
| `Owner_References` | Include Kubernetes owner references in the extra metadata. | `Off` |
6565

6666
## Processing the `log` value
@@ -477,6 +477,4 @@ The following section goes over specific log messages you might receive. Learn h
477477

478478
## Credit
479479

480-
The Kubernetes Filter plugin is fully inspired by the [Fluentd Kubernetes Metadata
481-
Filter](https://github.com/fabric8io/fluent-plugin-kubernetes_metadata_filter)
482-
written by [Jimmi Dyson](https://github.com/jimmidyson).
480+
The Kubernetes Filter plugin is fully inspired by the [Fluentd Kubernetes Metadata Filter](https://github.com/fabric8io/fluent-plugin-kubernetes_metadata_filter) written by [Jimmi Dyson](https://github.com/jimmidyson).

0 commit comments

Comments
 (0)