- Functionbeat Reference:
- Overview
- Getting Started With Functionbeat
- Setting up and running Functionbeat
- Configuring Functionbeat
- Configure functions
- Specify general settings
- Configure the internal queue
- Configure the output
- Configure index lifecycle management
- Specify SSL settings
- Filter and enhance the exported data
- Define processors
- Add cloud metadata
- Add fields
- Add labels
- Add the local time zone
- Add tags
- Decode JSON fields
- Drop events
- Drop fields from events
- Keep fields from events
- Rename fields from events
- Add Kubernetes metadata
- Add Docker metadata
- Add Host metadata
- Dissect strings
- DNS Reverse Lookup
- Add process metadata
- Parse data by using ingest node
- Enrich events with geoIP information
- Configure the Kibana endpoint
- Load the Elasticsearch index template
- Configure logging
- Use environment variables in the configuration
- YAML tips and gotchas
- Regular expression support
- functionbeat.reference.yml
- Exported fields
- Monitoring Functionbeat
- Securing Functionbeat
- Troubleshooting
A newer version is available. For the latest information, see the
current release documentation.
Kubernetes fields
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Kubernetes fields
editKubernetes metadata added by the kubernetes processor
-
kubernetes.pod.name
-
type: keyword
Kubernetes pod name
-
kubernetes.pod.uid
-
type: keyword
Kubernetes Pod UID
-
kubernetes.namespace
-
type: keyword
Kubernetes namespace
-
kubernetes.node.name
-
type: keyword
Kubernetes node name
-
kubernetes.labels.*
-
type: object
Kubernetes labels map
-
kubernetes.annotations.*
-
type: object
Kubernetes annotations map
-
kubernetes.container.name
-
type: keyword
Kubernetes container name
-
kubernetes.container.image
-
type: keyword
Kubernetes container image
Was this helpful?
Thank you for your feedback.