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
Yeah. It worked.
Thanks