File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
# 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
2
7
- version : " 2.2.0"
3
8
changes :
4
9
- description : Remove fields duplicated in ECS fields
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ streams:
20
20
- name : period
21
21
type : text
22
22
title : Period
23
- default : 10s
23
+ default : 60s
24
24
required : true
25
25
- name : exclude_labels
26
26
type : bool
Original file line number Diff line number Diff line change 1
1
name : gcp
2
2
title : Google Cloud Platform
3
- version : " 2.2.0 "
3
+ version : " 2.2.1 "
4
4
release : ga
5
5
description : Collect logs from Google Cloud Platform with Elastic Agent.
6
6
type : integration
@@ -94,7 +94,7 @@ policy_templates:
94
94
description : " Collecting vpcflow logs from Google Cloud Platform (GCP) instances (input: gcp-pubsub)"
95
95
input_group : logs
96
96
- name : billing
97
- title : Google Cloud Platform (GCP) Billine metrics
97
+ title : Google Cloud Platform (GCP) Billing metrics
98
98
description : Collect billing metrics from Google Cloud Platform (GCP) with Elastic Agent
99
99
data_streams :
100
100
- billing
You can’t perform that action at this time.
0 commit comments