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

Similar to https://www.elastic.co/guide/en/kibana/current/alert-action-settings-kb.html#general-alert-action-settings is a 32 character minimum length required for xpack.reporting.encryptionKey
This commit is contained in:
Toby Sutor 2020-07-28 16:35:00 +02:00 committed by GitHub
parent 0dbfde4f4d
commit f87d97b629
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ You can configure `xpack.reporting` settings in your `kibana.yml` to:
| Set to `false` to disable the {report-features}.
| `xpack.reporting.encryptionKey`
| Set to any text string. By default, {kib} will generate a random key when it
| Set to an alphanumeric, at least 32 characters long text string. By default, {kib} will generate a random key when it
starts, which will cause pending reports to fail after restart. Configure this
setting to preserve the same key across multiple restarts and multiple instances of {kib}.