11.3. Kubernetes exported fields
These are the Kubernetes fields exported by the OpenShift Container Platform cluster logging available for searching from Elasticsearch and Kibana.
The namespace for Kubernetes-specific metadata. The kubernetes.pod_name
is the name of the pod.
kubernetes.labels
Fields
Labels attached to the OpenShift object are kubernetes.labels
. Each label name is a subfield of labels field. Each label name is de-dotted, meaning dots in the name are replaced with underscores.
Parameter | Description |
---|---|
| Kubernetes ID of the pod. |
| The name of the namespace in Kubernetes. |
| ID of the namespace in Kubernetes. |
| Kubernetes node name. |
| The name of the container in Kubernetes. |
| The deployment associated with the Kubernetes object. |
| The deploymentconfig associated with the Kubernetes object. |
| The component associated with the Kubernetes object. |
| The provider associated with the Kubernetes object. |
kubernetes.annotations
Fields
Annotations associated with the OpenShift object are kubernetes.annotations
fields.