Skip to content

Commit 04bca6b

Browse files
fluent-operator:fluent-bit: Add useTagForMeta to clusterFilter (#707)
1 parent eeeacec commit 04bca6b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

fluentbit.fluent.io/clusterfilter_v1alpha2.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,10 @@
243243
"description": "Include Kubernetes namespace metadata only and no pod metadata.\nIf this is set, the values of Labels and Annotations are ignored.",
244244
"type": "boolean"
245245
},
246+
"ownerReferences": {
247+
"description": "Include Kubernetes owner references in the extra metadata.",
248+
"type": "boolean"
249+
},
246250
"regexParser": {
247251
"description": "Set an alternative Parser to process record Tag and extract pod_name, namespace_name, container_name and docker_id.\nThe parser must be registered in a parsers file (refer to parser filter-kube-test as an example).",
248252
"type": "string"
@@ -268,6 +272,10 @@
268272
"useKubelet": {
269273
"description": "This is an optional feature flag to get metadata information from kubelet\ninstead of calling Kube Server API to enhance the log.\nThis could mitigate the Kube API heavy traffic issue for large cluster.",
270274
"type": "boolean"
275+
},
276+
"useTagForMeta": {
277+
"description": "If true, Kubernetes metadata (e.g., pod_name, container_name, namespace_name etc) will be extracted from the tag itself.",
278+
"type": "boolean"
271279
}
272280
},
273281
"type": "object",

0 commit comments

Comments
 (0)