You can monitor containers running in a Kubernetes cluster by adding Kubernetes-specific information under kubernetes.
Field | Description | Level | Type | Example |
---|---|---|---|---|
container.id | Unique container id. | core | keyword | fdbef803fa2b |
container.name | Container name. | extended | keyword | |
host.hostname | Hostname of the host. It normally contains what the hostname command returns on the host machine. |
core | keyword | kube-high-cpu-42 |
kubernetes.pod.name | Kubernetes pod name | (use case) | keyword | foo-webserver |
kubernetes.namespace | Kubernetes namespace | (use case) | keyword | foo-team |
kubernetes.labels | Kubernetes labels map | (use case) | object | |
kubernetes.annotations | Kubernetes annotations map | (use case) | object | |
kubernetes.container.name | Kubernetes container name. This name is unique within the pod only. It is different from the container.name field. |
(use case) | keyword |