Using the xpack.encryptedSavedObjects.encryptionKey for Alerts and Actions in kibana 7.9

Hi,
I'm using a docker compose file for ELK setup and using the latest 7.9 version for kibana. Now i want to set the xpack.encryptedSavedObjects.encryptionKey parameter in the kibana.yml so that i can use the alert and actions feature. how can i do/set it ? need some help on this

Hi, on your kibana.yml
Set this :

xpack.encryptedSavedObjects.encryptionKey: "EePXCifCaykPORwjqKGbINHCPFYnNXZT"

"EePXCifCaykPORwjqKGbINHCPFYnNXZT" = You need to change this with your encryption key

2 Likes

Yeah. It worked.
Thanks

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.