Skip to content

Commit

Permalink
[docs] Fix typo in googlecloud examples (elastic#18425) (elastic#18437)
Browse files Browse the repository at this point in the history
  • Loading branch information
dedemorton authored May 12, 2020
1 parent 58b805b commit 247a84d
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 @@ -32,7 +32,7 @@ Example config:

[source,yaml]
----
- module: googleclcoud
- module: googlecloud
vpcflow:
enabled: true
var.project_id: my-gcp-project-id
Expand Down Expand Up @@ -77,7 +77,7 @@ Example config:

[source,yaml]
----
- module: googleclcoud
- module: googlecloud
firewall:
enabled: true
var.project_id: my-gcp-project-id
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 @@ -27,7 +27,7 @@ Example config:

[source,yaml]
----
- module: googleclcoud
- module: googlecloud
vpcflow:
enabled: true
var.project_id: my-gcp-project-id
Expand Down Expand Up @@ -72,7 +72,7 @@ Example config:

[source,yaml]
----
- module: googleclcoud
- module: googlecloud
firewall:
enabled: true
var.project_id: my-gcp-project-id
Expand Down

0 comments on commit 247a84d

Please sign in to comment.