Updated kibana configuration to point to dashboard, not discover page
diff --git a/demo/dashboard/files/config/kibana.yml b/demo/dashboard/files/config/kibana.yml
index 2151e64..3dd9aa3 100644
--- a/demo/dashboard/files/config/kibana.yml
+++ b/demo/dashboard/files/config/kibana.yml
@@ -39,7 +39,7 @@
 # kibana.index: ".kibana"

 

 # The default application to load.

-# kibana.defaultAppId: "discover"

+# kibana.defaultAppId: "dashboard"

 

 # If your Elasticsearch is protected with basic auth, these are the user credentials

 # used by the Kibana server to perform maintenance on the kibana_index at startup. Your Kibana