From b4a21067970dce6d347588268e925d4e7f664013 Mon Sep 17 00:00:00 2001 From: grakiss Date: Sun, 20 Mar 2016 22:11:55 -0400 Subject: [PATCH] Provide access to ELK through the compass web Change-Id: If98b033823e72d16ea9f75721ab20bb2f350dc34 Signed-off-by: grakiss --- v2.5/src/app/app.coffee | 4 ++++ v2.5/src/app/partials/cluster-log.tpl.html | 2 ++ 2 files changed, 6 insertions(+) create mode 100644 v2.5/src/app/partials/cluster-log.tpl.html diff --git a/v2.5/src/app/app.coffee b/v2.5/src/app/app.coffee index 0adf45c..0b66197 100644 --- a/v2.5/src/app/app.coffee +++ b/v2.5/src/app/app.coffee @@ -126,6 +126,10 @@ define(['angular' url: '/roles' templateUrl: 'src/app/partials/cluster-roles.tpl.html' requireAuthenticated: true + .state 'cluster.log', + url: '/log' + templateUrl: 'src/app/partials/cluster-log.tpl.html' + requireAuthenticated: true .state 'cluster.report', url: '/report', controller: "clusterReportCtrl", diff --git a/v2.5/src/app/partials/cluster-log.tpl.html b/v2.5/src/app/partials/cluster-log.tpl.html new file mode 100644 index 0000000..c109caf --- /dev/null +++ b/v2.5/src/app/partials/cluster-log.tpl.html @@ -0,0 +1,2 @@ + +

Log functionality not compatible on this device.