mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
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:
parent
333271abd0
commit
310fb7f67f
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
--------------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue