mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
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:
parent
f87d97b629
commit
56609049cb
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