Skip to content

Commit

Permalink
[GCP] Add GCP Billing Metricset (elastic#2141)
Browse files Browse the repository at this point in the history
  • Loading branch information
legoguy1000 authored and gpop63 committed Mar 23, 2022
1 parent 6a2821f commit e3cfa71
Show file tree
Hide file tree
Showing 4 changed files with 815 additions and 0 deletions.
30 changes: 30 additions & 0 deletions packages/gcp/_dev/build/docs/logs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Google Cloud Platform Logs Integration

The Google Cloud Platform Logs integration collects and parses Google Cloud audit, VPC flow,
and firewall logs that have been exported from Stackdriver to a Google Pub/Sub topic sink.

## Logs

### Audit

This is the `audit` dataset.

{{event "audit"}}

{{fields "audit"}}

### Firewall

This is the `firewall` dataset.

{{event "firewall"}}

{{fields "firewall"}}

### VPC Flow

This is the `VPC Flow` dataset.

{{event "vpcflow"}}

{{fields "vpcflow"}}
13 changes: 13 additions & 0 deletions packages/gcp/_dev/build/docs/metrics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Google Cloud Platform Metrics Integration

The Google Cloud Platform Metrics integration collects and parses Google Cloud billing metrics.

## Metrics

### Billing

This is the `billing` dataset.

{{event "billing"}}

{{fields "billing"}}
Loading

0 comments on commit e3cfa71

Please sign in to comment.