mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-08 10:43:51 +00:00
11 lines
646 B
HTML
11 lines
646 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-*', defAlertFilter, '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-*', defAlertFilter, 'from:now-7d,mode:quick,to:now', false)}}" height="100%" width="100%"></iframe>
|
|
</div>
|
|
</div> |