Skip to content

Commit

Permalink
Fix YAML syntax in Okta module instantiation example (#23065)
Browse files Browse the repository at this point in the history
  • Loading branch information
alankis committed Dec 28, 2020
1 parent 27d0f08 commit 8dbe24a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion filebeat/docs/modules/okta.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This is an example configuration for the module.

[source,yaml]
----
- module okta
- module: okta
system:
var.url: https://yourOktaDomain/api/v1/logs
var.api_key: '00QCjAl4MlV-WPXM...0HmjFx-vbGua'
Expand Down
2 changes: 1 addition & 1 deletion x-pack/filebeat/module/okta/_meta/docs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This is an example configuration for the module.

[source,yaml]
----
- module okta
- module: okta
system:
var.url: https://yourOktaDomain/api/v1/logs
var.api_key: '00QCjAl4MlV-WPXM...0HmjFx-vbGua'
Expand Down

0 comments on commit 8dbe24a

Please sign in to comment.