Common fields
editCommon fields
editContains common fields available in all event types.
-
metricset.module
-
The name of the module that generated the event.
type: alias
alias to: event.module
-
metricset.name
-
The name of the metricset that generated the event.
-
metricset.period
-
Current data collection period for this event in milliseconds.
type: integer
-
service.address
-
Address of the machine where the service is running. This field may not be present when the data was collected locally.
-
service.hostname
-
Host name of the machine where the service is running.
-
type
-
The document type. Always set to "doc".
example: metricsets
required: True
-
systemd.fragment_path
-
the location of the systemd unit path
type: keyword
-
systemd.unit
-
the unit name of the systemd service
type: keyword
-
host.cpu.pct
-
Percent CPU used. This value is normalized by the number of CPU cores and it ranges from 0 to 1.
type: scaled_float
format: percent
-
host.network.in.bytes
-
The number of bytes received on all network interfaces by the host in a given period of time.
type: long
format: bytes
-
host.network.out.bytes
-
The number of bytes sent out on all network interfaces by the host in a given period of time.
type: long
format: bytes
-
host.network.in.packets
-
The number of packets received on all network interfaces by the host in a given period of time.
type: long
-
host.network.out.packets
-
The number of packets sent out on all network interfaces by the host in a given period of time.
type: long
-
host.disk.read.bytes
-
The total number of bytes read successfully in a given period of time.
type: long
format: bytes
-
host.disk.write.bytes
-
The total number of bytes write successfully in a given period of time.
type: long
format: bytes