From b2e8162b302d2112207a27788452ca2c934f9839 Mon Sep 17 00:00:00 2001 From: gab Date: Fri, 30 Sep 2022 12:15:24 +0300 Subject: [PATCH 1/2] fix indendation --- packages/gcp/data_stream/gke/agent/stream/stream.yml.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" From 384ce9e989385d711d99e554da877ea0959379a5 Mon Sep 17 00:00:00 2001 From: gab Date: Fri, 30 Sep 2022 12:25:36 +0300 Subject: [PATCH 2/2] bump version and add changelog entry --- packages/gcp/changelog.yml | 5 +++++ packages/gcp/manifest.yml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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/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