- Heartbeat Reference: other versions:
- Overview
- Contributing to Beats
- Getting Started With Heartbeat
- Setting up and running Heartbeat
- Configuring Heartbeat
- Set up Heartbeat monitors
- Specify general settings
- Configure the internal queue
- Configure the output
- Specify SSL settings
- Filter and Enhance the exported data
- Parse logs by using ingest node
- Set up project paths
- Set up the Kibana endpoint
- Load the Kibana dashboards
- Load the Elasticsearch index template
- Set up logging
- Use environment variables in the configuration
- YAML tips and gotchas
- Regular expression support
- heartbeat.reference.yml
- Exported Fields
- Securing Heartbeat
- Troubleshooting
WARNING: Version 6.0 of Heartbeat has passed its EOL date.
This documentation is no longer being maintained and may be removed. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
kubernetes Fields
editkubernetes Fields
editThis functionality is in beta and is subject to change. The design and code is less mature than official GA features and is being provided as-is with no warranties. Beta features are not subject to the support SLA of official GA features.
Kubernetes metadata added by the kubernetes processor
kubernetes.pod.name
edittype: keyword
Kubernetes pod name
kubernetes.namespace
edittype: keyword
Kubernetes namespace
kubernetes.labels
edittype: object
Kubernetes labels map
kubernetes.annotations
edittype: object
Kubernetes annotations map
kubernetes.container.name
edittype: keyword
Kubernetes container name
kubernetes.container.image
edittype: keyword
Kubernetes container image
On this page