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
Is your feature request related to a problem? Please describe.
There is a new use case in GKE logging where owner reference data are needed in the labels field in LogEntry[1]. There is a need to retrieve owner reference data from kubernetes filter.
Describe the solution you'd like
Add a new configuration parameter OwnerReferences, which defaults to Off. When enabled, the OwnerReferences information will added to records["kubernetes"]["ownerReferences"] and it contains two new key-value pairs.
"kind": "DaemonSet",
"name": "fluentbit-xxx-max",
OwnerReference data will be added for five k8s workloads: 'DaemonSet, StatefulSet, ReplicaSet, JobandCronJob`.
Describe alternatives you've considered
N/A
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
There is a new use case in GKE logging where owner reference data are needed in the labels field in LogEntry[1]. There is a need to retrieve owner reference data from kubernetes filter.
[1]https://cloud.google.com/logging/docs/reference/v2/rest/v2/LogEntry
Describe the solution you'd like
Add a new configuration parameter
OwnerReferences
, which defaults toOff
. When enabled, the OwnerReferences information will added to records["kubernetes"]["ownerReferences"] and it contains two new key-value pairs.OwnerReference data will be added for five k8s workloads: 'DaemonSet
,
StatefulSet,
ReplicaSet,
Joband
CronJob`.Describe alternatives you've considered
N/A
Additional context
The text was updated successfully, but these errors were encountered: