- 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
- 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 project paths
- Configure the Kibana endpoint
- Load the Elasticsearch index template
- Configure logging
- Use environment variables in the configuration
- Autodiscover
- YAML tips and gotchas
- Regular expression support
- HTTP Endpoint
- heartbeat.reference.yml
- Exported fields
- Monitoring Heartbeat
- Securing Heartbeat
- Troubleshooting
- Contributing to Beats
IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
SOCKS5 proxy fields
editSOCKS5 proxy fields
editNone
socks5 fields
editSOCKS5 proxy related fields:
rtt fields
editTLS layer round trip times.
connect fields
editTime required to establish a connection via SOCKS5 to endpoint based on available connection to SOCKS5 proxy.
-
socks5.rtt.connect.us
-
type: long
Duration in microseconds
summary fields
editPresent in the last event emitted during a check. If a monitor checks multiple endpoints, as is the case with mode: all
.
-
summary.up
-
type: integer
The number of endpoints that succeeded
-
summary.down
-
type: integer
The number of endpoints that failed
Was this helpful?
Thank you for your feedback.