- Winlogbeat Reference: other versions:
- Overview
- Getting Started With Winlogbeat
- Setting up and running Winlogbeat
- Upgrading Winlogbeat
- Configuring Winlogbeat
- Set up Winlogbeat
- 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
- Enrich events with geoIP information
- Set up project paths
- Set up the Kibana endpoint
- Load the Kibana dashboards
- Load the Elasticsearch index template
- Configure logging
- Use environment variables in the configuration
- YAML tips and gotchas
- HTTP Endpoint
- winlogbeat.reference.yml
- Exported fields
- Monitoring Winlogbeat
- Securing Winlogbeat
- Troubleshooting
- Contributing to Beats
NOTE: You are looking at documentation for an older release. For the latest information, see the current release documentation.
Alias fields
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Alias 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.