Skip to content

Commit

Permalink
[docs] Fix typo in googlecloud examples (elastic#18425) (elastic#18439)
Browse files Browse the repository at this point in the history
  • Loading branch information
dedemorton authored May 12, 2020
1 parent 44b903f commit 6d0b831
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions filebeat/docs/modules/googlecloud.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Example config:

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

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

[source,yaml]
----
- module: googleclcoud
- module: googlecloud
firewall:
enabled: true
var.project_id: my-gcp-project-id
Expand Down
6 changes: 3 additions & 3 deletions x-pack/filebeat/module/googlecloud/_meta/docs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Example config:

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

[source,yaml]
----
- module: googleclcoud
- module: googlecloud
vpcflow:
enabled: true
var.project_id: my-gcp-project-id
Expand Down Expand Up @@ -120,7 +120,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 6d0b831

Please sign in to comment.