Provide access to ELK through the compass web

Change-Id: If98b033823e72d16ea9f75721ab20bb2f350dc34
Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
This commit is contained in:
grakiss 2016-03-20 22:11:55 -04:00
parent 83f0f26589
commit b4a2106797
2 changed files with 6 additions and 0 deletions

View File

@ -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",

View File

@ -0,0 +1,2 @@
<iframe id="kibanaFrame" width="1050" height="850" frameborder="0" src="/app/kibana">Browser not compatible with this feature.</iframe>
<p class="iframe-fail">Log functionality not compatible on this device.</p>