2018-08-22 08:52:29 +00:00
< div layout = "column" layout-align = "start stretch" ng-if = "tab === 'about' && !load" >
2018-06-13 09:32:22 +00:00
2018-07-02 08:55:57 +00:00
<!-- Headline -->
< div layout = "column" layout-padding >
< span class = "font-size-18" > < i class = "fa fa-fw fa-info-circle" aria-hidden = "true" > < / i > Wazuh app description< / span >
< span class = "md-subheader" > Learn more about this app< / span >
< / div >
<!-- End headline -->
<!-- App information section -->
< div layout = "row" layout-align = "start center" ng-if = "!load" >
< md-card flex class = "wz-metric-color wz-md-card" >
< md-card-content layout = "row" class = "wz-padding-metric" >
< div class = "wz-text-truncatable" flex > App version: < span class = "wz-text-bold" > {{appInfo["app-version"]}}< / span > < / div >
< div class = "wz-text-truncatable" flex > App revision: < span class = "wz-text-bold" > {{appInfo["revision"]}}< / span > < / div >
< div class = "wz-text-truncatable" flex > Install date: < span class = "wz-text-bold" > {{appInfo["installationDate"] | date : "medium"}}< / span > < / div >
< / md-card-content >
< / md-card >
< / div >
<!-- End app information section -->
2018-06-13 09:32:22 +00:00
<!-- About card section -->
< div layout = "row" layout-align = "start start" >
< md-card flex class = "wz-md-card" >
< md-card-content >
2018-07-02 08:55:57 +00:00
< div layout = "column" >
2018-06-13 09:32:22 +00:00
< div layout-padding >
The Wazuh App brings together a new and useful web interface for managing and monitoring your Wazuh infrastructure. You can check agent status, alert evolution, most recent events, popular alerts, top alert groups, etc. You can also display configuration and logs of the manager.
< / div >
< div layout = "row" >
< div layout = "column" >
< div layout-padding >
Make use of any or all of these extensions:
< / div >
< div layout-padding >
< ul class = "md-body-1" >
< li > < strong > Linux Audit system integration< / strong > < / li >
< li > < strong > PCI DSS Compliance< / strong > < / li >
< li > < strong > GDPR Compliance< / strong > < / li >
< li > < strong > OpenSCAP security compliance and vulnerability assessments< / strong > < / li >
2018-06-19 14:40:03 +00:00
< li > < strong > CIS-CAT integration< / strong > < / li >
2018-06-13 09:32:22 +00:00
< li > < strong > Amazon Web Services (AWS) integration< / strong > < / li >
< li > < strong > VirusTotal integration< / strong > < / li >
< / ul >
< / div >
< / div >
< div layout = "column" >
< div layout-padding >
The app joins Wazuh features like:
< / div >
< div layout-padding >
< ul class = "md-body-1" >
< li > < strong > Manager and agent groups configurations< / strong > < / li >
< li > < strong > Log management and analysis< / strong > < / li >
< li > < strong > File integrity monitoring< / strong > < / li >
< li > < strong > Intrusion and anomaly detection< / strong > < / li >
< li > < strong > Policy and compliance monitoring< / strong > < / li >
< li > < strong > Wazuh cluster nodes monitoring< / strong > < / li >
< / ul >
< / div >
< / div >
< / div >
< div layout-padding >
Help us to improve this app. We would appreciate your feedback. Collaborate with us on the links below.
< / div >
< / div >
< / md-card-content >
< md-card-actions layout = "row" layout-align = "end center" class = "wz-card-actions" >
< md-button target = "_blank" href = "https://groups.google.com/forum/#!forum/wazuh" class = "wz-text-link cursor-pointer small" aria-label = "Open Wazuh mailing list" >
< i class = "fa fa-fw fa-info" aria-hidden = "true" > < / i > Mailing list
< / md-button >
< md-button target = "_blank" href = "https://github.com/wazuh/wazuh-kibana-app" class = "wz-text-link cursor-pointer small" aria-label = "Open Wazuh Kibana app repository" >
< i class = "fa fa-fw fa-info" aria-hidden = "true" > < / i > GitHub repository
< / md-button >
< / md-card-actions >
< / md-card >
< / div >
<!-- End about card section -->
2018-07-02 10:12:53 +00:00
2018-06-13 09:32:22 +00:00
< / div >