From b6561fd8e2f20a00a9a9c42212c66ceb4ad414ae Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Thu, 29 Apr 2021 15:35:22 -0400 Subject: [PATCH] Update defaultRoute with new path structure --- salt/kibana/etc/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/kibana/etc/config.json b/salt/kibana/etc/config.json index 9631e0343..7593a0c27 100644 --- a/salt/kibana/etc/config.json +++ b/salt/kibana/etc/config.json @@ -1,7 +1,7 @@ { "attributes": { "defaultIndex": "2289a0c0-6970-11ea-a0cd-ffa0f6a1bc29", - "defaultRoute":"/app/kibana#/dashboard/a8411b30-6d03-11ea-b301-3d6c35840645", + "defaultRoute":"/kibana/app/dashboards#/view/a8411b30-6d03-11ea-b301-3d6c35840645", "discover:sampleSize":"100", "dashboard:defaultDarkTheme":true, "theme:darkMode":true,