Este contenido no está disponible en el idioma seleccionado.
Chapter 20. kubernetes
The namespace for Kubernetes-specific metadata
Data type | group |
20.1. kubernetes.pod_name Copiar enlaceEnlace copiado en el portapapeles!
The name of the pod
Data type | keyword |
20.2. kubernetes.pod_id Copiar enlaceEnlace copiado en el portapapeles!
The Kubernetes ID of the pod
Data type | keyword |
20.3. kubernetes.namespace_name Copiar enlaceEnlace copiado en el portapapeles!
The name of the namespace in Kubernetes
Data type | keyword |
20.4. kubernetes.namespace_id Copiar enlaceEnlace copiado en el portapapeles!
The ID of the namespace in Kubernetes
Data type | keyword |
20.5. kubernetes.host Copiar enlaceEnlace copiado en el portapapeles!
The Kubernetes node name
Data type | keyword |
20.6. kubernetes.container_name Copiar enlaceEnlace copiado en el portapapeles!
The name of the container in Kubernetes
Data type | keyword |
20.7. kubernetes.annotations Copiar enlaceEnlace copiado en el portapapeles!
Annotations associated with the Kubernetes object
Data type | group |
20.8. kubernetes.labels Copiar enlaceEnlace copiado en el portapapeles!
Labels present on the original Kubernetes Pod
Data type | group |
20.9. kubernetes.event Copiar enlaceEnlace copiado en el portapapeles!
The Kubernetes event obtained from the Kubernetes master API. This event description loosely follows type Event
in Event v1 core.
Data type | group |
20.9.1. kubernetes.event.verb Copiar enlaceEnlace copiado en el portapapeles!
The type of event, ADDED
, MODIFIED
, or DELETED
Data type | keyword |
Example value |
|
20.9.2. kubernetes.event.metadata Copiar enlaceEnlace copiado en el portapapeles!
Information related to the location and time of the event creation
Data type | group |
20.9.2.1. kubernetes.event.metadata.name Copiar enlaceEnlace copiado en el portapapeles!
The name of the object that triggered the event creation
Data type | keyword |
Example value |
|
20.9.2.2. kubernetes.event.metadata.namespace Copiar enlaceEnlace copiado en el portapapeles!
The name of the namespace where the event originally occurred. Note that it differs from kubernetes.namespace_name
, which is the namespace where the eventrouter
application is deployed.
Data type | keyword |
Example value |
|
20.9.2.3. kubernetes.event.metadata.selfLink Copiar enlaceEnlace copiado en el portapapeles!
A link to the event
Data type | keyword |
Example value |
|
20.9.2.4. kubernetes.event.metadata.uid Copiar enlaceEnlace copiado en el portapapeles!
The unique ID of the event
Data type | keyword |
Example value |
|
20.9.2.5. kubernetes.event.metadata.resourceVersion Copiar enlaceEnlace copiado en el portapapeles!
A string that identifies the server’s internal version of the event. Clients can use this string to determine when objects have changed.
Data type | integer |
Example value |
|
20.9.3. kubernetes.event.involvedObject Copiar enlaceEnlace copiado en el portapapeles!
The object that the event is about.
Data type | group |
20.9.3.1. kubernetes.event.involvedObject.kind Copiar enlaceEnlace copiado en el portapapeles!
The type of object
Data type | keyword |
Example value |
|
20.9.3.2. kubernetes.event.involvedObject.namespace Copiar enlaceEnlace copiado en el portapapeles!
The namespace name of the involved object. Note that it may differ from kubernetes.namespace_name
, which is the namespace where the eventrouter
application is deployed.
Data type | keyword |
Example value |
|
20.9.3.3. kubernetes.event.involvedObject.name Copiar enlaceEnlace copiado en el portapapeles!
The name of the object that triggered the event
Data type | keyword |
Example value |
|
20.9.3.4. kubernetes.event.involvedObject.uid Copiar enlaceEnlace copiado en el portapapeles!
The unique ID of the object
Data type | keyword |
Example value |
|
20.9.3.5. kubernetes.event.involvedObject.apiVersion Copiar enlaceEnlace copiado en el portapapeles!
The version of kubernetes master API
Data type | keyword |
Example value |
|
20.9.3.6. kubernetes.event.involvedObject.resourceVersion Copiar enlaceEnlace copiado en el portapapeles!
A string that identifies the server’s internal version of the pod that triggered the event. Clients can use this string to determine when objects have changed.
Data type | keyword |
Example value |
|
20.9.4. kubernetes.event.reason Copiar enlaceEnlace copiado en el portapapeles!
A short machine-understandable string that gives the reason for generating this event
Data type | keyword |
Example value |
|
20.9.5. kubernetes.event.source_component Copiar enlaceEnlace copiado en el portapapeles!
The component that reported this event
Data type | keyword |
Example value |
|
20.9.6. kubernetes.event.firstTimestamp Copiar enlaceEnlace copiado en el portapapeles!
The time at which the event was first recorded
Data type | date |
Example value |
|
20.9.7. kubernetes.event.count Copiar enlaceEnlace copiado en el portapapeles!
The number of times this event has occurred
Data type | integer |
Example value |
|
20.9.8. kubernetes.event.type Copiar enlaceEnlace copiado en el portapapeles!
The type of event, Normal
or Warning
. New types could be added in the future.
Data type | keyword |
Example value |
|