Skip to content

Commit

Permalink
Small correction to googlecloud/firewall docs (elastic#17365) (elasti…
Browse files Browse the repository at this point in the history
…c#17386)

(cherry picked from commit 3743d58)
  • Loading branch information
adriansr authored Apr 2, 2020
1 parent ba409ea commit 9941dc7
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 9941dc7

Please sign in to comment.