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

Similar to https://github.com/elastic/kibana/pull/72593 document that the string needs to be at least 32 characters long.
This commit is contained in:
Toby Sutor 2020-07-28 16:35:08 +02:00 committed by GitHub
parent f87d97b629
commit 56609049cb
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]
--------------------------------------------------------------------------------