forked from elastic/integrations
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[GCP] Add GCP Billing Metricset (elastic#2141)
- Loading branch information
1 parent
6a2821f
commit e3cfa71
Showing
4 changed files
with
815 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"}} |
Oops, something went wrong.