You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pipeline/filters/kubernetes.md
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ The plugin supports the following configuration parameters:
60
60
|`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) |
61
61
|`Namespace_Labels`| Include Kubernetes namespace resource labels in the extra metadata. See [Kubernetes Namespace Meta](#kubernetes-namespace-meta)|`Off`|
62
62
|`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`|
64
64
|`Owner_References`| Include Kubernetes owner references in the extra metadata. |`Off`|
65
65
66
66
## Processing the `log` value
@@ -477,6 +477,4 @@ The following section goes over specific log messages you might receive. Learn h
477
477
478
478
## Credit
479
479
480
-
The Kubernetes Filter plugin is fully inspired by the [Fluentd Kubernetes Metadata
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