From ed0a0826c20ac54bb361d6a13828764a4872c03d Mon Sep 17 00:00:00 2001 From: Joe Reuter Date: Thu, 12 Mar 2020 14:24:02 +0100 Subject: [PATCH] fix graph plugin config path (#59540) (#59995) --- x-pack/plugins/graph/kibana.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/plugins/graph/kibana.json b/x-pack/plugins/graph/kibana.json index 0d0ddc55a391b..0c77b446fa28d 100644 --- a/x-pack/plugins/graph/kibana.json +++ b/x-pack/plugins/graph/kibana.json @@ -5,5 +5,6 @@ "server": true, "ui": true, "requiredPlugins": ["licensing"], - "optionalPlugins": ["home"] + "optionalPlugins": ["home"], + "configPath": ["xpack", "graph"] }