- Heartbeat Reference: other versions:
- Overview
- Getting Started With Heartbeat
- Setting up and running Heartbeat
- Configuring Heartbeat
- Set up monitors
- Specify general settings
- Configure the internal queue
- Configure the output
- 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 Kibana dashboards
- Load the Elasticsearch index template
- Configure logging
- Use environment variables in the configuration
- YAML tips and gotchas
- Regular expression support
- heartbeat.reference.yml
- Exported fields
- Monitoring Heartbeat
- Securing Heartbeat
- Troubleshooting
- Contributing to Beats
This functionality is in beta and is subject to change. The design and
code is considered to be less mature than official GA features. Elastic will
take a best effort approach to fix any issues, but beta features are not
subject to the support SLA of official GA features.
Host fields
editHost fields
editInfo collected for the host machine.
-
host.name
-
type: keyword
Hostname.
-
host.id
-
type: keyword
Unique host id.
-
host.architecture
-
type: keyword
Host architecture (e.g. x86_64, arm, ppc, mips).
-
host.os.platform
-
type: keyword
OS platform (e.g. centos, ubuntu, windows).
-
host.os.version
-
type: keyword
OS version.
-
host.os.family
-
type: keyword
OS family (e.g. redhat, debian, freebsd, windows).
Was this helpful?
Thank you for your feedback.