diff --git a/packages/gcp/changelog.yml b/packages/gcp/changelog.yml index ff4e8ba61d9..0c13f282a0c 100644 --- a/packages/gcp/changelog.yml +++ b/packages/gcp/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "2.11.9" + changes: + - description: Fix GKE kubernetes.io indentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/4355 - version: "2.11.8" changes: - description: Remove duplicate fields. diff --git a/packages/gcp/data_stream/gke/agent/stream/stream.yml.hbs b/packages/gcp/data_stream/gke/agent/stream/stream.yml.hbs index 5d212d9c020..0046ac88431 100644 --- a/packages/gcp/data_stream/gke/agent/stream/stream.yml.hbs +++ b/packages/gcp/data_stream/gke/agent/stream/stream.yml.hbs @@ -16,8 +16,8 @@ zone: {{zone}} exclude_labels: {{exclude_labels}} metrics: - service: gke - service_metric_prefix: kubernetes.io/ - metric_types: + service_metric_prefix: kubernetes.io/ + metric_types: - "container/cpu/core_usage_time" - "container/cpu/limit_cores" - "container/cpu/limit_utilization" diff --git a/packages/gcp/manifest.yml b/packages/gcp/manifest.yml index 0cbc0ec7c02..773a9108daf 100644 --- a/packages/gcp/manifest.yml +++ b/packages/gcp/manifest.yml @@ -1,6 +1,6 @@ name: gcp title: Google Cloud Platform -version: "2.11.8" +version: "2.11.9" release: ga description: Collect logs from Google Cloud Platform with Elastic Agent. type: integration