- 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.
Alias fields
editAlias fields
editAlias fields for compatibility with 7.x.
-
host.hostname
-
type: alias
alias to: beat.hostname
-
event.timezone
-
type: alias
alias to: beat.timezone
-
cloud.provider
-
type: alias
alias to: meta.cloud.provider
-
cloud.instance.id
-
type: alias
alias to: meta.cloud.instance_id
-
cloud.instance.name
-
type: alias
alias to: meta.cloud.instance_name
-
cloud.machine.type
-
type: alias
alias to: meta.cloud.machine_type
-
cloud.availability_zone
-
type: alias
alias to: meta.cloud.availability_zone
-
cloud.project.id
-
type: alias
alias to: meta.cloud.project_id
-
cloud.region
-
type: alias
alias to: meta.cloud.region
-
container.id
-
type: alias
alias to: docker.container.id
-
container.name
-
type: alias
alias to: docker.container.name
-
container.image.name
-
type: alias
alias to: docker.container.image
Was this helpful?
Thank you for your feedback.