Skip to content

Commit

Permalink
Fix errors in examples (elastic#37) (elastic#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
dedemorton authored Jul 15, 2020
1 parent 83d2308 commit 483934f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/en/ingest-management/getting-started.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ to `true`. For example, you might want to disable TLS checking if {kib} is
behind a proxy that terminates the SSL connection.
- Set `xpack.encryptedSavedObjects.encryptionKey` to any alphanumeric value of
at least 32 characters. For example:
`xpack.security.encryptionKey: "something_at_least_32_characters"`. {fleet}
`xpack.encryptedSavedObjects.encryptionKey: "something_at_least_32_characters"`. {fleet}
requires this setting in order to save API keys and encrypt them in {kib}.

[float]
Expand Down
2 changes: 1 addition & 1 deletion docs/en/ingest-management/troubleshooting.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ property in the `kibana.yml` configuration file. For example:

[source,yaml]
----
xpack.security.encryptionKey: "something_at_least_32_characters"
xpack.encryptedSavedObjects.encryptionKey: "something_at_least_32_characters"
----

[float]
Expand Down

0 comments on commit 483934f

Please sign in to comment.