32 characters requirement for xpack.reporting.encryptionKey (#72594) (#73464)

Similar to https://github.com/elastic/kibana/pull/72593 document that the string needs to be at least 32 characters long.

Co-authored-by: Toby Sutor <55087308+toby-sutor@users.noreply.github.com>
This commit is contained in:
Kaarina Tungseth 2020-07-28 09:48:11 -05:00 committed by GitHub
parent 333271abd0
commit 310fb7f67f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ reporting job metadata.
To set a static encryption key for reporting, set the
`xpack.reporting.encryptionKey` property in the `kibana.yml`
configuration file. You can use any text string as the encryption key.
configuration file. You can use any alphanumeric, at least 32 characters long text string as the encryption key.
[source,yaml]
--------------------------------------------------------------------------------