@@ -4092,9 +4092,12 @@ host:
40924092 short : Operating system architecture.
40934093 type : keyword
40944094 host.cpu.usage :
4095+ beta : This field is currently considered beta.
40954096 dashed_name : host-cpu-usage
40964097 description : ' Percent CPU used which is normalized by the number of CPU cores
4097- and it ranges from 0 to 1. Scaling factor: 1000.
4098+ and it ranges from 0 to 1.
4099+
4100+ Scaling factor: 1000.
40984101
40994102 For example: For a two core host, this value should be the average of the
41004103 two cores, between 0 and 1.'
@@ -4106,6 +4109,7 @@ host:
41064109 short : Percent CPU used, between 0 and 1.
41074110 type : scaled_float
41084111 host.disk.read.bytes :
4112+ beta : This field is currently considered beta.
41094113 dashed_name : host-disk-read-bytes
41104114 description : The total number of bytes (gauge) read successfully (aggregated
41114115 from all disks) since the last metric collection.
@@ -4116,6 +4120,7 @@ host:
41164120 short : The number of bytes read by all disks.
41174121 type : long
41184122 host.disk.write.bytes :
4123+ beta : This field is currently considered beta.
41194124 dashed_name : host-disk-write-bytes
41204125 description : The total number of bytes (gauge) written successfully (aggregated
41214126 from all disks) since the last metric collection.
@@ -4346,6 +4351,7 @@ host:
43464351 short : Name of the host.
43474352 type : keyword
43484353 host.network.egress.bytes :
4354+ beta : This field is currently considered beta.
43494355 dashed_name : host-network-egress-bytes
43504356 description : The number of bytes (gauge) sent out on all network interfaces
43514357 by the host since the last metric collection.
@@ -4356,6 +4362,7 @@ host:
43564362 short : The number of bytes sent on all network interfaces.
43574363 type : long
43584364 host.network.egress.packets :
4365+ beta : This field is currently considered beta.
43594366 dashed_name : host-network-egress-packets
43604367 description : The number of packets (gauge) sent out on all network interfaces
43614368 by the host since the last metric collection.
@@ -4366,6 +4373,7 @@ host:
43664373 short : The number of packets sent on all network interfaces.
43674374 type : long
43684375 host.network.ingress.bytes :
4376+ beta : This field is currently considered beta.
43694377 dashed_name : host-network-ingress-bytes
43704378 description : The number of bytes received (gauge) on all network interfaces
43714379 by the host since the last metric collection.
@@ -4376,6 +4384,7 @@ host:
43764384 short : The number of bytes received on all network interfaces.
43774385 type : long
43784386 host.network.ingress.packets :
4387+ beta : This field is currently considered beta.
43794388 dashed_name : host-network-ingress-packets
43804389 description : The number of packets (gauge) received on all network interfaces
43814390 by the host since the last metric collection.
0 commit comments