diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index 54ce9770bed5..0e24a7c69cc5 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -118,6 +118,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d - Remove deprecated config option default_region from aws module. {pull}28120[28120] - Remove deprecated config option perfmon.counters from windows/perfmon metricset. {pull}28282[28282] - Remove deprecated fields in Redis module. {issue}11835[11835] {pull}28246[28246] +- Align fields to Beats naming conventions in GCP module. {issue}27231[27231] {pull}27974[27974] *Packetbeat* diff --git a/metricbeat/docs/fields.asciidoc b/metricbeat/docs/fields.asciidoc index d8d61d503f24..5a069214e8c9 100644 --- a/metricbeat/docs/fields.asciidoc +++ b/metricbeat/docs/fields.asciidoc @@ -33115,7 +33115,7 @@ type: float Google Cloud Compute metrics -*`gcp.compute.firewall.dropped_bytes_count.value`*:: +*`gcp.compute.firewall.dropped.bytes`*:: + -- Incoming bytes dropped by the firewall @@ -33142,7 +33142,7 @@ type: double -- -*`gcp.compute.instance.cpu.usage_time.value`*:: +*`gcp.compute.instance.cpu.usage_time.sec`*:: + -- Usage for all cores in seconds @@ -33151,7 +33151,7 @@ type: double -- -*`gcp.compute.instance.cpu.utilization.value`*:: +*`gcp.compute.instance.cpu.usage.pct`*:: + -- The fraction of the allocated CPU that is currently in use on the instance @@ -33160,7 +33160,7 @@ type: double -- -*`gcp.compute.instance.disk.read_bytes_count.value`*:: +*`gcp.compute.instance.disk.read.bytes`*:: + -- Count of bytes read from disk @@ -33178,7 +33178,7 @@ type: long -- -*`gcp.compute.instance.disk.write_bytes_count.value`*:: +*`gcp.compute.instance.disk.write.bytes`*:: + -- Count of bytes written to disk @@ -33214,7 +33214,7 @@ type: long -- -*`gcp.compute.instance.memory.balloon.swap_in_bytes_count.value`*:: +*`gcp.compute.instance.memory.balloon.swap_in.bytes`*:: + -- The amount of memory read into the guest from its own swap space. This metric is only available for VMs that belong to the e2 family. @@ -33223,7 +33223,7 @@ type: long -- -*`gcp.compute.instance.memory.balloon.swap_out_bytes_count.value`*:: +*`gcp.compute.instance.memory.balloon.swap_out.bytes`*:: + -- The amount of memory written from the guest to its own swap space. This metric is only available for VMs that belong to the e2 family. @@ -33232,7 +33232,7 @@ type: long -- -*`gcp.compute.instance.network.received_bytes_count.value`*:: +*`gcp.compute.instance.network.ingress.bytes`*:: + -- Count of bytes received from the network @@ -33241,7 +33241,7 @@ type: long -- -*`gcp.compute.instance.network.received_packets_count.value`*:: +*`gcp.compute.instance.network.ingress.packets.count`*:: + -- Count of packets received from the network @@ -33250,7 +33250,7 @@ type: long -- -*`gcp.compute.instance.network.sent_bytes_count.value`*:: +*`gcp.compute.instance.network.egress.bytes`*:: + -- Count of bytes sent over the network @@ -33259,7 +33259,7 @@ type: long -- -*`gcp.compute.instance.network.sent_packets_count.value`*:: +*`gcp.compute.instance.network.egress.packets.count`*:: + -- Count of packets sent over the network @@ -33268,7 +33268,7 @@ type: long -- -*`gcp.compute.instance.uptime.value`*:: +*`gcp.compute.instance.uptime.sec`*:: + -- Number of seconds the VM has been running. @@ -33277,7 +33277,7 @@ type: long -- -*`gcp.compute.instance.uptime_total.value`*:: +*`gcp.compute.instance.uptime_total.sec`*:: + -- Elapsed time since the VM was started, in seconds. Sampled every 60 seconds. After sampling, data is not visible for up to 120 seconds. @@ -33292,7 +33292,7 @@ type: long `gke` contains the metrics that we scraped from GCP Stackdriver API containing monitoring metrics for GCP GKE -*`gcp.gke.container.cpu.core_usage_time.value`*:: +*`gcp.gke.container.cpu.core_usage_time.sec`*:: + -- Cumulative CPU usage on all cores used by the container in seconds. Sampled every 60 seconds. @@ -33310,7 +33310,7 @@ type: double -- -*`gcp.gke.container.cpu.limit_utilization.value`*:: +*`gcp.gke.container.cpu.limit_utilization.pct`*:: + -- The fraction of the CPU limit that is currently in use on the instance. This value cannot exceed 1 as usage cannot exceed the limit. Sampled every 60 seconds. After sampling, data is not visible for up to 240 seconds. @@ -33328,7 +33328,7 @@ type: double -- -*`gcp.gke.container.cpu.request_utilization.value`*:: +*`gcp.gke.container.cpu.request_utilization.pct`*:: + -- The fraction of the requested CPU that is currently in use on the instance. This value can be greater than 1 as usage can exceed the request. Sampled every 60 seconds. After sampling, data is not visible for up to 240 seconds. @@ -33337,7 +33337,7 @@ type: double -- -*`gcp.gke.container.ephemeral_storage.limit_bytes.value`*:: +*`gcp.gke.container.ephemeral_storage.limit.bytes`*:: + -- Local ephemeral storage limit in bytes. Sampled every 60 seconds. @@ -33346,7 +33346,7 @@ type: long -- -*`gcp.gke.container.ephemeral_storage.request_bytes.value`*:: +*`gcp.gke.container.ephemeral_storage.request.bytes`*:: + -- Local ephemeral storage request in bytes. Sampled every 60 seconds. @@ -33355,7 +33355,7 @@ type: long -- -*`gcp.gke.container.ephemeral_storage.used_bytes.value`*:: +*`gcp.gke.container.ephemeral_storage.used.bytes`*:: + -- Local ephemeral storage usage in bytes. Sampled every 60 seconds. @@ -33364,7 +33364,7 @@ type: long -- -*`gcp.gke.container.memory.limit_bytes.value`*:: +*`gcp.gke.container.memory.limit.bytes`*:: + -- Memory limit of the container in bytes. Sampled every 60 seconds. @@ -33373,7 +33373,7 @@ type: long -- -*`gcp.gke.container.memory.limit_utilization.value`*:: +*`gcp.gke.container.memory.limit_utilization.pct`*:: + -- The fraction of the memory limit that is currently in use on the instance. This value cannot exceed 1 as usage cannot exceed the limit. Sampled every 60 seconds. After sampling, data is not visible for up to 120 seconds. @@ -33382,7 +33382,7 @@ type: double -- -*`gcp.gke.container.memory.page_fault_count.value`*:: +*`gcp.gke.container.memory.page_fault.count`*:: + -- Number of page faults, broken down by type, major and minor. @@ -33391,7 +33391,7 @@ type: long -- -*`gcp.gke.container.memory.request_bytes.value`*:: +*`gcp.gke.container.memory.request.bytes`*:: + -- Memory request of the container in bytes. Sampled every 60 seconds. After sampling, data is not visible for up to 120 seconds. @@ -33400,7 +33400,7 @@ type: long -- -*`gcp.gke.container.memory.request_utilization.value`*:: +*`gcp.gke.container.memory.request_utilization.pct`*:: + -- The fraction of the requested memory that is currently in use on the instance. This value can be greater than 1 as usage can exceed the request. Sampled every 60 seconds. After sampling, data is not visible for up to 240 seconds. @@ -33409,7 +33409,7 @@ type: double -- -*`gcp.gke.container.memory.used_bytes.value`*:: +*`gcp.gke.container.memory.used.bytes`*:: + -- Memory usage in bytes. Sampled every 60 seconds. @@ -33418,7 +33418,7 @@ type: long -- -*`gcp.gke.container.restart_count.value`*:: +*`gcp.gke.container.restart.count`*:: + -- Number of times the container has restarted. Sampled every 60 seconds. After sampling, data is not visible for up to 120 seconds. @@ -33427,7 +33427,7 @@ type: long -- -*`gcp.gke.container.uptime.value`*:: +*`gcp.gke.container.uptime.sec`*:: + -- Time in seconds that the container has been running. Sampled every 60 seconds. @@ -33445,7 +33445,7 @@ type: double -- -*`gcp.gke.node.cpu.allocatable_utilization.value`*:: +*`gcp.gke.node.cpu.allocatable_utilization.pct`*:: + -- The fraction of the allocatable CPU that is currently in use on the instance. Sampled every 60 seconds. After sampling, data is not visible for up to 240 seconds. @@ -33454,7 +33454,7 @@ type: double -- -*`gcp.gke.node.cpu.core_usage_time.value`*:: +*`gcp.gke.node.cpu.core_usage_time.sec`*:: + -- Cumulative CPU usage on all cores used on the node in seconds. Sampled every 60 seconds. @@ -33472,7 +33472,7 @@ type: double -- -*`gcp.gke.node.ephemeral_storage.allocatable_bytes.value`*:: +*`gcp.gke.node.ephemeral_storage.allocatable.bytes`*:: + -- Local ephemeral storage bytes allocatable on the node. Sampled every 60 seconds. @@ -33499,7 +33499,7 @@ type: long -- -*`gcp.gke.node.ephemeral_storage.total_bytes.value`*:: +*`gcp.gke.node.ephemeral_storage.total.bytes`*:: + -- Total ephemeral storage bytes on the node. Sampled every 60 seconds. @@ -33508,7 +33508,7 @@ type: long -- -*`gcp.gke.node.ephemeral_storage.used_bytes.value`*:: +*`gcp.gke.node.ephemeral_storage.used.bytes`*:: + -- Local ephemeral storage bytes used by the node. Sampled every 60 seconds. @@ -33517,7 +33517,7 @@ type: long -- -*`gcp.gke.node.memory.allocatable_bytes.value`*:: +*`gcp.gke.node.memory.allocatable.bytes`*:: + -- Cumulative memory bytes used by the node. Sampled every 60 seconds. @@ -33526,7 +33526,7 @@ type: long -- -*`gcp.gke.node.memory.allocatable_utilization.value`*:: +*`gcp.gke.node.memory.allocatable_utilization.pct`*:: + -- The fraction of the allocatable memory that is currently in use on the instance. This value cannot exceed 1 as usage cannot exceed allocatable memory bytes. Sampled every 60 seconds. After sampling, data is not visible for up to 120 seconds. @@ -33535,7 +33535,7 @@ type: double -- -*`gcp.gke.node.memory.total_bytes.value`*:: +*`gcp.gke.node.memory.total.bytes`*:: + -- Number of bytes of memory allocatable on the node. Sampled every 60 seconds. @@ -33544,7 +33544,7 @@ type: long -- -*`gcp.gke.node.memory.used_bytes.value`*:: +*`gcp.gke.node.memory.used.bytes`*:: + -- Cumulative memory bytes used by the node. Sampled every 60 seconds. @@ -33553,7 +33553,7 @@ type: long -- -*`gcp.gke.node.network.received_bytes_count.value`*:: +*`gcp.gke.node.network.received_bytes.count`*:: + -- Cumulative number of bytes received by the node over the network. Sampled every 60 seconds. @@ -33562,7 +33562,7 @@ type: long -- -*`gcp.gke.node.network.sent_bytes_count.value`*:: +*`gcp.gke.node.network.sent_bytes.count`*:: + -- Cumulative number of bytes transmitted by the node over the network. Sampled every 60 seconds. @@ -33589,7 +33589,7 @@ type: long -- -*`gcp.gke.node_daemon.cpu.core_usage_time.value`*:: +*`gcp.gke.node_daemon.cpu.core_usage_time.sec`*:: + -- Cumulative CPU usage on all cores used by the node level system daemon in seconds. Sampled every 60 seconds. @@ -33598,7 +33598,7 @@ type: double -- -*`gcp.gke.node_daemon.memory.used_bytes.value`*:: +*`gcp.gke.node_daemon.memory.used.bytes`*:: + -- Memory usage by the system daemon in bytes. Sampled every 60 seconds. @@ -33607,7 +33607,7 @@ type: long -- -*`gcp.gke.pod.network.received_bytes_count.value`*:: +*`gcp.gke.pod.network.received.bytes`*:: + -- Cumulative number of bytes received by the pod over the network. Sampled every 60 seconds. @@ -33616,7 +33616,7 @@ type: long -- -*`gcp.gke.pod.network.sent_bytes_count.value`*:: +*`gcp.gke.pod.network.sent.bytes`*:: + -- Cumulative number of bytes transmitted by the pod over the network. Sampled every 60 seconds. @@ -33625,7 +33625,7 @@ type: long -- -*`gcp.gke.pod.volume.total_bytes.value`*:: +*`gcp.gke.pod.volume.total.bytes`*:: + -- Total number of disk bytes available to the pod. Sampled every 60 seconds. After sampling, data is not visible for up to 120 seconds. @@ -33634,7 +33634,7 @@ type: long -- -*`gcp.gke.pod.volume.used_bytes.value`*:: +*`gcp.gke.pod.volume.used.bytes`*:: + -- Number of disk bytes used by the pod. Sampled every 60 seconds. @@ -33643,7 +33643,7 @@ type: long -- -*`gcp.gke.pod.volume.utilization.value`*:: +*`gcp.gke.pod.volume.utilization.pct`*:: + -- The fraction of the volume that is currently being used by the instance. This value cannot be greater than 1 as usage cannot exceed the total available volume space. Sampled every 60 seconds. After sampling, data is not visible for up to 120 seconds. @@ -33658,7 +33658,7 @@ type: double Google Cloud Load Balancing metrics -*`gcp.loadbalancing.https.backend_request_bytes_count.value`*:: +*`gcp.loadbalancing.https.backend_request.bytes`*:: + -- The number of bytes sent as requests from HTTP/S load balancer to backends. @@ -33667,7 +33667,7 @@ type: long -- -*`gcp.loadbalancing.https.backend_request_count.value`*:: +*`gcp.loadbalancing.https.backend_request.count`*:: + -- The number of requests served by backends of HTTP/S load balancer. @@ -33676,7 +33676,7 @@ type: long -- -*`gcp.loadbalancing.https.backend_response_bytes_count.value`*:: +*`gcp.loadbalancing.https.backend_response.bytes`*:: + -- The number of bytes sent as responses from backends (or cache) to external HTTP(S) load balancer. @@ -33685,7 +33685,7 @@ type: long -- -*`gcp.loadbalancing.https.request_bytes_count.value`*:: +*`gcp.loadbalancing.https.request.bytes`*:: + -- The number of bytes sent as requests from clients to HTTP/S load balancer. @@ -33694,7 +33694,7 @@ type: long -- -*`gcp.loadbalancing.https.request_count.value`*:: +*`gcp.loadbalancing.https.request.count`*:: + -- The number of requests served by HTTP/S load balancer. @@ -33703,7 +33703,7 @@ type: long -- -*`gcp.loadbalancing.https.response_bytes_count.value`*:: +*`gcp.loadbalancing.https.response.bytes`*:: + -- The number of bytes sent as responses from HTTP/S load balancer to clients. @@ -33712,7 +33712,7 @@ type: long -- -*`gcp.loadbalancing.l3.external.egress_bytes_count.value`*:: +*`gcp.loadbalancing.l3.external.egress.bytes`*:: + -- The number of bytes sent from external TCP/UDP network load balancer backend to client of the flow. For TCP flows it's counting bytes on application stream only. @@ -33721,7 +33721,7 @@ type: long -- -*`gcp.loadbalancing.l3.external.egress_packets_count.value`*:: +*`gcp.loadbalancing.l3.external.egress_packets.count`*:: + -- The number of packets sent from external TCP/UDP network load balancer backend to client of the flow. @@ -33730,7 +33730,7 @@ type: long -- -*`gcp.loadbalancing.l3.external.ingress_bytes_count.value`*:: +*`gcp.loadbalancing.l3.external.ingress.bytes`*:: + -- The number of bytes sent from client to external TCP/UDP network load balancer backend. For TCP flows it's counting bytes on application stream only. @@ -33739,7 +33739,7 @@ type: long -- -*`gcp.loadbalancing.l3.external.ingress_packets_count.value`*:: +*`gcp.loadbalancing.l3.external.ingress_packets.count`*:: + -- The number of packets sent from client to external TCP/UDP network load balancer backend. @@ -33748,7 +33748,7 @@ type: long -- -*`gcp.loadbalancing.l3.internal.egress_bytes_count.value`*:: +*`gcp.loadbalancing.l3.internal.egress.bytes`*:: + -- The number of bytes sent from ILB backend to client (for TCP flows it's counting bytes on application stream only). @@ -33757,7 +33757,7 @@ type: long -- -*`gcp.loadbalancing.l3.internal.egress_packets_count.value`*:: +*`gcp.loadbalancing.l3.internal.egress_packets.count`*:: + -- The number of packets sent from ILB backend to client of the flow. @@ -33766,7 +33766,7 @@ type: long -- -*`gcp.loadbalancing.l3.internal.ingress_bytes_count.value`*:: +*`gcp.loadbalancing.l3.internal.ingress.bytes`*:: + -- The number of bytes sent from client to ILB backend (for TCP flows it's counting bytes on application stream only). @@ -33775,7 +33775,7 @@ type: long -- -*`gcp.loadbalancing.l3.internal.ingress_packets_count.value`*:: +*`gcp.loadbalancing.l3.internal.ingress_packets.count`*:: + -- The number of packets sent from client to ILB backend. @@ -33793,7 +33793,7 @@ type: long -- -*`gcp.loadbalancing.tcp_ssl_proxy.egress_bytes_count.value`*:: +*`gcp.loadbalancing.tcp_ssl_proxy.egress.bytes`*:: + -- Number of bytes sent from VM to client using proxy. @@ -33802,7 +33802,7 @@ type: long -- -*`gcp.loadbalancing.tcp_ssl_proxy.ingress_bytes_count.value`*:: +*`gcp.loadbalancing.tcp_ssl_proxy.ingress.bytes`*:: + -- Number of bytes sent from client to VM using proxy. @@ -33835,7 +33835,7 @@ type: long Google Cloud PubSub metrics -*`gcp.pubsub.snapshot.backlog_bytes.value`*:: +*`gcp.pubsub.snapshot.backlog.bytes`*:: + -- Total byte size of the messages retained in a snapshot. @@ -33844,7 +33844,7 @@ type: long -- -*`gcp.pubsub.snapshot.backlog_bytes_by_region.value`*:: +*`gcp.pubsub.snapshot.backlog_bytes_by_region.bytes`*:: + -- Total byte size of the messages retained in a snapshot, broken down by Cloud region. @@ -33853,7 +33853,7 @@ type: long -- -*`gcp.pubsub.snapshot.config_updates_count.value`*:: +*`gcp.pubsub.snapshot.config_updates.count`*:: + -- Cumulative count of configuration changes, grouped by operation type and result. @@ -33880,7 +33880,7 @@ type: long -- -*`gcp.pubsub.snapshot.oldest_message_age.value`*:: +*`gcp.pubsub.snapshot.oldest_message_age.sec`*:: + -- Age (in seconds) of the oldest message retained in a snapshot. @@ -33889,7 +33889,7 @@ type: long -- -*`gcp.pubsub.snapshot.oldest_message_age_by_region.value`*:: +*`gcp.pubsub.snapshot.oldest_message_age_by_region.sec`*:: + -- Age (in seconds) of the oldest message retained in a snapshot, broken down by Cloud region. @@ -33898,7 +33898,7 @@ type: long -- -*`gcp.pubsub.subscription.ack_message_count.value`*:: +*`gcp.pubsub.subscription.ack_message.count`*:: + -- Cumulative count of messages acknowledged by Acknowledge requests, grouped by delivery type. @@ -33907,7 +33907,7 @@ type: long -- -*`gcp.pubsub.subscription.backlog_bytes.value`*:: +*`gcp.pubsub.subscription.backlog.bytes`*:: + -- Total byte size of the unacknowledged messages (a.k.a. backlog messages) in a subscription. @@ -33916,7 +33916,7 @@ type: long -- -*`gcp.pubsub.subscription.byte_cost.value`*:: +*`gcp.pubsub.subscription.byte_cost.bytes`*:: + -- Cumulative cost of operations, measured in bytes. This is used to measure quota utilization. @@ -33925,7 +33925,7 @@ type: long -- -*`gcp.pubsub.subscription.config_updates_count.value`*:: +*`gcp.pubsub.subscription.config_updates.count`*:: + -- Cumulative count of configuration changes for each subscription, grouped by operation type and result. @@ -33934,7 +33934,7 @@ type: long -- -*`gcp.pubsub.subscription.dead_letter_message_count.value`*:: +*`gcp.pubsub.subscription.dead_letter_message.count`*:: + -- Cumulative count of messages published to dead letter topic, grouped by result. @@ -33943,7 +33943,7 @@ type: long -- -*`gcp.pubsub.subscription.mod_ack_deadline_message_count.value`*:: +*`gcp.pubsub.subscription.mod_ack_deadline_message.count`*:: + -- Cumulative count of messages whose deadline was updated by ModifyAckDeadline requests, grouped by delivery type. @@ -33952,7 +33952,7 @@ type: long -- -*`gcp.pubsub.subscription.mod_ack_deadline_message_operation_count.value`*:: +*`gcp.pubsub.subscription.mod_ack_deadline_message_operation.count`*:: + -- Cumulative count of ModifyAckDeadline message operations, grouped by result. @@ -33961,7 +33961,7 @@ type: long -- -*`gcp.pubsub.subscription.mod_ack_deadline_request_count.value`*:: +*`gcp.pubsub.subscription.mod_ack_deadline_request.count`*:: + -- Cumulative count of ModifyAckDeadline requests, grouped by result. @@ -33988,7 +33988,7 @@ type: long -- -*`gcp.pubsub.subscription.oldest_retained_acked_message_age.value`*:: +*`gcp.pubsub.subscription.oldest_retained_acked_message_age.sec`*:: + -- Age (in seconds) of the oldest acknowledged message retained in a subscription. @@ -34006,7 +34006,7 @@ type: long -- -*`gcp.pubsub.subscription.oldest_unacked_message_age.value`*:: +*`gcp.pubsub.subscription.oldest_unacked_message_age.sec`*:: + -- Age (in seconds) of the oldest unacknowledged message (a.k.a. backlog message) in a subscription. @@ -34024,7 +34024,7 @@ type: long -- -*`gcp.pubsub.subscription.pull_ack_message_operation_count.value`*:: +*`gcp.pubsub.subscription.pull_ack_message_operation.count`*:: + -- Cumulative count of acknowledge message operations, grouped by result. For a definition of message operations, see Cloud Pub/Sub metric subscription/mod_ack_deadline_message_operation_count. @@ -34033,7 +34033,7 @@ type: long -- -*`gcp.pubsub.subscription.pull_ack_request_count.value`*:: +*`gcp.pubsub.subscription.pull_ack_request.count`*:: + -- Cumulative count of acknowledge requests, grouped by result. @@ -34042,7 +34042,7 @@ type: long -- -*`gcp.pubsub.subscription.pull_message_operation_count.value`*:: +*`gcp.pubsub.subscription.pull_message_operation.count`*:: + -- Cumulative count of pull message operations, grouped by result. For a definition of message operations, see Cloud Pub/Sub metric subscription/mod_ack_deadline_message_operation_count. @@ -34051,7 +34051,7 @@ type: long -- -*`gcp.pubsub.subscription.pull_request_count.value`*:: +*`gcp.pubsub.subscription.pull_request.count`*:: + -- Cumulative count of pull requests, grouped by result. @@ -34060,7 +34060,7 @@ type: long -- -*`gcp.pubsub.subscription.push_request_count.value`*:: +*`gcp.pubsub.subscription.push_request.count`*:: + -- Cumulative count of push attempts, grouped by result. Unlike pulls, the push server implementation does not batch user messages. So each request only contains one user message. The push server retries on errors, so a given user message can appear multiple times. @@ -34078,7 +34078,7 @@ type: long -- -*`gcp.pubsub.subscription.retained_acked_bytes.value`*:: +*`gcp.pubsub.subscription.retained_acked.bytes`*:: + -- Total byte size of the acknowledged messages retained in a subscription. @@ -34087,7 +34087,7 @@ type: long -- -*`gcp.pubsub.subscription.retained_acked_bytes_by_region.value`*:: +*`gcp.pubsub.subscription.retained_acked_bytes_by_region.bytes`*:: + -- Total byte size of the acknowledged messages retained in a subscription, broken down by Cloud region. @@ -34096,7 +34096,7 @@ type: long -- -*`gcp.pubsub.subscription.seek_request_count.value`*:: +*`gcp.pubsub.subscription.seek_request.count`*:: + -- Cumulative count of seek attempts, grouped by result. @@ -34105,7 +34105,7 @@ type: long -- -*`gcp.pubsub.subscription.sent_message_count.value`*:: +*`gcp.pubsub.subscription.sent_message.count`*:: + -- Cumulative count of messages sent by Cloud Pub/Sub to subscriber clients, grouped by delivery type. @@ -34114,7 +34114,7 @@ type: long -- -*`gcp.pubsub.subscription.streaming_pull_ack_message_operation_count.value`*:: +*`gcp.pubsub.subscription.streaming_pull_ack_message_operation.count`*:: + -- Cumulative count of StreamingPull acknowledge message operations, grouped by result. For a definition of message operations, see Cloud Pub/Sub metric subscription/mod_ack_deadline_message_operation_count. @@ -34123,7 +34123,7 @@ type: long -- -*`gcp.pubsub.subscription.streaming_pull_ack_request_count.value`*:: +*`gcp.pubsub.subscription.streaming_pull_ack_request.count`*:: + -- Cumulative count of streaming pull requests with non-empty acknowledge ids, grouped by result. @@ -34132,7 +34132,7 @@ type: long -- -*`gcp.pubsub.subscription.streaming_pull_message_operation_count.value`*:: +*`gcp.pubsub.subscription.streaming_pull_message_operation.count`*:: + -- Cumulative count of streaming pull message operations, grouped by result. For a definition of message operations, see Cloud Pub/Sub metric subscription/mod_ack_deadline_message_operation_count @@ -34141,7 +34141,7 @@ type: long -- -*`gcp.pubsub.subscription.streaming_pull_mod_ack_deadline_message_operation_count.value`*:: +*`gcp.pubsub.subscription.streaming_pull_mod_ack_deadline_message_operation.count`*:: + -- Cumulative count of StreamingPull ModifyAckDeadline operations, grouped by result. @@ -34150,7 +34150,7 @@ type: long -- -*`gcp.pubsub.subscription.streaming_pull_mod_ack_deadline_request_count.value`*:: +*`gcp.pubsub.subscription.streaming_pull_mod_ack_deadline_request.count`*:: + -- Cumulative count of streaming pull requests with non-empty ModifyAckDeadline fields, grouped by result. @@ -34159,7 +34159,7 @@ type: long -- -*`gcp.pubsub.subscription.streaming_pull_response_count.value`*:: +*`gcp.pubsub.subscription.streaming_pull_response.count`*:: + -- Cumulative count of streaming pull responses, grouped by result. @@ -34168,7 +34168,7 @@ type: long -- -*`gcp.pubsub.subscription.unacked_bytes_by_region.value`*:: +*`gcp.pubsub.subscription.unacked_bytes_by_region.bytes`*:: + -- Total byte size of the unacknowledged messages in a subscription, broken down by Cloud region. @@ -34177,7 +34177,7 @@ type: long -- -*`gcp.pubsub.topic.byte_cost.value`*:: +*`gcp.pubsub.topic.byte_cost.bytes`*:: + -- Cost of operations, measured in bytes. This is used to measure utilization for quotas. @@ -34186,7 +34186,7 @@ type: long -- -*`gcp.pubsub.topic.config_updates_count.value`*:: +*`gcp.pubsub.topic.config_updates.count`*:: + -- Cumulative count of configuration changes, grouped by operation type and result. @@ -34195,7 +34195,7 @@ type: long -- -*`gcp.pubsub.topic.message_sizes.value`*:: +*`gcp.pubsub.topic.message_sizes.bytes`*:: + -- Distribution of publish message sizes (in bytes) @@ -34222,7 +34222,7 @@ type: long -- -*`gcp.pubsub.topic.retained_acked_bytes_by_region.value`*:: +*`gcp.pubsub.topic.retained_acked_bytes_by_region.bytes`*:: + -- Total byte size of the acknowledged messages retained in a topic, broken down by Cloud region. @@ -34231,7 +34231,7 @@ type: long -- -*`gcp.pubsub.topic.send_message_operation_count.value`*:: +*`gcp.pubsub.topic.send_message_operation.count`*:: + -- Cumulative count of publish message operations, grouped by result. For a definition of message operations, see Cloud Pub/Sub metric subscription/mod_ack_deadline_message_operation_count. @@ -34240,7 +34240,7 @@ type: long -- -*`gcp.pubsub.topic.send_request_count.value`*:: +*`gcp.pubsub.topic.send_request.count`*:: + -- Cumulative count of publish requests, grouped by result. @@ -34249,7 +34249,7 @@ type: long -- -*`gcp.pubsub.topic.streaming_pull_response_count.value`*:: +*`gcp.pubsub.topic.streaming_pull_response.count`*:: + -- Cumulative count of streaming pull responses, grouped by result. @@ -34258,7 +34258,7 @@ type: long -- -*`gcp.pubsub.topic.unacked_bytes_by_region.value`*:: +*`gcp.pubsub.topic.unacked_bytes_by_region.bytes`*:: + -- Total byte size of the unacknowledged messages in a topic, broken down by Cloud region. @@ -34273,7 +34273,7 @@ type: long Google Cloud Storage metrics -*`gcp.storage.api.request_count.value`*:: +*`gcp.storage.api.request.count`*:: + -- Delta count of API calls, grouped by the API method name and response code. @@ -34282,7 +34282,7 @@ type: long -- -*`gcp.storage.authz.acl_based_object_access_count.value`*:: +*`gcp.storage.authz.acl_based_object_access_.ount`*:: + -- Delta count of requests that result in an object being granted access solely due to object ACLs. @@ -34291,7 +34291,7 @@ type: long -- -*`gcp.storage.authz.acl_operations_count.value`*:: +*`gcp.storage.authz.acl_operations.count`*:: + -- Usage of ACL operations broken down by type. @@ -34300,7 +34300,7 @@ type: long -- -*`gcp.storage.authz.object_specific_acl_mutation_count.value`*:: +*`gcp.storage.authz.object_specific_acl_mutation.count`*:: + -- Delta count of changes made to object specific ACLs. @@ -34309,7 +34309,7 @@ type: long -- -*`gcp.storage.network.received_bytes_count.value`*:: +*`gcp.storage.network.received.bytes`*:: + -- Delta count of bytes received over the network, grouped by the API method name and response code. @@ -34318,7 +34318,7 @@ type: long -- -*`gcp.storage.network.sent_bytes_count.value`*:: +*`gcp.storage.network.sent.bytes`*:: + -- Delta count of bytes sent over the network, grouped by the API method name and response code. @@ -34327,7 +34327,7 @@ type: long -- -*`gcp.storage.storage.object_count.value`*:: +*`gcp.storage.storage.object.count`*:: + -- Total number of objects per bucket, grouped by storage class. This value is measured once per day, and the value is repeated at each sampling interval throughout the day. @@ -34336,7 +34336,7 @@ type: long -- -*`gcp.storage.storage.total_byte_seconds.value`*:: +*`gcp.storage.storage.total_byte_seconds.bytes`*:: + -- Delta count of bytes received over the network, grouped by the API method name and response code. @@ -34345,7 +34345,7 @@ type: long -- -*`gcp.storage.storage.total_bytes.value`*:: +*`gcp.storage.storage.total.bytes`*:: + -- Total size of all objects in the bucket, grouped by storage class. This value is measured once per day, and the value is repeated at each sampling interval throughout the day. diff --git a/x-pack/metricbeat/module/gcp/_meta/kibana/7/dashboard/1ae960c0-f9f8-11eb-bc38-79936db7c106.json b/x-pack/metricbeat/module/gcp/_meta/kibana/7/dashboard/1ae960c0-f9f8-11eb-bc38-79936db7c106.json index 51732803a481..251cc7aba6a2 100644 --- a/x-pack/metricbeat/module/gcp/_meta/kibana/7/dashboard/1ae960c0-f9f8-11eb-bc38-79936db7c106.json +++ b/x-pack/metricbeat/module/gcp/_meta/kibana/7/dashboard/1ae960c0-f9f8-11eb-bc38-79936db7c106.json @@ -415,7 +415,7 @@ } }, "scale": "ratio", - "sourceField": "gcp.gke.container.restart_count.value" + "sourceField": "gcp.gke.container.restart.count" } }, "incompleteColumns": {} @@ -841,7 +841,7 @@ "label": "Total Core usage", "operationType": "sum", "scale": "ratio", - "sourceField": "gcp.gke.container.cpu.core_usage_time.value" + "sourceField": "gcp.gke.container.cpu.core_usage_time.sec" }, "216fee6f-2b14-4989-87e6-d64b21805f49": { "dataType": "date", @@ -900,7 +900,7 @@ "label": "CPU usage (seconds)", "operationType": "median", "scale": "ratio", - "sourceField": "gcp.gke.container.cpu.core_usage_time.value" + "sourceField": "gcp.gke.container.cpu.core_usage_time.sec" } }, "incompleteColumns": {} @@ -1044,7 +1044,7 @@ "label": "Median of CPU usage", "operationType": "median", "scale": "ratio", - "sourceField": "gcp.gke.node.cpu.core_usage_time.value" + "sourceField": "gcp.gke.node.cpu.core_usage_time.sec" }, "7cbf9dda-019f-43c8-b28f-803caab15753": { "dataType": "date", @@ -1180,7 +1180,7 @@ } }, "scale": "ratio", - "sourceField": "gcp.gke.node.memory.used_bytes.value" + "sourceField": "gcp.gke.node.memory.used.bytes" }, "a54c8062-91a8-4b99-a7fb-60b3d355ade9": { "dataType": "date", @@ -1208,7 +1208,7 @@ } }, "scale": "ratio", - "sourceField": "gcp.gke.node.memory.allocatable_bytes.value" + "sourceField": "gcp.gke.node.memory.allocatable.bytes" } }, "incompleteColumns": {} @@ -1245,7 +1245,7 @@ } }, "scale": "ratio", - "sourceField": "gcp.gke.node.memory.total_bytes.value" + "sourceField": "gcp.gke.node.memory.total.bytes" } }, "incompleteColumns": {} @@ -1385,7 +1385,7 @@ } }, "scale": "ratio", - "sourceField": "gcp.gke.container.memory.used_bytes.value" + "sourceField": "gcp.gke.container.memory.used.bytes" }, "d1db0066-9429-4e89-b1d8-68ff7d81814a": { "customLabel": true, @@ -1402,7 +1402,7 @@ } }, "scale": "ratio", - "sourceField": "gcp.gke.container.memory.limit_bytes.value" + "sourceField": "gcp.gke.container.memory.limit.bytes" } }, "incompleteColumns": {} @@ -1545,7 +1545,7 @@ "61256570-b7dd-4bec-b73d-d12d993ae091": { "dataType": "number", "isBucketed": false, - "label": "Median of gcp.gke.container.memory.limit_utilization.value", + "label": "Median of gcp.gke.container.memory.limit_utilization.pct", "operationType": "median", "params": { "format": { @@ -1556,7 +1556,7 @@ } }, "scale": "ratio", - "sourceField": "gcp.gke.container.memory.limit_utilization.value" + "sourceField": "gcp.gke.container.memory.limit_utilization.pct" } }, "incompleteColumns": {} @@ -1693,7 +1693,7 @@ } }, "scale": "ratio", - "sourceField": "gcp.gke.pod.network.received_bytes_count.value" + "sourceField": "gcp.gke.pod.network.received.bytes" }, "cc552381-d8b0-4376-9331-e8a320441314": { "customLabel": true, @@ -1702,7 +1702,7 @@ "label": "Median of all network traffic", "operationType": "formula", "params": { - "formula": "median(gcp.gke.pod.network.received_bytes_count.value) + median(gcp.gke.pod.network.sent_bytes_count.value)", + "formula": "median(gcp.gke.pod.network.received.bytes) + median(gcp.gke.pod.network.sent.bytes)", "isFormulaBroken": false }, "references": [ @@ -1714,25 +1714,25 @@ "customLabel": true, "dataType": "number", "isBucketed": false, - "label": "Part of median(gcp.gke.pod.network.received_bytes_count.value) + median(gcp.gke.pod.network.sent_bytes_count.value)", + "label": "Part of median(gcp.gke.pod.network.received.bytes) + median(gcp.gke.pod.network.sent.bytes)", "operationType": "median", "scale": "ratio", - "sourceField": "gcp.gke.pod.network.received_bytes_count.value" + "sourceField": "gcp.gke.pod.network.received.bytes" }, "cc552381-d8b0-4376-9331-e8a320441314X1": { "customLabel": true, "dataType": "number", "isBucketed": false, - "label": "Part of median(gcp.gke.pod.network.received_bytes_count.value) + median(gcp.gke.pod.network.sent_bytes_count.value)", + "label": "Part of median(gcp.gke.pod.network.received.bytes) + median(gcp.gke.pod.network.sent.bytes)", "operationType": "median", "scale": "ratio", - "sourceField": "gcp.gke.pod.network.sent_bytes_count.value" + "sourceField": "gcp.gke.pod.network.sent.bytes" }, "cc552381-d8b0-4376-9331-e8a320441314X2": { "customLabel": true, "dataType": "number", "isBucketed": false, - "label": "Part of median(gcp.gke.pod.network.received_bytes_count.value) + median(gcp.gke.pod.network.sent_bytes_count.value)", + "label": "Part of median(gcp.gke.pod.network.received.bytes) + median(gcp.gke.pod.network.sent.bytes)", "operationType": "math", "params": { "tinymathAst": { @@ -1745,7 +1745,7 @@ "min": 0 }, "name": "add", - "text": "median(gcp.gke.pod.network.received_bytes_count.value) + median(gcp.gke.pod.network.sent_bytes_count.value)", + "text": "median(gcp.gke.pod.network.received.bytes) + median(gcp.gke.pod.network.sent.bytes)", "type": "function" } }, @@ -1770,7 +1770,7 @@ } }, "scale": "ratio", - "sourceField": "gcp.gke.pod.network.sent_bytes_count.value" + "sourceField": "gcp.gke.pod.network.sent.bytes" } }, "incompleteColumns": {} @@ -1901,7 +1901,7 @@ "label": "Media received bytes count", "operationType": "median", "scale": "ratio", - "sourceField": "gcp.gke.node.network.received_bytes_count.value" + "sourceField": "gcp.gke.node.network.received_bytes.count" } }, "incompleteColumns": {} @@ -1994,7 +1994,7 @@ } }, "scale": "ratio", - "sourceField": "gcp.gke.container.ephemeral_storage.request_bytes.value" + "sourceField": "gcp.gke.container.ephemeral_storage.request.bytes" }, "6c0d18a2-af02-4262-8e81-25b7b7a83578": { "dataType": "date", @@ -2022,7 +2022,7 @@ } }, "scale": "ratio", - "sourceField": "gcp.gke.container.ephemeral_storage.limit_bytes.value" + "sourceField": "gcp.gke.container.ephemeral_storage.limit.bytes" }, "a240469a-0df5-4ae3-86a0-70aa20b7e2e4": { "customLabel": true, @@ -2039,7 +2039,7 @@ } }, "scale": "ratio", - "sourceField": "gcp.gke.container.ephemeral_storage.used_bytes.value" + "sourceField": "gcp.gke.container.ephemeral_storage.used.bytes" } }, "incompleteColumns": {} @@ -2190,7 +2190,7 @@ } }, "scale": "ratio", - "sourceField": "gcp.gke.container.memory.used_bytes.value" + "sourceField": "gcp.gke.container.memory.used.bytes" } }, "incompleteColumns": {} @@ -2321,7 +2321,7 @@ } }, "scale": "ratio", - "sourceField": "gcp.gke.node.ephemeral_storage.total_bytes.value" + "sourceField": "gcp.gke.node.ephemeral_storage.total.bytes" }, "f621ffdf-1cd0-4d6e-940c-92ff4710cb1f": { "customLabel": true, @@ -2338,7 +2338,7 @@ } }, "scale": "ratio", - "sourceField": "gcp.gke.node.ephemeral_storage.used_bytes.value" + "sourceField": "gcp.gke.node.ephemeral_storage.used.bytes" } }, "incompleteColumns": {} @@ -2493,7 +2493,7 @@ } }, "scale": "ratio", - "sourceField": "gcp.gke.node.ephemeral_storage.used_bytes.value" + "sourceField": "gcp.gke.node.ephemeral_storage.used.bytes" } }, "incompleteColumns": {} @@ -2602,7 +2602,7 @@ "374bc09a-188c-4cdf-b993-b31eb3754e46": { "dataType": "number", "isBucketed": false, - "label": "Maximum of gcp.gke.pod.volume.utilization.value", + "label": "Maximum of gcp.gke.pod.volume.utilization.pct", "operationType": "max", "params": { "format": { @@ -2613,7 +2613,7 @@ } }, "scale": "ratio", - "sourceField": "gcp.gke.pod.volume.utilization.value" + "sourceField": "gcp.gke.pod.volume.utilization.pct" }, "b47b55db-eb5b-4a10-8c49-c6920135fedf": { "dataType": "date", diff --git a/x-pack/metricbeat/module/gcp/_meta/kibana/7/lens/0776dbf0-019f-11eb-b032-d59f894a5072.json b/x-pack/metricbeat/module/gcp/_meta/kibana/7/lens/0776dbf0-019f-11eb-b032-d59f894a5072.json index 26ef4cf9f807..f44e5a8c8a4f 100644 --- a/x-pack/metricbeat/module/gcp/_meta/kibana/7/lens/0776dbf0-019f-11eb-b032-d59f894a5072.json +++ b/x-pack/metricbeat/module/gcp/_meta/kibana/7/lens/0776dbf0-019f-11eb-b032-d59f894a5072.json @@ -26,7 +26,7 @@ } }, "scale": "ratio", - "sourceField": "gcp.pubsub.snapshot.backlog_bytes.value" + "sourceField": "gcp.pubsub.snapshot.backlog.bytes" }, "6be62612-437b-448d-9631-c6cc0938225d": { "dataType": "date", diff --git a/x-pack/metricbeat/module/gcp/_meta/kibana/7/lens/403d81e0-01a0-11eb-b032-d59f894a5072.json b/x-pack/metricbeat/module/gcp/_meta/kibana/7/lens/403d81e0-01a0-11eb-b032-d59f894a5072.json index aaefc07d8115..3c870d952ec8 100644 --- a/x-pack/metricbeat/module/gcp/_meta/kibana/7/lens/403d81e0-01a0-11eb-b032-d59f894a5072.json +++ b/x-pack/metricbeat/module/gcp/_meta/kibana/7/lens/403d81e0-01a0-11eb-b032-d59f894a5072.json @@ -34,7 +34,7 @@ "label": "Subscription Oldest Unacked Message Age", "operationType": "average", "scale": "ratio", - "sourceField": "gcp.pubsub.subscription.oldest_unacked_message_age.value" + "sourceField": "gcp.pubsub.subscription.oldest_unacked_message_age.sec" }, "6be62612-437b-448d-9631-c6cc0938225d": { "dataType": "date", diff --git a/x-pack/metricbeat/module/gcp/_meta/kibana/7/lens/79d80f10-01a0-11eb-b032-d59f894a5072.json b/x-pack/metricbeat/module/gcp/_meta/kibana/7/lens/79d80f10-01a0-11eb-b032-d59f894a5072.json index a2ded7323d5c..5e811b596573 100644 --- a/x-pack/metricbeat/module/gcp/_meta/kibana/7/lens/79d80f10-01a0-11eb-b032-d59f894a5072.json +++ b/x-pack/metricbeat/module/gcp/_meta/kibana/7/lens/79d80f10-01a0-11eb-b032-d59f894a5072.json @@ -42,7 +42,7 @@ } }, "scale": "ratio", - "sourceField": "gcp.pubsub.subscription.backlog_bytes.value" + "sourceField": "gcp.pubsub.subscription.backlog.bytes" }, "6be62612-437b-448d-9631-c6cc0938225d": { "dataType": "date", diff --git a/x-pack/metricbeat/module/gcp/_meta/kibana/7/lens/bd399790-01a2-11eb-b032-d59f894a5072.json b/x-pack/metricbeat/module/gcp/_meta/kibana/7/lens/bd399790-01a2-11eb-b032-d59f894a5072.json index 83cb4c66bfa0..8ad624d5b8fb 100644 --- a/x-pack/metricbeat/module/gcp/_meta/kibana/7/lens/bd399790-01a2-11eb-b032-d59f894a5072.json +++ b/x-pack/metricbeat/module/gcp/_meta/kibana/7/lens/bd399790-01a2-11eb-b032-d59f894a5072.json @@ -18,7 +18,7 @@ "label": "Topic Send Request Count", "operationType": "average", "scale": "ratio", - "sourceField": "gcp.pubsub.topic.send_request_count.value" + "sourceField": "gcp.pubsub.topic.send_request.count" }, "4f8dae5f-b49c-4a10-8f94-a29039f93919": { "dataType": "string", diff --git a/x-pack/metricbeat/module/gcp/_meta/kibana/7/lens/f3e92c10-019d-11eb-b032-d59f894a5072.json b/x-pack/metricbeat/module/gcp/_meta/kibana/7/lens/f3e92c10-019d-11eb-b032-d59f894a5072.json index 61fbffaf8a02..33be590d7542 100644 --- a/x-pack/metricbeat/module/gcp/_meta/kibana/7/lens/f3e92c10-019d-11eb-b032-d59f894a5072.json +++ b/x-pack/metricbeat/module/gcp/_meta/kibana/7/lens/f3e92c10-019d-11eb-b032-d59f894a5072.json @@ -18,7 +18,7 @@ "label": "Snapshot Oldest Message", "operationType": "average", "scale": "ratio", - "sourceField": "gcp.pubsub.snapshot.oldest_message_age.value" + "sourceField": "gcp.pubsub.snapshot.oldest_message_age.sec" }, "6be62612-437b-448d-9631-c6cc0938225d": { "dataType": "date", diff --git a/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/02b3c620-8e52-11ea-9fa6-4d675d5290dc.json b/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/02b3c620-8e52-11ea-9fa6-4d675d5290dc.json index c104777606ed..eb4292daa0f8 100644 --- a/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/02b3c620-8e52-11ea-9fa6-4d675d5290dc.json +++ b/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/02b3c620-8e52-11ea-9fa6-4d675d5290dc.json @@ -39,7 +39,7 @@ "fill": "0", "filter": { "language": "kuery", - "query": "gcp.storage.storage.object_count.value : * " + "query": "gcp.storage.storage.object.count : * " }, "formatter": "number", "id": "61ca57f1-469d-11e7-af02-69e470af7417", @@ -47,7 +47,7 @@ "line_width": "2", "metrics": [ { - "field": "gcp.storage.storage.object_count.value", + "field": "gcp.storage.storage.object.count", "id": "61ca57f2-469d-11e7-af02-69e470af7417", "type": "avg" } diff --git a/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/0bd0a6e0-9156-11ea-8180-7b0dacd9df87.json b/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/0bd0a6e0-9156-11ea-8180-7b0dacd9df87.json index 69f87c50ad26..8f06cf505977 100644 --- a/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/0bd0a6e0-9156-11ea-8180-7b0dacd9df87.json +++ b/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/0bd0a6e0-9156-11ea-8180-7b0dacd9df87.json @@ -15,7 +15,7 @@ "axis_scale": "normal", "filter": { "language": "kuery", - "query": "gcp.loadbalancing.https.backend_response_bytes_count.value : * " + "query": "gcp.loadbalancing.https.backend_response.bytes : * " }, "id": "61ca57f0-469d-11e7-af02-69e470af7417", "index_pattern": "metricbeat-*", @@ -33,7 +33,7 @@ "line_width": "2", "metrics": [ { - "field": "gcp.loadbalancing.https.backend_response_bytes_count.value", + "field": "gcp.loadbalancing.https.backend_response.bytes", "id": "61ca57f2-469d-11e7-af02-69e470af7417", "type": "avg" } diff --git a/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/239e2290-8e52-11ea-9fa6-4d675d5290dc.json b/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/239e2290-8e52-11ea-9fa6-4d675d5290dc.json index a1e1f63a332e..628744e6dcc5 100644 --- a/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/239e2290-8e52-11ea-9fa6-4d675d5290dc.json +++ b/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/239e2290-8e52-11ea-9fa6-4d675d5290dc.json @@ -37,7 +37,7 @@ "fill": "0", "filter": { "language": "kuery", - "query": "gcp.storage.storage.total_bytes.value : * " + "query": "gcp.storage.storage.total.bytes : * " }, "formatter": "bytes", "id": "61ca57f1-469d-11e7-af02-69e470af7417", @@ -45,7 +45,7 @@ "line_width": "2", "metrics": [ { - "field": "gcp.storage.storage.total_bytes.value", + "field": "gcp.storage.storage.total.bytes", "id": "61ca57f2-469d-11e7-af02-69e470af7417", "type": "avg" } diff --git a/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/2f6b6740-909b-11ea-8180-7b0dacd9df87.json b/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/2f6b6740-909b-11ea-8180-7b0dacd9df87.json index 36db34cb9870..75ae23d97879 100644 --- a/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/2f6b6740-909b-11ea-8180-7b0dacd9df87.json +++ b/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/2f6b6740-909b-11ea-8180-7b0dacd9df87.json @@ -16,7 +16,7 @@ "drop_last_bucket": 1, "filter": { "language": "kuery", - "query": "gcp.loadbalancing.l3.internal.egress_packets_count.value : * " + "query": "gcp.loadbalancing.l3.internal.egress_packets.count : * " }, "id": "61ca57f0-469d-11e7-af02-69e470af7417", "index_pattern": "metricbeat-*", @@ -34,7 +34,7 @@ "line_width": "2", "metrics": [ { - "field": "gcp.loadbalancing.l3.internal.egress_packets_count.value", + "field": "gcp.loadbalancing.l3.internal.egress_packets.count", "id": "61ca57f2-469d-11e7-af02-69e470af7417", "type": "avg" } diff --git a/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/3f472ea0-5e47-11ea-a4f6-717338406083.json b/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/3f472ea0-5e47-11ea-a4f6-717338406083.json index be250642d013..3d10ec5faf32 100644 --- a/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/3f472ea0-5e47-11ea-a4f6-717338406083.json +++ b/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/3f472ea0-5e47-11ea-a4f6-717338406083.json @@ -30,7 +30,7 @@ "line_width": "2", "metrics": [ { - "field": "gcp.compute.instance.cpu.utilization.value", + "field": "gcp.compute.instance.cpu.usage.pct", "id": "61ca57f2-469d-11e7-af02-69e470af7417", "type": "avg" } diff --git a/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/434f69f0-909b-11ea-8180-7b0dacd9df87.json b/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/434f69f0-909b-11ea-8180-7b0dacd9df87.json index 797eded2bf70..4844b28c1a1a 100644 --- a/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/434f69f0-909b-11ea-8180-7b0dacd9df87.json +++ b/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/434f69f0-909b-11ea-8180-7b0dacd9df87.json @@ -16,7 +16,7 @@ "drop_last_bucket": 1, "filter": { "language": "kuery", - "query": "gcp.loadbalancing.l3.internal.ingress_bytes_count.value : * " + "query": "gcp.loadbalancing.l3.internal.ingress.bytes : * " }, "id": "61ca57f0-469d-11e7-af02-69e470af7417", "index_pattern": "metricbeat-*", @@ -34,7 +34,7 @@ "line_width": "2", "metrics": [ { - "field": "gcp.loadbalancing.l3.internal.ingress_bytes_count.value", + "field": "gcp.loadbalancing.l3.internal.ingress.bytes", "id": "61ca57f2-469d-11e7-af02-69e470af7417", "type": "avg" } diff --git a/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/43f45ba0-5e4a-11ea-a4f6-717338406083.json b/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/43f45ba0-5e4a-11ea-a4f6-717338406083.json index 9be114b52f35..6bcaf0027bc5 100644 --- a/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/43f45ba0-5e4a-11ea-a4f6-717338406083.json +++ b/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/43f45ba0-5e4a-11ea-a4f6-717338406083.json @@ -30,7 +30,7 @@ "line_width": "2", "metrics": [ { - "field": "gcp.compute.instance.network.received_bytes_count.value", + "field": "gcp.compute.instance.network.ingress.bytes", "id": "61ca57f2-469d-11e7-af02-69e470af7417", "type": "avg" } diff --git a/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/543dac40-909b-11ea-8180-7b0dacd9df87.json b/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/543dac40-909b-11ea-8180-7b0dacd9df87.json index 40057207f7a3..60a755111fa7 100644 --- a/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/543dac40-909b-11ea-8180-7b0dacd9df87.json +++ b/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/543dac40-909b-11ea-8180-7b0dacd9df87.json @@ -16,7 +16,7 @@ "drop_last_bucket": 1, "filter": { "language": "kuery", - "query": "gcp.loadbalancing.l3.internal.ingress_packets_count.value : * " + "query": "gcp.loadbalancing.l3.internal.ingress_packets.count : * " }, "id": "61ca57f0-469d-11e7-af02-69e470af7417", "index_pattern": "metricbeat-*", @@ -34,7 +34,7 @@ "line_width": "2", "metrics": [ { - "field": "gcp.loadbalancing.l3.internal.ingress_packets_count.value", + "field": "gcp.loadbalancing.l3.internal.ingress_packets.count", "id": "61ca57f2-469d-11e7-af02-69e470af7417", "type": "avg" } diff --git a/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/6f795e70-5e49-11ea-a4f6-717338406083.json b/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/6f795e70-5e49-11ea-a4f6-717338406083.json index 4832c725587b..aefd15908d25 100644 --- a/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/6f795e70-5e49-11ea-a4f6-717338406083.json +++ b/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/6f795e70-5e49-11ea-a4f6-717338406083.json @@ -30,7 +30,7 @@ "line_width": "2", "metrics": [ { - "field": "gcp.compute.instance.network.sent_bytes_count.value", + "field": "gcp.compute.instance.network.egress.bytes", "id": "61ca57f2-469d-11e7-af02-69e470af7417", "type": "avg" } diff --git a/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/6f933ef0-9155-11ea-8180-7b0dacd9df87.json b/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/6f933ef0-9155-11ea-8180-7b0dacd9df87.json index 0f93a6082deb..ef8ccae15e8c 100644 --- a/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/6f933ef0-9155-11ea-8180-7b0dacd9df87.json +++ b/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/6f933ef0-9155-11ea-8180-7b0dacd9df87.json @@ -15,7 +15,7 @@ "axis_scale": "normal", "filter": { "language": "kuery", - "query": "gcp.loadbalancing.https.request_count.value : * " + "query": "gcp.loadbalancing.https.request.count : * " }, "id": "61ca57f0-469d-11e7-af02-69e470af7417", "index_pattern": "metricbeat-*", @@ -29,7 +29,7 @@ "fill": "0", "filter": { "language": "kuery", - "query": "gcp.loadbalancing.https.request_count.value : * " + "query": "gcp.loadbalancing.https.request.count : * " }, "formatter": "number", "id": "61ca57f1-469d-11e7-af02-69e470af7417", @@ -37,7 +37,7 @@ "line_width": "2", "metrics": [ { - "field": "gcp.loadbalancing.https.request_count.value", + "field": "gcp.loadbalancing.https.request.count", "id": "61ca57f2-469d-11e7-af02-69e470af7417", "type": "avg" } diff --git a/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/8d4ddf40-9155-11ea-8180-7b0dacd9df87.json b/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/8d4ddf40-9155-11ea-8180-7b0dacd9df87.json index def7754d7b47..5dfd4350aaa5 100644 --- a/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/8d4ddf40-9155-11ea-8180-7b0dacd9df87.json +++ b/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/8d4ddf40-9155-11ea-8180-7b0dacd9df87.json @@ -15,7 +15,7 @@ "axis_scale": "normal", "filter": { "language": "kuery", - "query": "gcp.loadbalancing.https.request_bytes_count.value : * " + "query": "gcp.loadbalancing.https.request.bytes : * " }, "id": "61ca57f0-469d-11e7-af02-69e470af7417", "index_pattern": "metricbeat-*", @@ -33,7 +33,7 @@ "line_width": "2", "metrics": [ { - "field": "gcp.loadbalancing.https.request_bytes_count.value", + "field": "gcp.loadbalancing.https.request.bytes", "id": "61ca57f2-469d-11e7-af02-69e470af7417", "type": "avg" } diff --git a/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/91eb8d10-8e51-11ea-9fa6-4d675d5290dc.json b/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/91eb8d10-8e51-11ea-9fa6-4d675d5290dc.json index 073e6fec889d..8b07c1197084 100644 --- a/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/91eb8d10-8e51-11ea-9fa6-4d675d5290dc.json +++ b/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/91eb8d10-8e51-11ea-9fa6-4d675d5290dc.json @@ -29,7 +29,7 @@ "line_width": "2", "metrics": [ { - "field": "gcp.storage.api.request_count.value", + "field": "gcp.storage.api.request.count", "id": "61ca57f2-469d-11e7-af02-69e470af7417", "type": "avg" } diff --git a/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/9d919d00-5e4d-11ea-a4f6-717338406083.json b/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/9d919d00-5e4d-11ea-a4f6-717338406083.json index 0173d49b3bdf..80068efd0e89 100644 --- a/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/9d919d00-5e4d-11ea-a4f6-717338406083.json +++ b/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/9d919d00-5e4d-11ea-a4f6-717338406083.json @@ -48,7 +48,7 @@ "line_width": "2", "metrics": [ { - "field": "gcp.compute.firewall.dropped_bytes_count.value", + "field": "gcp.compute.firewall.dropped.bytes", "id": "61ca57f2-469d-11e7-af02-69e470af7417", "type": "avg" } diff --git a/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/afeb98a0-a6ac-11ea-950e-d57608e3aa51.json b/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/afeb98a0-a6ac-11ea-950e-d57608e3aa51.json index 5d9de74b9d85..d574adaec30e 100644 --- a/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/afeb98a0-a6ac-11ea-950e-d57608e3aa51.json +++ b/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/afeb98a0-a6ac-11ea-950e-d57608e3aa51.json @@ -39,7 +39,7 @@ "line_width": "2", "metrics": [ { - "field": "gcp.loadbalancing.tcp_ssl_proxy.egress_bytes_count.value", + "field": "gcp.loadbalancing.tcp_ssl_proxy.egress.bytes", "id": "61ca57f2-469d-11e7-af02-69e470af7417", "type": "avg" } diff --git a/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/be27b340-a6ac-11ea-950e-d57608e3aa51.json b/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/be27b340-a6ac-11ea-950e-d57608e3aa51.json index 9a4e26a193b4..60d7b9494e21 100644 --- a/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/be27b340-a6ac-11ea-950e-d57608e3aa51.json +++ b/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/be27b340-a6ac-11ea-950e-d57608e3aa51.json @@ -39,7 +39,7 @@ "line_width": "2", "metrics": [ { - "field": "gcp.loadbalancing.tcp_ssl_proxy.ingress_bytes_count.value", + "field": "gcp.loadbalancing.tcp_ssl_proxy.ingress.bytes", "id": "61ca57f2-469d-11e7-af02-69e470af7417", "type": "avg" } diff --git a/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/d4cc5ec0-8e51-11ea-9fa6-4d675d5290dc.json b/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/d4cc5ec0-8e51-11ea-9fa6-4d675d5290dc.json index 2beac437b2e3..df81f03af2d6 100644 --- a/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/d4cc5ec0-8e51-11ea-9fa6-4d675d5290dc.json +++ b/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/d4cc5ec0-8e51-11ea-9fa6-4d675d5290dc.json @@ -29,7 +29,7 @@ "line_width": "2", "metrics": [ { - "field": "gcp.storage.network.received_bytes_count.value", + "field": "gcp.storage.network.received.bytes", "id": "61ca57f2-469d-11e7-af02-69e470af7417", "type": "avg" } diff --git a/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/d63465e0-9154-11ea-8180-7b0dacd9df87.json b/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/d63465e0-9154-11ea-8180-7b0dacd9df87.json index 45db6236719b..d55f1e8fbd70 100644 --- a/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/d63465e0-9154-11ea-8180-7b0dacd9df87.json +++ b/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/d63465e0-9154-11ea-8180-7b0dacd9df87.json @@ -15,7 +15,7 @@ "axis_scale": "normal", "filter": { "language": "kuery", - "query": "gcp.loadbalancing.https.response_bytes_count.value : * " + "query": "gcp.loadbalancing.https.response.bytes : * " }, "id": "61ca57f0-469d-11e7-af02-69e470af7417", "index_pattern": "metricbeat-*", @@ -29,7 +29,7 @@ "fill": "0", "filter": { "language": "kuery", - "query": "gcp.loadbalancing.https.response_bytes_count.value : * " + "query": "gcp.loadbalancing.https.response.bytes : * " }, "formatter": "bytes", "id": "61ca57f1-469d-11e7-af02-69e470af7417", @@ -37,7 +37,7 @@ "line_width": "2", "metrics": [ { - "field": "gcp.loadbalancing.https.response_bytes_count.value", + "field": "gcp.loadbalancing.https.response.bytes", "id": "61ca57f2-469d-11e7-af02-69e470af7417", "type": "avg" } diff --git a/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/da5bc460-63e1-11ea-b0ac-95d4ecb1fecd.json b/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/da5bc460-63e1-11ea-b0ac-95d4ecb1fecd.json index e36647f548f7..679c2b269aec 100644 --- a/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/da5bc460-63e1-11ea-b0ac-95d4ecb1fecd.json +++ b/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/da5bc460-63e1-11ea-b0ac-95d4ecb1fecd.json @@ -60,9 +60,9 @@ "metrics": [ { "denominator": "60", - "field": "gcp.compute.instance.uptime.value", + "field": "gcp.compute.instance.uptime.sec", "id": "61ca57f2-469d-11e7-af02-69e470af7417", - "numerator": "gcp.compute.instance.uptime.value", + "numerator": "gcp.compute.instance.uptime.sec", "type": "avg", "values": [ "60" diff --git a/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/dff87070-9155-11ea-8180-7b0dacd9df87.json b/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/dff87070-9155-11ea-8180-7b0dacd9df87.json index 68c641e64001..7c776cc54356 100644 --- a/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/dff87070-9155-11ea-8180-7b0dacd9df87.json +++ b/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/dff87070-9155-11ea-8180-7b0dacd9df87.json @@ -25,7 +25,7 @@ "fill": "0", "filter": { "language": "kuery", - "query": "gcp.loadbalancing.https.backend_request_count.value : * " + "query": "gcp.loadbalancing.https.backend_request.count : * " }, "formatter": "number", "id": "61ca57f1-469d-11e7-af02-69e470af7417", @@ -33,7 +33,7 @@ "line_width": "2", "metrics": [ { - "field": "gcp.loadbalancing.https.backend_request_count.value", + "field": "gcp.loadbalancing.https.backend_request.count", "id": "61ca57f2-469d-11e7-af02-69e470af7417", "type": "avg" } diff --git a/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/e562eb50-909a-11ea-8180-7b0dacd9df87.json b/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/e562eb50-909a-11ea-8180-7b0dacd9df87.json index 3e1da0d0d823..0f918ea422fc 100644 --- a/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/e562eb50-909a-11ea-8180-7b0dacd9df87.json +++ b/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/e562eb50-909a-11ea-8180-7b0dacd9df87.json @@ -16,7 +16,7 @@ "drop_last_bucket": 1, "filter": { "language": "kuery", - "query": "gcp.loadbalancing.l3.internal.egress_bytes_count.value : * " + "query": "gcp.loadbalancing.l3.internal.egress.bytes : * " }, "id": "61ca57f0-469d-11e7-af02-69e470af7417", "index_pattern": "metricbeat-*", @@ -34,7 +34,7 @@ "line_width": "2", "metrics": [ { - "field": "gcp.loadbalancing.l3.internal.egress_bytes_count.value", + "field": "gcp.loadbalancing.l3.internal.egress.bytes", "id": "61ca57f2-469d-11e7-af02-69e470af7417", "type": "avg" } diff --git a/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/e9e44d90-8e51-11ea-9fa6-4d675d5290dc.json b/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/e9e44d90-8e51-11ea-9fa6-4d675d5290dc.json index 252d7dfb34b8..b0b5628daebc 100644 --- a/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/e9e44d90-8e51-11ea-9fa6-4d675d5290dc.json +++ b/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/e9e44d90-8e51-11ea-9fa6-4d675d5290dc.json @@ -29,7 +29,7 @@ "line_width": "2", "metrics": [ { - "field": "gcp.storage.network.sent_bytes_count.value", + "field": "gcp.storage.network.sent.bytes", "id": "61ca57f2-469d-11e7-af02-69e470af7417", "type": "avg" } diff --git a/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/eb891a20-9155-11ea-8180-7b0dacd9df87.json b/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/eb891a20-9155-11ea-8180-7b0dacd9df87.json index 5fe0da3f19cc..e8cc88ce0224 100644 --- a/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/eb891a20-9155-11ea-8180-7b0dacd9df87.json +++ b/x-pack/metricbeat/module/gcp/_meta/kibana/7/visualization/eb891a20-9155-11ea-8180-7b0dacd9df87.json @@ -25,7 +25,7 @@ "fill": "0", "filter": { "language": "kuery", - "query": "gcp.loadbalancing.https.backend_request_bytes_count.value : * " + "query": "gcp.loadbalancing.https.backend_request.bytes : * " }, "formatter": "bytes", "id": "61ca57f1-469d-11e7-af02-69e470af7417", @@ -33,7 +33,7 @@ "line_width": "2", "metrics": [ { - "field": "gcp.loadbalancing.https.backend_request_bytes_count.value", + "field": "gcp.loadbalancing.https.backend_request.bytes", "id": "61ca57f2-469d-11e7-af02-69e470af7417", "type": "avg" } diff --git a/x-pack/metricbeat/module/gcp/compute/_meta/fields.yml b/x-pack/metricbeat/module/gcp/compute/_meta/fields.yml index b4e05a8ff519..8b3ec53759d7 100644 --- a/x-pack/metricbeat/module/gcp/compute/_meta/fields.yml +++ b/x-pack/metricbeat/module/gcp/compute/_meta/fields.yml @@ -3,7 +3,7 @@ release: beta type: group fields: - - name: firewall.dropped_bytes_count.value + - name: firewall.dropped.bytes type: long description: Incoming bytes dropped by the firewall - name: firewall.dropped_packets_count.value @@ -12,19 +12,19 @@ - name: instance.cpu.reserved_cores.value type: double description: Number of cores reserved on the host of the instance - - name: instance.cpu.usage_time.value + - name: instance.cpu.usage_time.sec type: double description: Usage for all cores in seconds - - name: instance.cpu.utilization.value + - name: instance.cpu.usage.pct type: double description: The fraction of the allocated CPU that is currently in use on the instance - - name: instance.disk.read_bytes_count.value + - name: instance.disk.read.bytes type: long description: Count of bytes read from disk - name: instance.disk.read_ops_count.value type: long description: Count of disk read IO operations - - name: instance.disk.write_bytes_count.value + - name: instance.disk.write.bytes type: long description: Count of bytes written to disk - name: instance.disk.write_ops_count.value @@ -36,27 +36,27 @@ - name: instance.memory.balloon.ram_used.value type: long description: Memory currently used in the VM. This metric is only available for VMs that belong to the e2 family. - - name: instance.memory.balloon.swap_in_bytes_count.value + - name: instance.memory.balloon.swap_in.bytes type: long description: The amount of memory read into the guest from its own swap space. This metric is only available for VMs that belong to the e2 family. - - name: instance.memory.balloon.swap_out_bytes_count.value + - name: instance.memory.balloon.swap_out.bytes type: long description: The amount of memory written from the guest to its own swap space. This metric is only available for VMs that belong to the e2 family. - - name: instance.network.received_bytes_count.value + - name: instance.network.ingress.bytes type: long description: Count of bytes received from the network - - name: instance.network.received_packets_count.value + - name: instance.network.ingress.packets.count type: long description: Count of packets received from the network - - name: instance.network.sent_bytes_count.value + - name: instance.network.egress.bytes type: long description: Count of bytes sent over the network - - name: instance.network.sent_packets_count.value + - name: instance.network.egress.packets.count type: long description: Count of packets sent over the network - - name: instance.uptime.value + - name: instance.uptime.sec type: long description: Number of seconds the VM has been running. - - name: instance.uptime_total.value + - name: instance.uptime_total.sec type: long description: Elapsed time since the VM was started, in seconds. Sampled every 60 seconds. After sampling, data is not visible for up to 120 seconds. diff --git a/x-pack/metricbeat/module/gcp/fields.go b/x-pack/metricbeat/module/gcp/fields.go index 56b20c4eca10..a5b2d2a836aa 100644 --- a/x-pack/metricbeat/module/gcp/fields.go +++ b/x-pack/metricbeat/module/gcp/fields.go @@ -19,5 +19,5 @@ func init() { // AssetGcp returns asset data. // This is the base64 encoded zlib format compressed contents of module/gcp. func AssetGcp() string { - return "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" + return "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" } diff --git a/x-pack/metricbeat/module/gcp/gke/_meta/fields.yml b/x-pack/metricbeat/module/gcp/gke/_meta/fields.yml index e40b1d49c314..1269af6e9ca9 100644 --- a/x-pack/metricbeat/module/gcp/gke/_meta/fields.yml +++ b/x-pack/metricbeat/module/gcp/gke/_meta/fields.yml @@ -3,67 +3,67 @@ release: beta type: group fields: - - name: container.cpu.core_usage_time.value + - name: container.cpu.core_usage_time.sec type: double description: Cumulative CPU usage on all cores used by the container in seconds. Sampled every 60 seconds. - name: container.cpu.limit_cores.value type: double description: CPU cores limit of the container. Sampled every 60 seconds. - - name: container.cpu.limit_utilization.value + - name: container.cpu.limit_utilization.pct type: double description: The fraction of the CPU limit that is currently in use on the instance. This value cannot exceed 1 as usage cannot exceed the limit. Sampled every 60 seconds. After sampling, data is not visible for up to 240 seconds. - name: container.cpu.request_cores.value type: double description: Number of CPU cores requested by the container. Sampled every 60 seconds. After sampling, data is not visible for up to 120 seconds. - - name: container.cpu.request_utilization.value + - name: container.cpu.request_utilization.pct type: double description: The fraction of the requested CPU that is currently in use on the instance. This value can be greater than 1 as usage can exceed the request. Sampled every 60 seconds. After sampling, data is not visible for up to 240 seconds. - - name: container.ephemeral_storage.limit_bytes.value + - name: container.ephemeral_storage.limit.bytes type: long description: Local ephemeral storage limit in bytes. Sampled every 60 seconds. - - name: container.ephemeral_storage.request_bytes.value + - name: container.ephemeral_storage.request.bytes type: long description: Local ephemeral storage request in bytes. Sampled every 60 seconds. - - name: container.ephemeral_storage.used_bytes.value + - name: container.ephemeral_storage.used.bytes type: long description: Local ephemeral storage usage in bytes. Sampled every 60 seconds. - - name: container.memory.limit_bytes.value + - name: container.memory.limit.bytes type: long description: Memory limit of the container in bytes. Sampled every 60 seconds. - - name: container.memory.limit_utilization.value + - name: container.memory.limit_utilization.pct type: double description: The fraction of the memory limit that is currently in use on the instance. This value cannot exceed 1 as usage cannot exceed the limit. Sampled every 60 seconds. After sampling, data is not visible for up to 120 seconds. - - name: container.memory.page_fault_count.value + - name: container.memory.page_fault.count type: long description: Number of page faults, broken down by type, major and minor. - - name: container.memory.request_bytes.value + - name: container.memory.request.bytes type: long description: Memory request of the container in bytes. Sampled every 60 seconds. After sampling, data is not visible for up to 120 seconds. - - name: container.memory.request_utilization.value + - name: container.memory.request_utilization.pct type: double description: The fraction of the requested memory that is currently in use on the instance. This value can be greater than 1 as usage can exceed the request. Sampled every 60 seconds. After sampling, data is not visible for up to 240 seconds. - - name: container.memory.used_bytes.value + - name: container.memory.used.bytes type: long description: Memory usage in bytes. Sampled every 60 seconds. - - name: container.restart_count.value + - name: container.restart.count type: long description: Number of times the container has restarted. Sampled every 60 seconds. After sampling, data is not visible for up to 120 seconds. - - name: container.uptime.value + - name: container.uptime.sec type: double description: Time in seconds that the container has been running. Sampled every 60 seconds. - name: node.cpu.allocatable_cores.value type: double description: Number of allocatable CPU cores on the node. Sampled every 60 seconds. - - name: node.cpu.allocatable_utilization.value + - name: node.cpu.allocatable_utilization.pct type: double description: The fraction of the allocatable CPU that is currently in use on the instance. Sampled every 60 seconds. After sampling, data is not visible for up to 240 seconds. - - name: node.cpu.core_usage_time.value + - name: node.cpu.core_usage_time.sec type: double description: Cumulative CPU usage on all cores used on the node in seconds. Sampled every 60 seconds. - name: node.cpu.total_cores.value type: double description: Total number of CPU cores on the node. Sampled every 60 seconds. - - name: node.ephemeral_storage.allocatable_bytes.value + - name: node.ephemeral_storage.allocatable.bytes type: long description: Local ephemeral storage bytes allocatable on the node. Sampled every 60 seconds. - name: node.ephemeral_storage.inodes_free.value @@ -72,28 +72,28 @@ - name: node.ephemeral_storage.inodes_total.value type: long description: Total number of inodes on local ephemeral storage. Sampled every 60 seconds. - - name: node.ephemeral_storage.total_bytes.value + - name: node.ephemeral_storage.total.bytes type: long description: Total ephemeral storage bytes on the node. Sampled every 60 seconds. - - name: node.ephemeral_storage.used_bytes.value + - name: node.ephemeral_storage.used.bytes type: long description: Local ephemeral storage bytes used by the node. Sampled every 60 seconds. - - name: node.memory.allocatable_bytes.value + - name: node.memory.allocatable.bytes type: long description: Cumulative memory bytes used by the node. Sampled every 60 seconds. - - name: node.memory.allocatable_utilization.value + - name: node.memory.allocatable_utilization.pct type: double description: The fraction of the allocatable memory that is currently in use on the instance. This value cannot exceed 1 as usage cannot exceed allocatable memory bytes. Sampled every 60 seconds. After sampling, data is not visible for up to 120 seconds. - - name: node.memory.total_bytes.value + - name: node.memory.total.bytes type: long description: Number of bytes of memory allocatable on the node. Sampled every 60 seconds. - - name: node.memory.used_bytes.value + - name: node.memory.used.bytes type: long description: Cumulative memory bytes used by the node. Sampled every 60 seconds. - - name: node.network.received_bytes_count.value + - name: node.network.received_bytes.count type: long description: Cumulative number of bytes received by the node over the network. Sampled every 60 seconds. - - name: node.network.sent_bytes_count.value + - name: node.network.sent_bytes.count type: long description: Cumulative number of bytes transmitted by the node over the network. Sampled every 60 seconds. - name: node.pid_limit.value @@ -102,24 +102,24 @@ - name: node.pid_used.value type: long description: The number of running process in the OS on the node. Sampled every 60 seconds. - - name: node_daemon.cpu.core_usage_time.value + - name: node_daemon.cpu.core_usage_time.sec type: double description: Cumulative CPU usage on all cores used by the node level system daemon in seconds. Sampled every 60 seconds. - - name: node_daemon.memory.used_bytes.value + - name: node_daemon.memory.used.bytes type: long description: Memory usage by the system daemon in bytes. Sampled every 60 seconds. - - name: pod.network.received_bytes_count.value + - name: pod.network.received.bytes type: long description: Cumulative number of bytes received by the pod over the network. Sampled every 60 seconds. - - name: pod.network.sent_bytes_count.value + - name: pod.network.sent.bytes type: long description: Cumulative number of bytes transmitted by the pod over the network. Sampled every 60 seconds. - - name: pod.volume.total_bytes.value + - name: pod.volume.total.bytes type: long description: Total number of disk bytes available to the pod. Sampled every 60 seconds. After sampling, data is not visible for up to 120 seconds. - - name: pod.volume.used_bytes.value + - name: pod.volume.used.bytes type: long description: Number of disk bytes used by the pod. Sampled every 60 seconds. - - name: pod.volume.utilization.value + - name: pod.volume.utilization.pct type: double description: The fraction of the volume that is currently being used by the instance. This value cannot be greater than 1 as usage cannot exceed the total available volume space. Sampled every 60 seconds. After sampling, data is not visible for up to 120 seconds. diff --git a/x-pack/metricbeat/module/gcp/loadbalancing/_meta/fields.yml b/x-pack/metricbeat/module/gcp/loadbalancing/_meta/fields.yml index 9ef6c8127468..738e025bd15f 100644 --- a/x-pack/metricbeat/module/gcp/loadbalancing/_meta/fields.yml +++ b/x-pack/metricbeat/module/gcp/loadbalancing/_meta/fields.yml @@ -3,55 +3,55 @@ release: beta type: group fields: - - name: https.backend_request_bytes_count.value + - name: https.backend_request.bytes type: long description: The number of bytes sent as requests from HTTP/S load balancer to backends. - - name: https.backend_request_count.value + - name: https.backend_request.count type: long description: The number of requests served by backends of HTTP/S load balancer. - - name: https.backend_response_bytes_count.value + - name: https.backend_response.bytes type: long description: The number of bytes sent as responses from backends (or cache) to external HTTP(S) load balancer. - - name: https.request_bytes_count.value + - name: https.request.bytes type: long description: The number of bytes sent as requests from clients to HTTP/S load balancer. - - name: https.request_count.value + - name: https.request.count type: long description: The number of requests served by HTTP/S load balancer. - - name: https.response_bytes_count.value + - name: https.response.bytes type: long description: The number of bytes sent as responses from HTTP/S load balancer to clients. - - name: l3.external.egress_bytes_count.value + - name: l3.external.egress.bytes type: long description: The number of bytes sent from external TCP/UDP network load balancer backend to client of the flow. For TCP flows it's counting bytes on application stream only. - - name: l3.external.egress_packets_count.value + - name: l3.external.egress_packets.count type: long description: The number of packets sent from external TCP/UDP network load balancer backend to client of the flow. - - name: l3.external.ingress_bytes_count.value + - name: l3.external.ingress.bytes type: long description: The number of bytes sent from client to external TCP/UDP network load balancer backend. For TCP flows it's counting bytes on application stream only. - - name: l3.external.ingress_packets_count.value + - name: l3.external.ingress_packets.count type: long description: The number of packets sent from client to external TCP/UDP network load balancer backend. - - name: l3.internal.egress_bytes_count.value + - name: l3.internal.egress.bytes type: long description: The number of bytes sent from ILB backend to client (for TCP flows it's counting bytes on application stream only). - - name: l3.internal.egress_packets_count.value + - name: l3.internal.egress_packets.count type: long description: The number of packets sent from ILB backend to client of the flow. - - name: l3.internal.ingress_bytes_count.value + - name: l3.internal.ingress.bytes type: long description: The number of bytes sent from client to ILB backend (for TCP flows it's counting bytes on application stream only). - - name: l3.internal.ingress_packets_count.value + - name: l3.internal.ingress_packets.count type: long description: The number of packets sent from client to ILB backend. - name: tcp_ssl_proxy.closed_connections.value type: long description: Number of connections that were terminated over TCP/SSL proxy. - - name: tcp_ssl_proxy.egress_bytes_count.value + - name: tcp_ssl_proxy.egress.bytes type: long description: Number of bytes sent from VM to client using proxy. - - name: tcp_ssl_proxy.ingress_bytes_count.value + - name: tcp_ssl_proxy.ingress.bytes type: long description: Number of bytes sent from client to VM using proxy. - name: tcp_ssl_proxy.new_connections.value diff --git a/x-pack/metricbeat/module/gcp/metrics/response_parser.go b/x-pack/metricbeat/module/gcp/metrics/response_parser.go index edeef712f269..02fa9893cad5 100644 --- a/x-pack/metricbeat/module/gcp/metrics/response_parser.go +++ b/x-pack/metricbeat/module/gcp/metrics/response_parser.go @@ -48,7 +48,7 @@ func (e *incomingFieldExtractor) extractTimeSeriesMetricValues(resp *monitoring. } p := KeyValuePoint{ - Key: cleanMetricNameString(resp.Metric.Type, aligner, e.mc), + Key: remap(e.logger, cleanMetricNameString(resp.Metric.Type, aligner, e.mc)), Value: getValueFromPoint(point), Timestamp: ts, } @@ -83,6 +83,150 @@ func cleanMetricNameString(s string, aligner string, mc metricsConfig) string { return metricName } +var reMapping = map[string]string{ + // gcp.compute metricset + "firewall.dropped_bytes_count.value": "firewall.dropped.bytes", + "instance.cpu.usage_time.value": "instance.cpu.usage_time.sec", + "instance.cpu.utilization.value": "instance.cpu.usage.pct", + "instance.disk.read_bytes_count.value": "instance.disk.read.bytes", + "instance.disk.write_bytes_count.value": "instance.disk.write.bytes", + "instance.memory.balloon.swap_in_bytes_count.value": "instance.memory.balloon.swap_in.bytes", + "instance.memory.balloon.swap_out_bytes_count.value": "instance.memory.balloon.swap_out.bytes", + "instance.network.received_bytes_count.value": "instance.network.ingress.bytes", + "instance.network.received_packets_count.value": "instance.network.ingress.packets.count", + "instance.network.sent_bytes_count.value": "instance.network.egress.bytes", + "instance.network.sent_packets_count.value": "instance.network.egress.packets.count", + "instance.uptime.value": "instance.uptime.sec", + "instance.uptime_total.value": "instance.uptime_total.sec", + + // gcp.gke metricset + "container.cpu.core_usage_time.value": "container.cpu.core_usage_time.sec", + "container.cpu.limit_utilization.value": "container.cpu.limit_utilization.pct", + "container.cpu.request_utilization.value": "container.cpu.request_utilization.pct", + "container.ephemeral_storage.limit_bytes.value": "container.ephemeral_storage.limit.bytes", + "container.ephemeral_storage.request_bytes.value": "container.ephemeral_storage.request.bytes", + "container.ephemeral_storage.used_bytes.value": "container.ephemeral_storage.used.bytes", + "container.memory.limit_bytes.value": "container.memory.limit.bytes", + "container.memory.limit_utilization.value": "container.memory.limit_utilization.pct", + "container.memory.page_fault_count.value": "container.memory.page_fault.count", + "container.memory.request_bytes.value": "container.memory.request.bytes", + "container.memory.request_utilization.value": "container.memory.request_utilization.pct", + "container.memory.used_bytes.value": "container.memory.used.bytes", + "container.restart_count.value": "container.restart.count", + "container.uptime.value": "container.uptime.sec", + "node.cpu.allocatable_utilization.value": "node.cpu.allocatable_utilization.pct", + "node.cpu.core_usage_time.value": "node.cpu.core_usage_time.sec", + "node.ephemeral_storage.allocatable_bytes.value": "node.ephemeral_storage.allocatable.bytes", + "node.ephemeral_storage.total_bytes.value": "node.ephemeral_storage.total.bytes", + "node.ephemeral_storage.used_bytes.value": "node.ephemeral_storage.used.bytes", + "node.memory.allocatable_bytes.value": "node.memory.allocatable.bytes", + "node.memory.allocatable_utilization.value": "node.memory.allocatable_utilization.pct", + "node.memory.total_bytes.value": "node.memory.total.bytes", + "node.memory.used_bytes.value": "node.memory.used.bytes", + "node.network.received_bytes_count.value": "node.network.received.bytes", + "node.network.sent_bytes_count.value": "node.network.sent.bytes", + "node_daemon.cpu.core_usage_time.value": "node_daemon.cpu.core_usage_time.sec", + "node_daemon.memory.used_bytes.value": "node_daemon.memory.used.bytes", + "pod.network.received_bytes_count.value": "pod.network.received.bytes", + "pod.network.sent_bytes_count.value": "pod.network.sent.bytes", + "pod.volume.total_bytes.value": "pod.volume.total.bytes", + "pod.volume.used_bytes.value": "pod.volume.used.bytes", + "pod.volume.utilization.value": "pod.volume.utilization.pct", + + // gcp.loadbalancing metricset + "https.backend_request_bytes_count.value": "https.backend_request.bytes", + "https.backend_request_count.value": "https.backend_request.count", + "https.backend_response_bytes_count.value": "https.backend_response.bytes", + "https.request_bytes_count.value": "https.request.bytes", + "https.request_count.value": "https.request.count", + "https.response_bytes_count.value": "https.response.bytes", + "l3.external.egress_bytes_count.value": "l3.external.egress.bytes", + "l3.external.egress_packets_count.value": "l3.external.egress_packets.count", + "l3.external.ingress_bytes_count.value": "l3.external.ingress.bytes", + "l3.external.ingress_packets_count.value": "l3.external.ingress_packets.count", + "l3.internal.egress_bytes_count.value": "l3.internal.egress.bytes", + "l3.internal.egress_packets_count.value": "l3.internal.egress_packets.count", + "l3.internal.ingress_bytes_count.value": "l3.internal.ingress.bytes", + "l3.internal.ingress_packets_count.value": "l3.internal.ingress_packets.count", + "tcp_ssl_proxy.egress_bytes_count.value": "tcp_ssl_proxy.egress.bytes", + "tcp_ssl_proxy.ingress_bytes_count.value": "tcp_ssl_proxy.ingress.bytes", + + // gcp.metrics metricset + // NOTE: nothing here; if the user directly uses this metricset the mapping to ECS is + // unpredictable. + // Following the least surprise principle, instead of trying to convert it, leave it as it is. + // To prevent users from using this metricset directly, proper metricset should be implemented + // to adhere to ECS and Beats naming conventions. + + // gcp.pubsub metricset + "snapshot.backlog_bytes.value": "snapshot.backlog.bytes", + "snapshot.backlog_bytes_by_region.value": "snapshot.backlog_bytes_by_region.bytes", + "snapshot.config_updates_count.value": "snapshot.config_updates.count", + "snapshot.oldest_message_age.value": "snapshot.oldest_message_age.sec", + "snapshot.oldest_message_age_by_region.value": "snapshot.oldest_message_age_by_region.sec", + "subscription.ack_message_count.value": "subscription.ack_message.count", + "subscription.backlog_bytes.value": "subscription.backlog.bytes", + "subscription.byte_cost.value": "subscription.byte_cost.bytes", + "subscription.config_updates_count.value": "subscription.config_updates.count", + "subscription.dead_letter_message_count.value": "subscription.dead_letter_message.count", + "subscription.mod_ack_deadline_message_count.value": "subscription.mod_ack_deadline_message.count", + "subscription.mod_ack_deadline_message_operation_count.value": "subscription.mod_ack_deadline_message_operation.count", + "subscription.mod_ack_deadline_request_count.value": "subscription.mod_ack_deadline_request.count", + "subscription.oldest_retained_acked_message_age.value": "subscription.oldest_retained_acked_message_age.sec", + "subscription.oldest_retained_acked_message_age_by_region.value": "subscription.oldest_retained_acked_message_age_by_region.value", + "subscription.oldest_unacked_message_age.value": "subscription.oldest_unacked_message_age.sec", + "subscription.oldest_unacked_message_age_by_region.value": "subscription.oldest_unacked_message_age_by_region.value", + "subscription.pull_ack_message_operation_count.value": "subscription.pull_ack_message_operation.count", + "subscription.pull_ack_request_count.value": "subscription.pull_ack_request.count", + "subscription.pull_message_operation_count.value": "subscription.pull_message_operation.count", + "subscription.pull_request_count.value": "subscription.pull_request.count", + "subscription.push_request_count.value": "subscription.push_request.count", + "subscription.retained_acked_bytes.value": "subscription.retained_acked.bytes", + "subscription.retained_acked_bytes_by_region.value": "subscription.retained_acked_bytes_by_region.bytes", + "subscription.seek_request_count.value": "subscription.seek_request.count", + "subscription.sent_message_count.value": "subscription.sent_message.count", + "subscription.streaming_pull_ack_message_operation_count.value": "subscription.streaming_pull_ack_message_operation.count", + "subscription.streaming_pull_ack_request_count.value": "subscription.streaming_pull_ack_request.count", + "subscription.streaming_pull_message_operation_count.value": "subscription.streaming_pull_message_operation.count", + "subscription.streaming_pull_mod_ack_deadline_message_operation_count.value": "subscription.streaming_pull_mod_ack_deadline_message_operation.count", + "subscription.streaming_pull_mod_ack_deadline_request_count.value": "subscription.streaming_pull_mod_ack_deadline_request.count", + "subscription.streaming_pull_response_count.value": "subscription.streaming_pull_response.count", + "subscription.unacked_bytes_by_region.value": "subscription.unacked_bytes_by_region.bytes", + "topic.byte_cost.value": "topic.byte_cost.bytes", + "topic.config_updates_count.value": "topic.config_updates.count", + "topic.message_sizes.value": "topic.message_sizes.bytes", + "topic.oldest_retained_acked_message_age_by_region.value": "topic.oldest_retained_acked_message_age_by_region.value", + "topic.oldest_unacked_message_age_by_region.value": "topic.oldest_unacked_message_age_by_region.value", + "topic.retained_acked_bytes_by_region.value": "topic.retained_acked_bytes_by_region.bytes", + "topic.send_message_operation_count.value": "topic.send_message_operation.count", + "topic.send_request_count.value": "topic.send_request.count", + "topic.streaming_pull_response_count.value": "topic.streaming_pull_response.count", + "topic.unacked_bytes_by_region.value": "topic.unacked_bytes_by_region.bytes", + + // gcp.storage metricset + "api.request_count.value": "api.request.count", + "authz.acl_based_object_access_count.value": "authz.acl_based_object_access.count", + "authz.acl_operations_count.value": "authz.acl_operations.count", + "authz.object_specific_acl_mutation_count.value": "authz.object_specific_acl_mutation.count", + "network.received_bytes_count.value": "network.received.bytes", + "network.sent_bytes_count.value": "network.sent.bytes", + "storage.object_count.value": "storage.object.count", + "storage.total_byte_seconds.value": "storage.total_byte_seconds.bytes", + "storage.total_bytes.value": "storage.total.bytes", +} + +func remap(l *logp.Logger, s string) string { + var newS string + + if v, found := reMapping[s]; found { + l.Debugf("remapping %s to %s", s, newS) + return v + } + + l.Debugf("no remap found for %s", s) + return s +} + func getValueFromPoint(p *monitoring.Point) (out interface{}) { switch v := p.Value.Value.(type) { case *monitoring.TypedValue_DoubleValue: diff --git a/x-pack/metricbeat/module/gcp/pubsub/_meta/fields.yml b/x-pack/metricbeat/module/gcp/pubsub/_meta/fields.yml index 28080abc8fed..4c696e6628cb 100644 --- a/x-pack/metricbeat/module/gcp/pubsub/_meta/fields.yml +++ b/x-pack/metricbeat/module/gcp/pubsub/_meta/fields.yml @@ -3,13 +3,13 @@ release: beta type: group fields: - - name: snapshot.backlog_bytes.value + - name: snapshot.backlog.bytes type: long description: Total byte size of the messages retained in a snapshot. - - name: snapshot.backlog_bytes_by_region.value + - name: snapshot.backlog_bytes_by_region.bytes type: long description: Total byte size of the messages retained in a snapshot, broken down by Cloud region. - - name: snapshot.config_updates_count.value + - name: snapshot.config_updates.count type: long description: Cumulative count of configuration changes, grouped by operation type and result. - name: snapshot.num_messages.value @@ -18,34 +18,34 @@ - name: snapshot.num_messages_by_region.value type: long description: Number of messages retained in a snapshot, broken down by Cloud region. - - name: snapshot.oldest_message_age.value + - name: snapshot.oldest_message_age.sec type: long description: Age (in seconds) of the oldest message retained in a snapshot. - - name: snapshot.oldest_message_age_by_region.value + - name: snapshot.oldest_message_age_by_region.sec type: long description: Age (in seconds) of the oldest message retained in a snapshot, broken down by Cloud region. - - name: subscription.ack_message_count.value + - name: subscription.ack_message.count type: long description: Cumulative count of messages acknowledged by Acknowledge requests, grouped by delivery type. - - name: subscription.backlog_bytes.value + - name: subscription.backlog.bytes type: long description: Total byte size of the unacknowledged messages (a.k.a. backlog messages) in a subscription. - - name: subscription.byte_cost.value + - name: subscription.byte_cost.bytes type: long description: Cumulative cost of operations, measured in bytes. This is used to measure quota utilization. - - name: subscription.config_updates_count.value + - name: subscription.config_updates.count type: long description: Cumulative count of configuration changes for each subscription, grouped by operation type and result. - - name: subscription.dead_letter_message_count.value + - name: subscription.dead_letter_message.count type: long description: Cumulative count of messages published to dead letter topic, grouped by result. - - name: subscription.mod_ack_deadline_message_count.value + - name: subscription.mod_ack_deadline_message.count type: long description: Cumulative count of messages whose deadline was updated by ModifyAckDeadline requests, grouped by delivery type. - - name: subscription.mod_ack_deadline_message_operation_count.value + - name: subscription.mod_ack_deadline_message_operation.count type: long description: Cumulative count of ModifyAckDeadline message operations, grouped by result. - - name: subscription.mod_ack_deadline_request_count.value + - name: subscription.mod_ack_deadline_request.count type: long description: Cumulative count of ModifyAckDeadline requests, grouped by result. - name: subscription.num_outstanding_messages.value @@ -54,76 +54,76 @@ - name: subscription.num_undelivered_messages.value type: long description: Number of unacknowledged messages (a.k.a. backlog messages) in a subscription. - - name: subscription.oldest_retained_acked_message_age.value + - name: subscription.oldest_retained_acked_message_age.sec type: long description: Age (in seconds) of the oldest acknowledged message retained in a subscription. - name: subscription.oldest_retained_acked_message_age_by_region.value type: long description: Age (in seconds) of the oldest acknowledged message retained in a subscription, broken down by Cloud region. - - name: subscription.oldest_unacked_message_age.value + - name: subscription.oldest_unacked_message_age.sec type: long description: Age (in seconds) of the oldest unacknowledged message (a.k.a. backlog message) in a subscription. - name: subscription.oldest_unacked_message_age_by_region.value type: long description: Age (in seconds) of the oldest unacknowledged message in a subscription, broken down by Cloud region. - - name: subscription.pull_ack_message_operation_count.value + - name: subscription.pull_ack_message_operation.count type: long description: Cumulative count of acknowledge message operations, grouped by result. For a definition of message operations, see Cloud Pub/Sub metric subscription/mod_ack_deadline_message_operation_count. - - name: subscription.pull_ack_request_count.value + - name: subscription.pull_ack_request.count type: long description: Cumulative count of acknowledge requests, grouped by result. - - name: subscription.pull_message_operation_count.value + - name: subscription.pull_message_operation.count type: long description: Cumulative count of pull message operations, grouped by result. For a definition of message operations, see Cloud Pub/Sub metric subscription/mod_ack_deadline_message_operation_count. - - name: subscription.pull_request_count.value + - name: subscription.pull_request.count type: long description: Cumulative count of pull requests, grouped by result. - - name: subscription.push_request_count.value + - name: subscription.push_request.count type: long description: Cumulative count of push attempts, grouped by result. Unlike pulls, the push server implementation does not batch user messages. So each request only contains one user message. The push server retries on errors, so a given user message can appear multiple times. - name: subscription.push_request_latencies.value type: long description: Distribution of push request latencies (in microseconds), grouped by result. - - name: subscription.retained_acked_bytes.value + - name: subscription.retained_acked.bytes type: long description: Total byte size of the acknowledged messages retained in a subscription. - - name: subscription.retained_acked_bytes_by_region.value + - name: subscription.retained_acked_bytes_by_region.bytes type: long description: Total byte size of the acknowledged messages retained in a subscription, broken down by Cloud region. - - name: subscription.seek_request_count.value + - name: subscription.seek_request.count type: long description: Cumulative count of seek attempts, grouped by result. - - name: subscription.sent_message_count.value + - name: subscription.sent_message.count type: long description: Cumulative count of messages sent by Cloud Pub/Sub to subscriber clients, grouped by delivery type. - - name: subscription.streaming_pull_ack_message_operation_count.value + - name: subscription.streaming_pull_ack_message_operation.count type: long description: Cumulative count of StreamingPull acknowledge message operations, grouped by result. For a definition of message operations, see Cloud Pub/Sub metric subscription/mod_ack_deadline_message_operation_count. - - name: subscription.streaming_pull_ack_request_count.value + - name: subscription.streaming_pull_ack_request.count type: long description: Cumulative count of streaming pull requests with non-empty acknowledge ids, grouped by result. - - name: subscription.streaming_pull_message_operation_count.value + - name: subscription.streaming_pull_message_operation.count type: long description: Cumulative count of streaming pull message operations, grouped by result. For a definition of message operations, see Cloud Pub/Sub metric subscription/mod_ack_deadline_message_operation_count - - name: subscription.streaming_pull_mod_ack_deadline_message_operation_count.value + - name: subscription.streaming_pull_mod_ack_deadline_message_operation.count type: long description: Cumulative count of StreamingPull ModifyAckDeadline operations, grouped by result. - - name: subscription.streaming_pull_mod_ack_deadline_request_count.value + - name: subscription.streaming_pull_mod_ack_deadline_request.count type: long description: Cumulative count of streaming pull requests with non-empty ModifyAckDeadline fields, grouped by result. - - name: subscription.streaming_pull_response_count.value + - name: subscription.streaming_pull_response.count type: long description: Cumulative count of streaming pull responses, grouped by result. - - name: subscription.unacked_bytes_by_region.value + - name: subscription.unacked_bytes_by_region.bytes type: long description: Total byte size of the unacknowledged messages in a subscription, broken down by Cloud region. - - name: topic.byte_cost.value + - name: topic.byte_cost.bytes type: long description: Cost of operations, measured in bytes. This is used to measure utilization for quotas. - - name: topic.config_updates_count.value + - name: topic.config_updates.count type: long description: Cumulative count of configuration changes, grouped by operation type and result. - - name: topic.message_sizes.value + - name: topic.message_sizes.bytes type: long description: Distribution of publish message sizes (in bytes) - name: topic.oldest_retained_acked_message_age_by_region.value @@ -132,18 +132,18 @@ - name: topic.oldest_unacked_message_age_by_region.value type: long description: Age (in seconds) of the oldest unacknowledged message in a topic, broken down by Cloud region. - - name: topic.retained_acked_bytes_by_region.value + - name: topic.retained_acked_bytes_by_region.bytes type: long description: Total byte size of the acknowledged messages retained in a topic, broken down by Cloud region. - - name: topic.send_message_operation_count.value + - name: topic.send_message_operation.count type: long description: Cumulative count of publish message operations, grouped by result. For a definition of message operations, see Cloud Pub/Sub metric subscription/mod_ack_deadline_message_operation_count. - - name: topic.send_request_count.value + - name: topic.send_request.count type: long description: Cumulative count of publish requests, grouped by result. - - name: topic.streaming_pull_response_count.value + - name: topic.streaming_pull_response.count type: long description: Cumulative count of streaming pull responses, grouped by result. - - name: topic.unacked_bytes_by_region.value + - name: topic.unacked_bytes_by_region.bytes type: long description: Total byte size of the unacknowledged messages in a topic, broken down by Cloud region. diff --git a/x-pack/metricbeat/module/gcp/storage/_meta/fields.yml b/x-pack/metricbeat/module/gcp/storage/_meta/fields.yml index ae53b563133e..2f429c9468d3 100644 --- a/x-pack/metricbeat/module/gcp/storage/_meta/fields.yml +++ b/x-pack/metricbeat/module/gcp/storage/_meta/fields.yml @@ -3,30 +3,30 @@ release: beta type: group fields: - - name: api.request_count.value + - name: api.request.count type: long description: Delta count of API calls, grouped by the API method name and response code. - - name: authz.acl_based_object_access_count.value + - name: authz.acl_based_object_access_.ount type: long description: Delta count of requests that result in an object being granted access solely due to object ACLs. - - name: authz.acl_operations_count.value + - name: authz.acl_operations.count type: long description: Usage of ACL operations broken down by type. - - name: authz.object_specific_acl_mutation_count.value + - name: authz.object_specific_acl_mutation.count type: long description: Delta count of changes made to object specific ACLs. - - name: network.received_bytes_count.value + - name: network.received.bytes type: long description: Delta count of bytes received over the network, grouped by the API method name and response code. - - name: network.sent_bytes_count.value + - name: network.sent.bytes type: long description: Delta count of bytes sent over the network, grouped by the API method name and response code. - - name: storage.object_count.value + - name: storage.object.count type: long description: Total number of objects per bucket, grouped by storage class. This value is measured once per day, and the value is repeated at each sampling interval throughout the day. - - name: storage.total_byte_seconds.value + - name: storage.total_byte_seconds.bytes type: long description: Delta count of bytes received over the network, grouped by the API method name and response code. - - name: storage.total_bytes.value + - name: storage.total.bytes type: long description: Total size of all objects in the bucket, grouped by storage class. This value is measured once per day, and the value is repeated at each sampling interval throughout the day.