2017-01-23 13:14:59 +00:00
< md-content flex ng-controller = "settingsController" layout = "column" >
2016-07-22 12:31:39 +00:00
2017-02-14 12:37:51 +00:00
< md-content class = "wazuhMenuNavBar" ng-init = "menuNavItem = 'settings'" style = "height: 70px;" >
< md-nav-bar class = "wazuhMenuNav" md-selected-nav-item = "menuNavItem" nav-bar-aria-label = "navigation menu" >
< md-nav-item id = "header_logo" md-nav-href = "#/" name = "logo" aria-hidden = "true" >
2017-11-17 12:36:34 +00:00
< img aria-hidden = "true" kbn-src = "/plugins/wazuh/img/logo_white.png" height = "44" weight = "252" > < / img >
2017-02-14 12:37:51 +00:00
< / md-nav-item >
2016-09-21 06:47:23 +00:00
< md-nav-item md-nav-href = "#/overview" name = "overview" > Overview< / md-nav-item >
< md-nav-item md-nav-href = "#/manager" name = "manager" > Manager< / md-nav-item >
< md-nav-item md-nav-href = "#/agents" name = "agents" > Agents< / md-nav-item >
< md-nav-item md-nav-href = "#/discover" name = "discover" > Discover< / md-nav-item >
< md-nav-item md-nav-href = "#/dashboards" name = "dashboards" > Dashboards< / md-nav-item >
2017-01-03 11:22:17 +00:00
< md-nav-item class = "wazuhMenuNavBar_gear" md-nav-href = "#/settings" name = "settings" > < i class = "fa fa-cog ng-scope" aria-hidden = "true" > < / i > < / md-nav-item >
2017-02-14 12:37:51 +00:00
< / md-nav-bar >
< / md-content >
2016-07-01 10:16:48 +00:00
2017-02-14 12:37:51 +00:00
< md-content class = "headBar" layout = "row" layout-align = "center start" >
< md-nav-bar flex style = "padding-right: 0px;" md-selected-nav-item = "submenuNavItem" nav-bar-aria-label = "navigation submenu" >
< md-nav-item md-nav-click = "submenuNavItem = 'api'" name = "api" > API< / md-nav-item >
< md-nav-item md-nav-click = "submenuNavItem = 'extensions'" name = "extensions" > Extensions< / md-nav-item >
< md-nav-item md-nav-click = "submenuNavItem = 'about'" name = "about" > About< / md-nav-item >
< / md-nav-bar >
< / md-content >
2017-08-13 19:54:56 +00:00
2016-12-27 15:37:52 +00:00
< div layout = "column" layout-align = "start stretch" >
2017-08-13 19:54:56 +00:00
2017-02-27 13:44:03 +00:00
< md-card layout-padding layout-align = "start stretch" ng-if = "submenuNavItem == 'api' && apiEntries.length == 0" >
2017-08-13 19:54:56 +00:00
2017-07-20 10:26:44 +00:00
< h1 class = "wazuh-h1" > Welcome to the Wazuh App for Kibana 5< / h1 >
2017-02-27 13:44:03 +00:00
< div >
2017-02-27 14:19:44 +00:00
< p > 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.< / p >
< p > In addition, make use of any or all of these extensions:< / p >
2017-02-27 13:44:03 +00:00
< ul >
2017-02-27 14:19:44 +00:00
< li > Linux Audit system integration.
< li > PCI DSS Compliance.
2017-02-27 13:44:03 +00:00
< li > OpenSCAP security compliance and vulnerability assessments.
< / ul >
2017-08-13 19:54:56 +00:00
< p > The app joins Wazuh features like: < strong > Log management and analysis< / strong > , < strong > file integrity monitoring< / strong > , < strong > intrusion and anomaly detection< / strong > and < strong > policy and compliance monitoring.< / strong > < / p >
< p > Help us to improve this app. We would appreciate your feedback. Collaborate with us on the < a href = "https://groups.google.com/forum/#!forum/wazuh" > Mailing Lists< / a > and/or the Wazuh App < a href = "https://github.com/wazuh/wazuh-kibana-app" > Github repository< / a > < / p >
2017-02-27 13:44:03 +00:00
< br >
2017-08-13 19:54:56 +00:00
< p > Please enter your Wazuh RESTful API credentials at the form below to begin.< / p >
2017-02-27 13:44:03 +00:00
< / div >
< / md-card >
2017-08-13 19:54:56 +00:00
2017-02-14 12:37:51 +00:00
< md-card layout-padding layout-align = "start stretch" ng-if = "submenuNavItem == 'api'" >
2017-08-13 19:54:56 +00:00
2017-07-20 10:26:44 +00:00
< h1 class = "wazuh-h1" > < i class = "fa fa-cog ng-scope" aria-hidden = "true" style = "font-size: 25px;" > < / i > Wazuh App: API configuration< / h1 >
2016-10-25 10:34:04 +00:00
< span layout = "row" layout-align = "start start" >
2017-08-13 19:54:56 +00:00
< p flex = "15" style = "font-weight: bold;" > Cluster< / p >
2016-12-22 19:54:57 +00:00
< p flex = "20" style = "font-weight: bold;" > Manager< / p >
2017-08-11 18:39:22 +00:00
< p flex = "15" style = "font-weight: bold;" > API URL< / p >
< p flex = "15" style = "font-weight: bold;" > API Port< / p >
< p flex = "15" style = "font-weight: bold;" > User< / p >
2016-10-25 10:34:04 +00:00
< p flex = "20" style = "font-weight: bold;" > Actions< / p >
2017-08-13 19:54:56 +00:00
2016-10-25 10:34:04 +00:00
< / span >
2017-08-13 19:54:56 +00:00
2016-10-25 19:03:21 +00:00
< div ng-repeat = "entry in apiEntries" >
< span layout = "row" layout-align = "space-between center" >
2017-08-13 19:54:56 +00:00
< p flex = "15" > < i ng-show = "(entry._source.active == 'true')" tooltip = "Set as default Manager" class = "fa fa-star" aria-hidden = "true" style = "color: #f39c12; font-size: 18px;" > < / i > {{entry._source.cluster_info.cluster}}< / p >
< p flex = "20" > {{entry._source.cluster_info.manager}}< / p >
2017-08-11 18:39:22 +00:00
< p flex = "15" > {{entry._source.url}}< / p >
< p flex = "15" > {{entry._source.api_port}}< / p >
< p flex = "15" > {{entry._source.api_user}}< / p >
2016-10-25 19:03:21 +00:00
< p flex = "20" >
2016-10-26 01:01:33 +00:00
< i ng-click = "setDefault(entry)" tooltip = "Set as default Manager" class = "fa fa-star" aria-hidden = "true" style = "font-size: 18px;" > < / i >
2016-10-25 19:03:21 +00:00
< i ng-click = "removeManager(entry)" tooltip = "Remove manager" class = "fa fa-trash" aria-hidden = "true" style = "margin-left: 7px;font-size: 18px;" > < / i >
2017-02-24 13:29:29 +00:00
< i ng-click = "checkManager(entry)" tooltip = "Check connection" class = "fa fa-refresh" aria-hidden = "true" style = "margin-left: 7px;font-size: 18px;" > < / i >
2016-10-25 19:03:21 +00:00
< / p >
< / span >
2017-08-13 19:54:56 +00:00
2016-10-25 19:03:21 +00:00
< md-divider > < / md-divider >
< / div >
2017-08-13 19:54:56 +00:00
2017-01-23 13:14:59 +00:00
< div layout = "row" layout-align = "center center" >
2017-11-17 17:20:13 +00:00
< md-button flex = "15" ng-click = "$parent.addManagerContainer = !$parent.addManagerContainer" type = "submit" class = "buttonBlueLightSettings md-raised md-primary" > < i class = "fa fa-plus-circle" aria-hidden = "true" style = "font-size: 15px;" > < / i > Add new API< / md-button >
2017-01-23 13:14:59 +00:00
< / div >
2017-08-13 19:54:56 +00:00
2017-02-27 13:44:03 +00:00
< form flex ng-submit = "processForm()" layout = "column" layout-align = "start stretch" ng-show = "$parent.addManagerContainer || apiEntries.length == 0" style = "margin-top: 30px; " >
2016-12-27 15:37:52 +00:00
< md-input-container >
< label > Username< / label >
2017-01-23 13:14:59 +00:00
< input placeholder = "" type = "text" ng-model = "formData.user" aria-label = "username" required > < / input >
2016-10-21 19:50:56 +00:00
< / md-input-container >
< md-input-container >
2016-12-22 19:54:57 +00:00
< label > Password< / label >
2017-01-23 13:14:59 +00:00
< input placeholder = "" type = "password" ng-model = "formData.password" aria-label = "password" required > < / input >
2016-10-21 19:50:56 +00:00
< / md-input-container >
< md-input-container >
2016-12-22 19:54:57 +00:00
< label > URL< / label >
2017-01-23 13:14:59 +00:00
< input placeholder = "https://" ng-model = "formData.url" type = "url" aria-label = "full url" required > < / input >
2016-10-25 19:03:21 +00:00
< / md-input-container >
< md-input-container >
2016-12-22 19:54:57 +00:00
< label > Port< / label >
2017-01-23 13:14:59 +00:00
< input placeholder = "" ng-model = "formData.port" type = "text" aria-label = "port" required > < / input >
2016-10-21 19:50:56 +00:00
< / md-input-container >
2017-03-02 17:43:04 +00:00
< div layout = "row" layout-align = "center center" >
< p style = "color: #ff9999" > {{messageError}}< / p >
< / div >
2017-01-23 13:14:59 +00:00
< div layout = "row" layout-align = "center center" >
< md-button flex = "15" type = "submit" class = "buttonBlueLight md-raised md-primary" > < i class = "fa fa-plus-circle" aria-hidden = "true" style = "font-size: 13px; margin-right: 5px; " > < / i > SAVE< / md-button >
< / div >
2016-10-21 19:50:56 +00:00
< / form >
2017-08-13 19:54:56 +00:00
2016-10-21 19:50:56 +00:00
< / md-card >
2017-01-23 13:14:59 +00:00
2017-02-14 12:37:51 +00:00
< md-card flex layout-padding layout-align = "start stretch" ng-if = "submenuNavItem == 'extensions'" >
2017-08-13 19:54:56 +00:00
2017-07-20 10:26:44 +00:00
< h1 class = "wazuh-h1" > < i class = "fa fa-cog ng-scope" aria-hidden = "true" style = "font-size: 25px;" > < / i > Wazuh App: Extensions< / h1 >
2017-08-13 19:54:56 +00:00
2017-01-23 13:14:59 +00:00
< p flex > Enable or disable extensions according to your needs. The extension includes: Panels, discover and dashboards, for agents / overview.< / p >
2017-01-30 12:03:17 +00:00
< div >
< span layout = "row" layout-align = "space-between center" style = "font-weight: bold" >
PCI DSS
< / span >
< span >
The Payment Card Industry Data Security Standard (PCI DSS) is a proprietary information security standard for organizations that handle branded credit cards from the major card schemes including Visa, MasterCard, American Express, Discover, and JCB. The PCI Standard is mandated by the card brands and administered by the Payment Card Industry Security Standards Council. The standard was created to increase controls around cardholder data to reduce credit card fraud.
< / span >
< span >
< md-switch flex ng-model = "extensions.pci" aria-label = "extensionsPci" ng-change = "toggleExtension('pci',extensions.pci)" > < / md-switch >
< / span >
< md-divider > < / md-divider >
< / div >
2017-08-13 19:54:56 +00:00
2017-01-23 13:14:59 +00:00
< div >
< span layout = "row" layout-align = "space-between center" style = "font-weight: bold" >
OpenSCAP
< / span >
< span >
OVAL (Open Vulnerability Assessment Language) interpreter used to check system configuration and detect vulnerable applications. It is recognized as a standardized compliance and hardening checking solution for enterprise-level infrastructure.
< / span >
< span >
2017-01-23 17:58:50 +00:00
< md-switch flex ng-model = "extensions.oscap" aria-label = "extensionsOscap" ng-change = "toggleExtension('oscap',extensions.oscap)" > < / md-switch >
2017-01-23 13:14:59 +00:00
< / span >
< md-divider > < / md-divider >
< / div >
2017-08-13 19:54:56 +00:00
2017-01-23 13:14:59 +00:00
< div >
< span layout = "row" layout-align = "space-between center" style = "font-weight: bold" >
Audit
< / span >
< span >
The Linux Audit system provides a way to track security-relevant information on your system. Based on pre-configured rules, Audit generates log entries to record as much information about the events that are happening on your system as possible.
< / span >
< span layout = "row" layout-align = "space-between center" >
2017-01-23 17:58:50 +00:00
< md-switch flex ng-model = "extensions.audit" aria-label = "extensionsAudit" ng-change = "toggleExtension('audit',extensions.audit)" > < / md-switch >
2017-01-23 13:14:59 +00:00
< / span >
2017-08-13 19:54:56 +00:00
< / div >
2017-01-23 13:14:59 +00:00
< / md-card >
2017-08-13 19:54:56 +00:00
2017-03-02 17:43:04 +00:00
< md-content layout = "column" layout-align = "start stretch" ng-if = "submenuNavItem == 'about'" >
2017-08-13 19:54:56 +00:00
2017-03-02 17:43:04 +00:00
< md-card layout-align = "start stretch" >
< md-card-content >
2017-07-20 10:26:44 +00:00
< h1 class = "wazuh-h1" > About< / h1 >
2017-03-02 17:43:04 +00:00
< div >
< p > 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.< / p >
< p > In addition, make use of any or all of these extensions:< / p >
< ul >
< li > Linux Audit system integration.
< li > PCI DSS Compliance.
< li > OpenSCAP security compliance and vulnerability assessments.
< / ul >
2017-08-13 19:54:56 +00:00
< p > The app joins Wazuh features like: < strong > Log management and analysis< / strong > , < strong > file integrity monitoring< / strong > , < strong > intrusion and anomaly detection< / strong > and < strong > policy and compliance monitoring.< / strong > < / p >
< p > Help us to improve this app. We would appreciate your feedback. Collaborate with us on the < a href = "https://groups.google.com/forum/#!forum/wazuh" > Mailing Lists< / a > and/or the Wazuh App < a href = "https://github.com/wazuh/wazuh-kibana-app" > Github repository< / a > < / p >
2017-03-02 17:43:04 +00:00
< / div >
< / md-card-content >
< / md-card >
2017-08-13 19:54:56 +00:00
2017-03-02 17:43:04 +00:00
< md-card layout-align = "start stretch" >
< md-card-content style = "width: 500px;" >
2017-07-20 10:26:44 +00:00
< h1 class = "wazuh-h1" > Version< / h1 >
2017-03-02 17:43:04 +00:00
< span layout = "row" layout-align = "space-between center" >
< p > App version< / p >
< p > {{appInfo["app-version"]}}< / p >
< / span >
< md-divider > < / md-divider >
< span layout = "row" layout-align = "space-between center" >
< p > Install date< / p >
< p > {{appInfo["installationDate"]}}< / p >
< / span >
< md-divider > < / md-divider >
< span layout = "row" layout-align = "space-between center" >
< p > Revision< / p >
< p > {{appInfo["revision"]}}< / p >
< / span >
2017-08-13 19:54:56 +00:00
2017-03-02 17:43:04 +00:00
< / md-card-content >
2017-08-13 19:54:56 +00:00
< / md-card >
< / md-content >
2016-07-01 10:16:48 +00:00
< / div >
2016-06-29 01:43:18 +00:00
2017-05-25 16:29:54 +00:00
< / md-content >