Skip to content
8 changes: 8 additions & 0 deletions packages/gcp/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# newer versions go on top
- version: "2.15.0"
changes:
- description: Remove support for Kibana 7.17.x
type: enhancement
link: https://github.com/elastic/integrations/pull/4197
- description: Support multiple regions for metrics data streams
type: enhancement
link: https://github.com/elastic/integrations/pull/4197
- version: "2.14.0"
changes:
- description: Update package to ECS 8.5.0.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ region: {{region}}
{{#if zone}}
zone: {{zone}}
{{/if}}
{{#if regions}}
regions:
{{#each regions as |region i|}}
- {{region}}
{{/each}}
{{/if}}
exclude_labels: {{exclude_labels}}
metrics:
- service: compute
Expand Down
8 changes: 8 additions & 0 deletions packages/gcp/data_stream/compute/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,17 @@ streams:
- name: region
type: text
title: GCP Region
description: deprecated, use regions instead
multi: false
required: false
show_user: true
- name: regions
type: text
title: GCP Regions
description: A list of GCP regions to pull data from
multi: true
required: false
show_user: true
- name: period
type: text
title: Period
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ credentials_json: '{{credentials_json}}'
{{#if region}}
region: {{region}}
{{/if}}
{{#if regions}}
regions:
{{#each regions as |region i|}}
- {{region}}
{{/each}}
{{/if}}
exclude_labels: {{exclude_labels}}
metrics:
- service: dataproc
Expand Down
8 changes: 8 additions & 0 deletions packages/gcp/data_stream/dataproc/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,17 @@ streams:
- name: region
type: text
title: GCP Region
description: deprecated, use regions instead
multi: false
required: false
show_user: true
- name: regions
type: text
title: GCP Regions
description: A list of GCP regions to pull data from
multi: true
required: false
show_user: true
- name: period
type: text
title: Period
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ region: {{region}}
{{#if zone}}
zone: {{zone}}
{{/if}}
{{#if regions}}
regions:
{{#each regions as |region i|}}
- {{region}}
{{/each}}
{{/if}}
exclude_labels: {{exclude_labels}}
metrics:
- service: firestore
Expand Down
8 changes: 8 additions & 0 deletions packages/gcp/data_stream/firestore/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,17 @@ streams:
- name: region
type: text
title: GCP Region
description: deprecated, use regions instead
multi: false
required: false
show_user: true
- name: regions
type: text
title: GCP Regions
description: A list of GCP regions to pull data from
multi: true
required: false
show_user: true
- name: period
type: text
title: Period
Expand Down
8 changes: 7 additions & 1 deletion packages/gcp/data_stream/gke/agent/stream/stream.yml.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ region: {{region}}
{{#if zone}}
zone: {{zone}}
{{/if}}
{{#if regions}}
regions:
{{#each regions as |region i|}}
- {{region}}
{{/each}}
{{/if}}
exclude_labels: {{exclude_labels}}
metrics:
- service: gke
Expand Down Expand Up @@ -57,4 +63,4 @@ metrics:
- "pod/network/sent_bytes_count"
- "pod/volume/total_bytes"
- "pod/volume/used_bytes"
- "pod/volume/utilization"
- "pod/volume/utilization"
8 changes: 8 additions & 0 deletions packages/gcp/data_stream/gke/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,17 @@ streams:
- name: region
type: text
title: GCP Region
description: deprecated, use regions instead
multi: false
required: false
show_user: true
- name: regions
type: text
title: GCP Regions
description: A list of GCP regions to pull data from
multi: true
required: false
show_user: true
- name: period
type: text
title: Period
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ region: {{region}}
{{#if zone}}
zone: {{zone}}
{{/if}}
{{#if regions}}
regions:
{{#each regions as |region i|}}
- {{region}}
{{/each}}
{{/if}}
exclude_labels: {{exclude_labels}}
metrics:
- service: loadbalancing
Expand Down Expand Up @@ -45,4 +51,4 @@ metrics:
- "https/total_latencies"
- "l3/external/rtt_latencies"
- "l3/internal/rtt_latencies"
- "tcp_ssl_proxy/frontend_tcp_rtt"
- "tcp_ssl_proxy/frontend_tcp_rtt"
8 changes: 8 additions & 0 deletions packages/gcp/data_stream/loadbalancing_metrics/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,17 @@ streams:
- name: region
type: text
title: GCP Region
description: deprecated, use regions instead
multi: false
required: false
show_user: true
- name: regions
type: text
title: GCP Regions
description: A list of GCP regions to pull data from
multi: true
required: false
show_user: true
- name: period
type: text
title: Period
Expand Down
6 changes: 6 additions & 0 deletions packages/gcp/data_stream/redis/agent/stream/stream.yml.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ region: {{region}}
{{#if zone}}
zone: {{zone}}
{{/if}}
{{#if regions}}
regions:
{{#each regions as |region i|}}
- {{region}}
{{/each}}
{{/if}}
exclude_labels: {{exclude_labels}}
metrics:
- service: redis
Expand Down
8 changes: 8 additions & 0 deletions packages/gcp/data_stream/redis/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,17 @@ streams:
- name: region
type: text
title: GCP Region
description: deprecated, use regions instead
multi: false
required: false
show_user: true
- name: regions
type: text
title: GCP Regions
description: A list of GCP regions to pull data from
multi: true
required: false
show_user: true
- name: period
type: text
title: Period
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ region: {{region}}
{{#if zone}}
zone: {{zone}}
{{/if}}
{{#if regions}}
regions:
{{#each regions as |region i|}}
- {{region}}
{{/each}}
{{/if}}
exclude_labels: {{exclude_labels}}
metrics:
- service: storage
Expand Down
8 changes: 8 additions & 0 deletions packages/gcp/data_stream/storage/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,17 @@ streams:
- name: region
type: text
title: GCP Region
description: deprecated, use regions instead
multi: false
required: false
show_user: true
- name: regions
type: text
title: GCP Regions
description: A list of GCP regions to pull data from
multi: true
required: false
show_user: true
- name: period
type: text
title: Period
Expand Down
4 changes: 2 additions & 2 deletions packages/gcp/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: gcp
title: Google Cloud Platform
version: "2.14.0"
version: "2.15.0"
release: ga
description: Collect logs from Google Cloud Platform with Elastic Agent.
type: integration
Expand All @@ -15,7 +15,7 @@ categories:
- google_cloud
- cloud
conditions:
kibana.version: ^8.3.0
kibana.version: ^8.5.0
screenshots:
- src: /img/filebeat-gcp-audit.png
title: filebeat gcp audit
Expand Down