Common heartbeat monitor fields
editCommon heartbeat monitor fields
editNone
monitor fields
editCommon monitor fields.
-
monitor.type
-
type: keyword
The monitor type.
-
monitor.name
-
type: keyword
The monitors configured name
-
monitor.id
-
type: keyword
The monitors full job ID as used by heartbeat.
duration fields
editTotal monitoring test duration
-
monitor.duration.us
-
type: long
Duration in microseconds
-
monitor.scheme
-
type: alias
alias to: url.scheme
Address url scheme. For example
tcp
,tls
,http
, andhttps
. -
monitor.host
-
type: alias
alias to: url.domain
Hostname of service being monitored. Can be missing, if service is monitored by IP.
-
monitor.ip
-
type: ip
IP of service being monitored. If service is monitored by hostname, the
ip
field contains the resolved ip address for the current host. -
monitor.status
-
type: keyword
required: True
Indicator if monitor could validate the service to be available.
-
monitor.check_group
-
type: keyword
A token unique to a simultaneously invoked group of checks as in the case where multiple IPs are checked for a single DNS entry.