diff --git a/packages/gcp/changelog.yml b/packages/gcp/changelog.yml index 5bb07c92d5c..0301bc912b7 100644 --- a/packages/gcp/changelog.yml +++ b/packages/gcp/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "2.11.0" + changes: + - description: Move Compute lightweight module config into integration + type: enhancement + link: https://github.com/elastic/integrations/pull/3797 - version: "2.10.0" changes: - description: Add GCP PubSub Data stream diff --git a/packages/gcp/data_stream/compute/agent/stream/stream.yml.hbs b/packages/gcp/data_stream/compute/agent/stream/stream.yml.hbs index 7876288f953..dd973286efe 100644 --- a/packages/gcp/data_stream/compute/agent/stream/stream.yml.hbs +++ b/packages/gcp/data_stream/compute/agent/stream/stream.yml.hbs @@ -1,4 +1,4 @@ -metricsets: ["compute"] +metricsets: ["metrics"] period: {{period}} project_id: {{project_id}} {{#if credentials_file}} @@ -14,3 +14,25 @@ region: {{region}} zone: {{zone}} {{/if}} exclude_labels: {{exclude_labels}} +metrics: + - service: compute + metric_types: + - "firewall/dropped_bytes_count" + - "firewall/dropped_packets_count" + - "instance/cpu/reserved_cores" + - "instance/cpu/usage_time" + - "instance/cpu/utilization" + - "instance/disk/read_bytes_count" + - "instance/disk/read_ops_count" + - "instance/disk/write_bytes_count" + - "instance/disk/write_ops_count" + - "instance/memory/balloon/ram_size" + - "instance/memory/balloon/ram_used" + - "instance/memory/balloon/swap_in_bytes_count" + - "instance/memory/balloon/swap_out_bytes_count" + - "instance/network/received_bytes_count" + - "instance/network/received_packets_count" + - "instance/network/sent_bytes_count" + - "instance/network/sent_packets_count" + - "instance/uptime" + - "instance/uptime_total" diff --git a/packages/gcp/manifest.yml b/packages/gcp/manifest.yml index 63cdb59425f..696d9c0f260 100644 --- a/packages/gcp/manifest.yml +++ b/packages/gcp/manifest.yml @@ -1,6 +1,6 @@ name: gcp title: Google Cloud Platform -version: "2.10.0" +version: "2.11.0" release: ga description: Collect logs from Google Cloud Platform with Elastic Agent. type: integration