Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix errors in ingest management examples #37

Merged
merged 1 commit into from
Jul 15, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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