mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-08 10:43:51 +00:00
9 lines
482 B
HTML
9 lines
482 B
HTML
<md-content style="background-color: white" flex layout="column" layout-align="start space-around" ng-if="menuNavItem == 'discover'">
|
|
|
|
<kbn-disfull table-height="1000px;" dis-a="(columns:!(_source),filters:!(),index:'wazuh-alerts-*',interval:auto,query:(query_string:(analyze_wildcard:!t,query:'*')),sort:!('@timestamp',desc))"
|
|
dis-g="(refreshInterval:(display:Off,pause:!f,value:0),time:(from:now-24h,mode:quick,to:now))"
|
|
infinite-scroll="true">
|
|
</kbn-disfull>
|
|
|
|
</md-content>
|