Skip to content

Commit 8393374

Browse files
authored
Fix a typo and a bug in gcp integration package (#3821)
1 parent fb2eef1 commit 8393374

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

packages/gcp/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "2.2.1"
3+
changes:
4+
- description: Fix Billing policy template title and default period for gcp.compute
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/pull/3821
27
- version: "2.2.0"
38
changes:
49
- description: Remove fields duplicated in ECS fields

packages/gcp/data_stream/compute/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ streams:
2020
- name: period
2121
type: text
2222
title: Period
23-
default: 10s
23+
default: 60s
2424
required: true
2525
- name: exclude_labels
2626
type: bool

packages/gcp/manifest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: gcp
22
title: Google Cloud Platform
3-
version: "2.2.0"
3+
version: "2.2.1"
44
release: ga
55
description: Collect logs from Google Cloud Platform with Elastic Agent.
66
type: integration
@@ -94,7 +94,7 @@ policy_templates:
9494
description: "Collecting vpcflow logs from Google Cloud Platform (GCP) instances (input: gcp-pubsub)"
9595
input_group: logs
9696
- name: billing
97-
title: Google Cloud Platform (GCP) Billine metrics
97+
title: Google Cloud Platform (GCP) Billing metrics
9898
description: Collect billing metrics from Google Cloud Platform (GCP) with Elastic Agent
9999
data_streams:
100100
- billing

0 commit comments

Comments
 (0)