diff --git a/packages/gcp/changelog.yml b/packages/gcp/changelog.yml index bad4a319b07..f13caa176d7 100644 --- a/packages/gcp/changelog.yml +++ b/packages/gcp/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "2.11.6" + changes: + - description: Move LoadBalancing lightweight module config into integration + type: enhancement + link: https://github.com/elastic/integrations/pull/4269 - version: "2.11.5" changes: - description: Move Storage lightweight module config into integration diff --git a/packages/gcp/data_stream/loadbalancing_metrics/agent/stream/stream.yml.hbs b/packages/gcp/data_stream/loadbalancing_metrics/agent/stream/stream.yml.hbs index 0afe006419e..27124802fb9 100644 --- a/packages/gcp/data_stream/loadbalancing_metrics/agent/stream/stream.yml.hbs +++ b/packages/gcp/data_stream/loadbalancing_metrics/agent/stream/stream.yml.hbs @@ -1,4 +1,4 @@ -metricsets: ["loadbalancing"] +metricsets: ["metrics"] period: {{period}} project_id: {{project_id}} {{#if credentials_file}} @@ -13,4 +13,36 @@ region: {{region}} {{#if zone}} zone: {{zone}} {{/if}} -exclude_labels: {{exclude_labels}} \ No newline at end of file +exclude_labels: {{exclude_labels}} +metrics: + - service: loadbalancing + metric_types: + - "https/backend_request_bytes_count" + - "https/backend_request_count" + - "https/backend_response_bytes_count" + - "https/request_bytes_count" + - "https/request_count" + - "https/response_bytes_count" + - "l3/external/egress_bytes_count" + - "l3/external/egress_packets_count" + - "l3/external/ingress_bytes_count" + - "l3/external/ingress_packets_count" + - "l3/internal/egress_bytes_count" + - "l3/internal/egress_packets_count" + - "l3/internal/ingress_bytes_count" + - "l3/internal/ingress_packets_count" + - "tcp_ssl_proxy/closed_connections" + - "tcp_ssl_proxy/egress_bytes_count" + - "tcp_ssl_proxy/ingress_bytes_count" + - "tcp_ssl_proxy/new_connections" + - "tcp_ssl_proxy/open_connections" + - "https/backend_latencies" + - "https/external/regional/backend_latencies" + - "https/external/regional/total_latencies" + - "https/frontend_tcp_rtt" + - "https/internal/backend_latencies" + - "https/internal/total_latencies" + - "https/total_latencies" + - "l3/external/rtt_latencies" + - "l3/internal/rtt_latencies" + - "tcp_ssl_proxy/frontend_tcp_rtt" \ No newline at end of file diff --git a/packages/gcp/manifest.yml b/packages/gcp/manifest.yml index 6a76130ea2a..e734ea40b50 100644 --- a/packages/gcp/manifest.yml +++ b/packages/gcp/manifest.yml @@ -1,6 +1,6 @@ name: gcp title: Google Cloud Platform -version: "2.11.5" +version: "2.11.6" release: ga description: Collect logs from Google Cloud Platform with Elastic Agent. type: integration