mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-08 18:53:52 +00:00
11 lines
622 B
HTML
11 lines
622 B
HTML
|
<div>
|
||
|
<ul class="wazuh-submenu">
|
||
|
<li class="active"><a>Discover</a></li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
<div ng-controller="kibanaIntegrationController" style="height:100vh;">
|
||
|
<h2 class="container_page_title" style="margin-left: 90px; margin-top: 30px;">Discover <a ng-href="{{getAlerts('ossec-*', '', 'from:now-7d,mode:quick,to:now', true)}}" target="_blank"><span class="glyphicon glyphicon-share"></span></a></h2>
|
||
|
<div style="margin-bottom: 25px; height: 100%;">
|
||
|
<iframe ng-src="{{getAlerts('ossec-*', '', 'from:now-7d,mode:quick,to:now', false)}}" height="100%" width="100%"></iframe>
|
||
|
</div>
|
||
|
</div>
|