Provide access to ELK through the compass web
Change-Id: If98b033823e72d16ea9f75721ab20bb2f350dc34 Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
This commit is contained in:
parent
83f0f26589
commit
b4a2106797
@ -126,6 +126,10 @@ define(['angular'
|
|||||||
url: '/roles'
|
url: '/roles'
|
||||||
templateUrl: 'src/app/partials/cluster-roles.tpl.html'
|
templateUrl: 'src/app/partials/cluster-roles.tpl.html'
|
||||||
requireAuthenticated: true
|
requireAuthenticated: true
|
||||||
|
.state 'cluster.log',
|
||||||
|
url: '/log'
|
||||||
|
templateUrl: 'src/app/partials/cluster-log.tpl.html'
|
||||||
|
requireAuthenticated: true
|
||||||
.state 'cluster.report',
|
.state 'cluster.report',
|
||||||
url: '/report',
|
url: '/report',
|
||||||
controller: "clusterReportCtrl",
|
controller: "clusterReportCtrl",
|
||||||
|
2
v2.5/src/app/partials/cluster-log.tpl.html
Normal file
2
v2.5/src/app/partials/cluster-log.tpl.html
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user