- Journalbeat Reference for 6.5-7.15:
- Overview
- Getting started with Journalbeat
- Setting up and running Journalbeat
- Configuring Journalbeat
- Configure inputs
- Specify general settings
- Configure the internal queue
- Configure the output
- Set up index lifecycle management
- Specify SSL settings
- Filter and enhance the exported data
- Parse data by using ingest node
- Set up project paths
- Set up the Kibana endpoint
- Load the Elasticsearch index template
- Configure logging
- Use environment variables in the configuration
- YAML tips and gotchas
- Regular expression support
- HTTP Endpoint
- journalbeat.reference.yml
- Exported fields
- Monitoring Journalbeat
- Securing Journalbeat
- Troubleshooting
This functionality is experimental and may be changed or removed completely in a
future release. Elastic will take a best effort approach to fix any issues, but
experimental features are not subject to the support SLA of official GA
features.
Kubernetes fields
editKubernetes 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.