diff --git a/packages/gcp/changelog.yml b/packages/gcp/changelog.yml index e41234f1ea7..76383aef5b2 100644 --- a/packages/gcp/changelog.yml +++ b/packages/gcp/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "2.11.5" + changes: + - description: Move Storage lightweight module config into integration + type: enhancement + link: https://github.com/elastic/integrations/pull/4268 - version: "2.11.4" changes: - description: Move PubSub lightweight module config into integration diff --git a/packages/gcp/data_stream/storage/agent/stream/stream.yml.hbs b/packages/gcp/data_stream/storage/agent/stream/stream.yml.hbs index 35bdb8482b5..cd1f37e5110 100644 --- a/packages/gcp/data_stream/storage/agent/stream/stream.yml.hbs +++ b/packages/gcp/data_stream/storage/agent/stream/stream.yml.hbs @@ -1,4 +1,4 @@ -metricsets: ["storage"] +metricsets: ["metrics"] period: {{period}} project_id: {{project_id}} {{#if credentials_file}} @@ -14,3 +14,15 @@ region: {{region}} zone: {{zone}} {{/if}} exclude_labels: {{exclude_labels}} +metrics: + - service: storage + metric_types: + - "api/request_count" + - "authz/acl_based_object_access_count" + - "authz/acl_operations_count" + - "authz/object_specific_acl_mutation_count" + - "network/received_bytes_count" + - "network/sent_bytes_count" + - "storage/object_count" + - "storage/total_byte_seconds" + - "storage/total_bytes" \ No newline at end of file diff --git a/packages/gcp/manifest.yml b/packages/gcp/manifest.yml index decbf5da622..6a76130ea2a 100644 --- a/packages/gcp/manifest.yml +++ b/packages/gcp/manifest.yml @@ -1,6 +1,6 @@ name: gcp title: Google Cloud Platform -version: "2.11.4" +version: "2.11.5" release: ga description: Collect logs from Google Cloud Platform with Elastic Agent. type: integration