- Heartbeat Reference: other versions:
- Overview
- Get started
- Set up and run
- Configure
- Monitors
- General settings
- Project paths
- Output
- SSL
- Index lifecycle management (ILM)
- Elasticsearch index template
- Processors
- Define processors
- add_cloud_metadata
- add_docker_metadata
- add_fields
- add_host_metadata
- add_id
- add_kubernetes_metadata
- add_labels
- add_locale
- add_observer_metadata
- add_process_metadata
- add_tags
- community_id
- convert
- copy_fields
- decode_base64_field
- decode_json_fields
- decompress_gzip_field
- dissect
- dns
- drop_event
- drop_fields
- extract_array
- fingerprint
- include_fields
- registered_domain
- rename
- truncate_fields
- Autodiscover
- Internal queue
- Logging
- HTTP endpoint
- Regular expression support
- heartbeat.reference.yml
- How to guides
- Exported fields
- Beat fields
- Cloud provider metadata fields
- Common heartbeat monitor fields
- Docker fields
- ECS fields
- Host fields
- HTTP monitor fields
- ICMP fields
- Jolokia Discovery autodiscover provider fields
- Kubernetes fields
- Process fields
- Host lookup fields
- SOCKS5 proxy fields
- Monitor summary fields
- TCP layer fields
- TLS encryption layer fields
- Monitor
- Secure
- Troubleshoot
- Contribute to Beats
HTTP monitor fields
editHTTP monitor fields
editNone
http
editHTTP related fields.
-
http.url
-
Service url used by monitor.
type: alias
alias to: url.full
-
http.response.body.hash
-
Hash of the full response body. Can be used to group responses with identical hashes.
type: keyword
-
http.response.redirects
-
List of redirects followed to arrive at final content. Last item on the list is the URL for which body content is shown.
type: keyword
rtt
editHTTP layer round trip times.
validate
editDuration between first byte of HTTP request being written and response being processed by validator. Duration based on already available network connection.
Note: if validator is not reading body or only a prefix, this number does not fully represent the total time needed to read the body.
-
http.rtt.validate.us
-
Duration in microseconds
type: long
validate_body
editDuration of validator required to read and validate the response body.
Note: if validator is not reading body or only a prefix, this number does not fully represent the total time needed to read the body.
-
http.rtt.validate_body.us
-
Duration in microseconds
type: long
write_request
editDuration of sending the complete HTTP request. Duration based on already available network connection.
-
http.rtt.write_request.us
-
Duration in microseconds
type: long
response_header
editTime required between sending the start of sending the HTTP request and first byte from HTTP response being read. Duration based on already available network connection.
-
http.rtt.response_header.us
-
Duration in microseconds
type: long
-
http.rtt.content.us
-
Time required to retrieved the content in micro seconds.
type: long
total
editDuration required to process the HTTP transaction. Starts with the initial TCP connection attempt. Ends with after validator did check the response.
Note: if validator is not reading body or only a prefix, this number does not fully represent the total time needed.
-
http.rtt.total.us
-
Duration in microseconds
type: long