Skip to content

Commit

Permalink
Small correction to googlecloud/firewall docs (elastic#17365)
Browse files Browse the repository at this point in the history
  • Loading branch information
adriansr committed Apr 1, 2020
1 parent 5c2eb42 commit 57156fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions filebeat/docs/modules/googlecloud.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ Example config:
firewall:
enabled: true
var.project_id: my-gcp-project-id
var.topic: googlecloud-vpc-flowlogs
var.subscription_name: filebeat-googlecloud-vpc-flowlogs-sub
var.topic: googlecloud-vpc-firewall
var.subscription_name: filebeat-googlecloud-vpc-firewall-sub
var.credentials_file: ${path.config}/gcp-service-account-xyz.json
var.keep_original_message: false
----
Expand Down
4 changes: 2 additions & 2 deletions x-pack/filebeat/module/googlecloud/_meta/docs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ Example config:
firewall:
enabled: true
var.project_id: my-gcp-project-id
var.topic: googlecloud-vpc-flowlogs
var.subscription_name: filebeat-googlecloud-vpc-flowlogs-sub
var.topic: googlecloud-vpc-firewall
var.subscription_name: filebeat-googlecloud-vpc-firewall-sub
var.credentials_file: ${path.config}/gcp-service-account-xyz.json
var.keep_original_message: false
----
Expand Down

0 comments on commit 57156fc

Please sign in to comment.