From 9a1ca4fb75d1432da9f67f7c9e9e4299344302e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20de=20la=20Pe=C3=B1a?= Date: Wed, 1 Jul 2020 17:45:20 +0200 Subject: [PATCH] feat: support Kibana's static encryption key See https://github.com/elastic/integrations/pull/100 --- e2e/_suites/ingest-manager/configurations/kibana.config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/e2e/_suites/ingest-manager/configurations/kibana.config.yml b/e2e/_suites/ingest-manager/configurations/kibana.config.yml index 1907ddc099..484b39b258 100644 --- a/e2e/_suites/ingest-manager/configurations/kibana.config.yml +++ b/e2e/_suites/ingest-manager/configurations/kibana.config.yml @@ -7,6 +7,8 @@ elasticsearch.username: elastic elasticsearch.password: changeme xpack.monitoring.ui.container.elasticsearch.enabled: true +xpack.encryptedSavedObjects.encryptionKey: "12345678901234567890123456789012" + xpack.ingestManager.enabled: true xpack.ingestManager.epm.enabled: true xpack.ingestManager.epm.registryUrl: http://package-registry:8080