-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Filebeat] Rename googlecloud module to gcp module (#22214)
- Loading branch information
1 parent
96974f2
commit 113afdc
Showing
42 changed files
with
675 additions
and
491 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
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
File renamed without changes
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 |
---|---|---|
|
@@ -64,4 +64,6 @@ include::./faq.asciidoc[] | |
|
||
include::{libbeat-dir}/contributing-to-beats.asciidoc[] | ||
|
||
include::redirects.asciidoc[] | ||
|
||
|
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
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
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,10 @@ | ||
["appendix",role="exclude",id="redirects"] | ||
= Deleted pages | ||
|
||
The following pages have moved or been deleted. | ||
|
||
[role="exclude",id="filebeat-module-googlecloud"] | ||
== Google Cloud module | ||
|
||
See <<filebeat-module-gcp>>. | ||
|
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,54 @@ | ||
- module: gcp | ||
vpcflow: | ||
enabled: true | ||
|
||
# Google Cloud project ID. | ||
var.project_id: my-gcp-project-id | ||
|
||
# Google Pub/Sub topic containing VPC flow logs. Stackdriver must be | ||
# configured to use this topic as a sink for VPC flow logs. | ||
var.topic: gcp-vpc-flowlogs | ||
|
||
# Google Pub/Sub subscription for the topic. Filebeat will create this | ||
# subscription if it does not exist. | ||
var.subscription_name: filebeat-gcp-vpc-flowlogs-sub | ||
|
||
# Credentials file for the service account with authorization to read from | ||
# the subscription. | ||
var.credentials_file: ${path.config}/gcp-service-account-xyz.json | ||
|
||
firewall: | ||
enabled: true | ||
|
||
# Google Cloud project ID. | ||
var.project_id: my-gcp-project-id | ||
|
||
# Google Pub/Sub topic containing firewall logs. Stackdriver must be | ||
# configured to use this topic as a sink for firewall logs. | ||
var.topic: gcp-vpc-firewall | ||
|
||
# Google Pub/Sub subscription for the topic. Filebeat will create this | ||
# subscription if it does not exist. | ||
var.subscription_name: filebeat-gcp-firewall-sub | ||
|
||
# Credentials file for the service account with authorization to read from | ||
# the subscription. | ||
var.credentials_file: ${path.config}/gcp-service-account-xyz.json | ||
|
||
audit: | ||
enabled: true | ||
|
||
# Google Cloud project ID. | ||
var.project_id: my-gcp-project-id | ||
|
||
# Google Pub/Sub topic containing firewall logs. Stackdriver must be | ||
# configured to use this topic as a sink for firewall logs. | ||
var.topic: gcp-vpc-audit | ||
|
||
# Google Pub/Sub subscription for the topic. Filebeat will create this | ||
# subscription if it does not exist. | ||
var.subscription_name: filebeat-gcp-audit | ||
|
||
# Credentials file for the service account with authorization to read from | ||
# the subscription. | ||
var.credentials_file: ${path.config}/gcp-service-account-xyz.json |
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
4 changes: 2 additions & 2 deletions
4
...ebeat/module/googlecloud/_meta/fields.yml → x-pack/filebeat/module/gcp/_meta/fields.yml
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
Oops, something went wrong.