You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@metron.apache.org by rm...@apache.org on 2017/04/11 13:51:23 UTC

[12/12] incubator-metron git commit: METRON-623 Management UI [contributed by Raghu Mitra Kandikonda and Ryan Merriman] closes apache/incubator-metron#489

METRON-623 Management UI [contributed by Raghu Mitra Kandikonda and Ryan Merriman] closes apache/incubator-metron#489


Project: http://git-wip-us.apache.org/repos/asf/incubator-metron/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-metron/commit/1ef8cd8f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-metron/tree/1ef8cd8f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-metron/diff/1ef8cd8f

Branch: refs/heads/master
Commit: 1ef8cd8ff692b29d1042548a903092b0a0d88c4d
Parents: 0e629f3
Author: merrimanr <me...@gmail.com>
Authored: Tue Apr 11 08:40:43 2017 -0500
Committer: merrimanr <me...@gmail.com>
Committed: Tue Apr 11 08:40:43 2017 -0500

----------------------------------------------------------------------
 .travis.yml                                     |   10 +-
 .../docker/rpm-docker/SPECS/metron.spec         |   46 +
 .../packaging/docker/rpm-docker/pom.xml         |    6 +
 metron-interface/metron-config/.gitignore       |   42 +
 metron-interface/metron-config/LICENSE          |  220 ++++
 metron-interface/metron-config/NOTICE           |   11 +
 metron-interface/metron-config/README.md        |   77 ++
 metron-interface/metron-config/angular-cli.json |   51 +
 metron-interface/metron-config/assembly.xml     |   65 ++
 .../metron-config/e2e/app/app.e2e-spec.ts       |   50 +
 .../metron-config/e2e/app/app.po.ts             |   47 +
 .../metron-config/e2e/login/login.e2e-spec.ts   |   45 +
 .../metron-config/e2e/login/login.po.ts         |   60 ++
 .../sensor-config-readonly.e2e-spec.ts          |  113 ++
 .../sensor-config-readonly.po.ts                |  125 +++
 .../e2e/sensor-config/sensor-config.po.ts       |  243 +++++
 .../sensor-list-parser-actions.e2e-spec.ts      |  132 +++
 .../e2e/sensor-list/sensor-list.e2e-spec.ts     |  161 +++
 .../e2e/sensor-list/sensor-list.po.ts           |  240 +++++
 .../metron-config/e2e/tsconfig.json             |   16 +
 .../sensor-config-single-parser.e2e-spec.ts     |  159 +++
 .../metron-config/e2e/utils/e2e_util.ts         |   30 +
 metron-interface/metron-config/karma.conf.js    |   64 ++
 metron-interface/metron-config/package.json     |   65 ++
 metron-interface/metron-config/pom.xml          |  143 +++
 .../metron-config/protractor.conf.js            |   64 ++
 metron-interface/metron-config/proxy.conf.json  |   10 +
 .../metron-config/scripts/package.json          |   21 +
 .../scripts/prepend_license_header.sh           |   42 +
 .../metron-config/scripts/server.js             |   82 ++
 .../metron-config/scripts/start_dev.sh          |   19 +
 .../scripts/start_management_ui.sh              |   24 +
 .../metron-config/src/app/_main.scss            |  112 ++
 .../metron-config/src/app/_variables.scss       |   71 ++
 .../metron-config/src/app/app.component.html    |   25 +
 .../metron-config/src/app/app.component.scss    |   34 +
 .../metron-config/src/app/app.component.spec.ts |   89 ++
 .../metron-config/src/app/app.component.ts      |   39 +
 .../src/app/app.config.interface.ts             |    3 +
 .../metron-config/src/app/app.config.ts         |    8 +
 .../metron-config/src/app/app.module.ts         |   59 +
 .../metron-config/src/app/app.routes.ts         |   33 +
 .../metron-config/src/app/environment.ts        |   24 +
 .../general-settings.component.html             |   57 +
 .../general-settings.component.scss             |   41 +
 .../general-settings.component.spec.ts          |  161 +++
 .../general-settings.component.ts               |   72 ++
 .../general-settings/general-settings.module.ts |   30 +
 .../general-settings.routing.ts                 |   27 +
 .../src/app/general-settings/index.ts           |   18 +
 .../metron-config/src/app/global.scss           |  594 ++++++++++
 metron-interface/metron-config/src/app/index.ts |   22 +
 .../src/app/login/login.component.html          |   28 +
 .../src/app/login/login.component.scss          |   55 +
 .../src/app/login/login.component.spec.ts       |   65 ++
 .../src/app/login/login.component.ts            |   43 +
 .../metron-config/src/app/login/login.module.ts |   24 +
 .../src/app/login/login.routing.ts              |   25 +
 .../src/app/model/autocomplete-option.ts        |   30 +
 .../src/app/model/field-transformation.ts       |   20 +
 .../src/app/model/field-transformer.ts          |   24 +
 .../src/app/model/grok-validation.ts            |   23 +
 .../metron-config/src/app/model/kafka-topic.ts  |   23 +
 .../src/app/model/parse-message-request.ts      |   23 +
 .../metron-config/src/app/model/rest-error.ts   |   22 +
 .../src/app/model/risk-level-rule.ts            |   23 +
 .../src/app/model/sensor-enrichment-config.ts   |   44 +
 .../src/app/model/sensor-enrichments.ts         |   24 +
 .../src/app/model/sensor-indexing-config.ts     |   28 +
 .../app/model/sensor-parser-config-history.ts   |   29 +
 .../src/app/model/sensor-parser-config.ts       |   33 +
 .../src/app/model/sensor-parser-context.ts      |   22 +
 .../src/app/model/sensor-parser-info.ts         |   25 +
 .../src/app/model/sensor-parser-response.ts     |   21 +
 .../src/app/model/sensor-parser-status.ts       |   25 +
 .../app/model/stellar-function-description.ts   |   30 +
 .../src/app/model/threat-triage-config.ts       |   23 +
 .../src/app/model/topology-response.ts          |   21 +
 .../src/app/model/topology-status.ts            |   26 +
 .../metron-config/src/app/navbar/index.ts       |   18 +
 .../src/app/navbar/navbar.component.scss        |   28 +
 .../src/app/navbar/navbar.component.spec.ts     |   48 +
 .../src/app/navbar/navbar.component.ts          |   31 +
 .../metron-config/src/app/navbar/navbar.html    |   29 +
 .../metron-config/src/app/rxjs-operators.ts     |   32 +
 .../app/sensors/sensor-field-schema/index.ts    |   18 +
 .../sensor-field-schema.component.html          |  113 ++
 .../sensor-field-schema.component.scss          |  168 +++
 .../sensor-field-schema.component.spec.ts       |  523 +++++++++
 .../sensor-field-schema.component.ts            |  435 ++++++++
 .../sensor-field-schema.module.ts               |   30 +
 .../src/app/sensors/sensor-grok/index.ts        |   18 +
 .../sensor-grok/sensor-grok.component.html      |   46 +
 .../sensor-grok/sensor-grok.component.scss      |   67 ++
 .../sensor-grok/sensor-grok.component.spec.ts   |  234 ++++
 .../sensor-grok/sensor-grok.component.ts        |  135 +++
 .../sensors/sensor-grok/sensor-grok.module.ts   |   30 +
 .../sensor-parser-config-readonly/index.ts      |    1 +
 ...sensor-parser-config-readonly.component.html |  108 ++
 ...sensor-parser-config-readonly.component.scss |  110 ++
 ...sor-parser-config-readonly.component.spec.ts |  708 ++++++++++++
 .../sensor-parser-config-readonly.component.ts  |  372 +++++++
 .../sensor-parser-config-readonly.module.ts     |   27 +
 .../sensor-parser-config-readonly.routing.ts    |   25 +
 .../app/sensors/sensor-parser-config/index.ts   |    1 +
 .../sensor-parser-config.component.html         |  181 ++++
 .../sensor-parser-config.component.scss         |  120 +++
 .../sensor-parser-config.component.spec.ts      | 1014 ++++++++++++++++++
 .../sensor-parser-config.component.ts           |  421 ++++++++
 .../sensor-parser-config.module.ts              |   35 +
 .../sensor-parser-config.routing.ts             |   27 +
 .../src/app/sensors/sensor-parser-list/index.ts |   18 +
 .../sensor-parser-list.component.html           |   85 ++
 .../sensor-parser-list.component.scss           |   17 +
 .../sensor-parser-list.component.spec.ts        |  742 +++++++++++++
 .../sensor-parser-list.component.ts             |  368 +++++++
 .../sensor-parser-list.module.ts                |   30 +
 .../sensor-parser-list.routing.ts               |   25 +
 .../sensor-raw-json.component.html              |   49 +
 .../sensor-raw-json.component.scss              |   36 +
 .../sensor-raw-json.component.spec.ts           |  191 ++++
 .../sensor-raw-json.component.ts                |  103 ++
 .../sensor-raw-json/sensor-raw-json.module.ts   |   28 +
 .../sensor-rule-editor.component.html           |   49 +
 .../sensor-rule-editor.component.scss           |   90 ++
 .../sensor-rule-editor.component.spec.ts        |   74 ++
 .../rule-editor/sensor-rule-editor.component.ts |   49 +
 .../rule-editor/sensor-rule-editor.module.ts    |   28 +
 .../sensor-threat-triage.component.html         |   88 ++
 .../sensor-threat-triage.component.scss         |  137 +++
 .../sensor-threat-triage.component.spec.ts      |  211 ++++
 .../sensor-threat-triage.component.ts           |  208 ++++
 .../sensor-threat-triage.module.ts              |   29 +
 .../app/service/authentication.service.spec.ts  |  190 ++++
 .../src/app/service/authentication.service.ts   |   92 ++
 .../app/service/global-config.service.spec.ts   |   99 ++
 .../src/app/service/global-config.service.ts    |   75 ++
 .../app/service/grok-validation.service.spec.ts |  106 ++
 .../src/app/service/grok-validation.service.ts  |   56 +
 .../src/app/service/hdfs.service.spec.ts        |  110 ++
 .../src/app/service/hdfs.service.ts             |   63 ++
 .../src/app/service/kafka.service.spec.ts       |  114 ++
 .../src/app/service/kafka.service.ts            |   59 +
 .../sensor-enrichment-config.service.spec.ts    |  144 +++
 .../service/sensor-enrichment-config.service.ts |   71 ++
 .../sensor-indexing-config.service.spec.ts      |  118 ++
 .../service/sensor-indexing-config.service.ts   |   58 +
 ...sensor-parser-config-history.service.spec.ts |   97 ++
 .../sensor-parser-config-history.service.ts     |   61 ++
 .../sensor-parser-config.service.spec.ts        |  149 +++
 .../app/service/sensor-parser-config.service.ts |  116 ++
 .../src/app/service/stellar.service.spec.ts     |  142 +++
 .../src/app/service/stellar.service.ts          |   68 ++
 .../src/app/service/storm.service.spec.ts       |  252 +++++
 .../src/app/service/storm.service.ts            |  144 +++
 .../shared/ace-editor/ace-editor.component.html |   16 +
 .../shared/ace-editor/ace-editor.component.scss |   32 +
 .../ace-editor/ace-editor.component.spec.ts     |   26 +
 .../shared/ace-editor/ace-editor.component.ts   |  182 ++++
 .../app/shared/ace-editor/ace-editor.module.ts  |   12 +
 .../src/app/shared/ace-editor/index.ts          |   18 +
 .../advanced-config-form.component.html         |   39 +
 .../advanced-config-form.component.scss         |   61 ++
 .../advanced-config-form.component.spec.ts      |  151 +++
 .../advanced-config-form.component.ts           |  110 ++
 .../advanced-config-form.module.ts              |   14 +
 .../src/app/shared/auth-guard.spec.ts           |   92 ++
 .../metron-config/src/app/shared/auth-guard.ts  |   50 +
 .../metron-config/src/app/shared/index.ts       |   19 +
 .../src/app/shared/login-guard.spec.ts          |   61 ++
 .../metron-config/src/app/shared/login-guard.ts |   40 +
 .../src/app/shared/metron-alerts.spec.ts        |   75 ++
 .../src/app/shared/metron-alerts.ts             |   52 +
 .../src/app/shared/metron-dialog-box.spec.ts    |   63 ++
 .../src/app/shared/metron-dialog-box.ts         |   75 ++
 .../src/app/shared/metron-modal/index.ts        |    1 +
 .../metron-modal/metron-modal.component.html    |   20 +
 .../metron-modal/metron-modal.component.scss    |   45 +
 .../metron-modal/metron-modal.component.spec.ts |   43 +
 .../metron-modal/metron-modal.component.ts      |   27 +
 .../shared/metron-table/metron-sorter/index.ts  |    1 +
 .../metron-sorter/metron-sorter.component.html  |   21 +
 .../metron-sorter/metron-sorter.component.scss  |   17 +
 .../metron-sorter.component.spec.ts             |   75 ++
 .../metron-sorter/metron-sorter.component.ts    |   28 +
 .../metron-table/metron-table.directive.spec.ts |   52 +
 .../metron-table/metron-table.directive.ts      |   42 +
 .../shared/metron-table/metron-table.module.ts  |   14 +
 .../src/app/shared/multiple-input/index.ts      |    1 +
 .../multiple-input.component.html               |   39 +
 .../multiple-input.component.scss               |   21 +
 .../multiple-input.component.spec.ts            |  147 +++
 .../multiple-input/multiple-input.component.ts  |   83 ++
 .../multiple-input/multiple-input.module.ts     |   13 +
 .../src/app/shared/number-spinner/index.ts      |    1 +
 .../number-spinner.component.html               |   22 +
 .../number-spinner.component.scss               |   55 +
 .../number-spinner.component.spec.ts            |   46 +
 .../number-spinner/number-spinner.component.ts  |   70 ++
 .../number-spinner/number-spinner.module.ts     |   13 +
 .../sample-data/sample-data.component.html      |   22 +
 .../sample-data/sample-data.component.scss      |   66 ++
 .../sample-data/sample-data.component.spec.ts   |  188 ++++
 .../shared/sample-data/sample-data.component.ts |   84 ++
 .../shared/sample-data/sample-data.module.ts    |   13 +
 .../src/app/shared/shared.module.ts             |   29 +
 .../metron-config/src/app/util/enums.ts         |   21 +
 .../metron-config/src/app/util/httpUtil.ts      |   45 +
 .../src/app/util/httpUtils.spec.ts              |   47 +
 .../metron-config/src/app/util/stringUtils.ts   |   31 +
 .../src/app/verticalnavbar/index.ts             |   18 +
 .../verticalnavbar.component.scss               |   50 +
 .../verticalnavbar.component.spec.ts            |   53 +
 .../verticalnavbar/verticalnavbar.component.ts  |   35 +
 .../src/app/verticalnavbar/verticalnavbar.html  |   29 +
 .../metron-config/src/assets/.npmignore         |    0
 .../metron-config/src/assets/ace/LICENSE        |   24 +
 .../metron-config/src/assets/ace/mode-grok.js   |  106 ++
 .../src/assets/ace/snippets/grok.js             |   24 +
 .../src/assets/fonts/Roboto/LICENSE.txt         |  202 ++++
 .../src/assets/fonts/Roboto/Roboto-Black.ttf    |  Bin 0 -> 163488 bytes
 .../assets/fonts/Roboto/Roboto-BlackItalic.ttf  |  Bin 0 -> 165444 bytes
 .../src/assets/fonts/Roboto/Roboto-Bold.ttf     |  Bin 0 -> 162464 bytes
 .../assets/fonts/Roboto/Roboto-BoldItalic.ttf   |  Bin 0 -> 163644 bytes
 .../src/assets/fonts/Roboto/Roboto-Italic.ttf   |  Bin 0 -> 161484 bytes
 .../src/assets/fonts/Roboto/Roboto-Light.ttf    |  Bin 0 -> 162420 bytes
 .../assets/fonts/Roboto/Roboto-LightItalic.ttf  |  Bin 0 -> 166492 bytes
 .../src/assets/fonts/Roboto/Roboto-Medium.ttf   |  Bin 0 -> 162588 bytes
 .../assets/fonts/Roboto/Roboto-MediumItalic.ttf |  Bin 0 -> 165636 bytes
 .../src/assets/fonts/Roboto/Roboto-Regular.ttf  |  Bin 0 -> 162876 bytes
 .../src/assets/fonts/Roboto/Roboto-Thin.ttf     |  Bin 0 -> 163132 bytes
 .../assets/fonts/Roboto/Roboto-ThinItalic.ttf   |  Bin 0 -> 168276 bytes
 .../metron-config/src/assets/images/login.jpg   |  Bin 0 -> 335521 bytes
 .../metron-config/src/assets/images/logo.png    |  Bin 0 -> 21186 bytes
 .../src/environments/environment.prod.ts        |    3 +
 .../src/environments/environment.ts             |    8 +
 metron-interface/metron-config/src/favicon.ico  |  Bin 0 -> 1150 bytes
 metron-interface/metron-config/src/index.html   |   38 +
 metron-interface/metron-config/src/main.ts      |   29 +
 metron-interface/metron-config/src/polyfills.ts |   36 +
 metron-interface/metron-config/src/styles.scss  |  739 +++++++++++++
 metron-interface/metron-config/src/test.ts      |   64 ++
 .../metron-config/src/tsconfig.json             |   24 +
 metron-interface/metron-config/src/typings.d.ts |   23 +
 metron-interface/metron-config/tslint.json      |  112 ++
 .../metron/rest/model/TopologyStatus.java       |   14 +-
 metron-interface/metron-rest/README.md          |    8 +
 .../metron/rest/controller/GrokController.java  |    8 +
 .../metron/rest/controller/HdfsController.java  |    2 +-
 .../metron/rest/controller/KafkaController.java |    2 +-
 .../SensorEnrichmentConfigController.java       |   12 +-
 .../apache/metron/rest/service/GrokService.java |    2 +
 .../service/SensorEnrichmentConfigService.java  |    3 +
 .../rest/service/impl/GrokServiceImpl.java      |    9 +
 .../impl/SensorEnrichmentConfigServiceImpl.java |    7 +
 .../impl/SensorParserConfigServiceImpl.java     |    1 +
 .../GrokControllerIntegrationTest.java          |   14 +
 ...richmentConfigControllerIntegrationTest.java |   12 +-
 .../StormControllerIntegrationTest.java         |   12 +-
 .../rest/service/impl/GrokServiceImplTest.java  |   16 +-
 .../SensorEnrichmentConfigServiceImplTest.java  |   11 +
 .../metron-rest/src/test/resources/README.vm    |   76 +-
 metron-interface/pom.xml                        |    1 +
 pom.xml                                         |   15 +-
 site-book/bin/generate-md.sh                    |    1 +
 265 files changed, 19397 insertions(+), 50 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/1ef8cd8f/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 9e9f536..1632b6e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,3 +1,11 @@
+env:
+  - CXX=g++-4.8
+addons:
+  apt:
+    sources:
+    - ubuntu-toolchain-r-test
+    packages:
+    - g++-4.8
 install: true
 language: java
 jdk:
@@ -9,7 +17,7 @@ before_install:
   - export PATH=$M2_HOME/bin:$PATH
 script:
   - |
-    time mvn -q -T 2C -DskipTests install && time mvn -q -T 2C surefire:test@unit-tests && mvn -q surefire:test@integration-tests  && time build_utils/verify_licenses.sh
+    time mvn -q -T 2C -DskipTests install && time mvn -q -T 2C surefire:test@unit-tests && mvn -q surefire:test@integration-tests  && time mvn -q test --projects metron-interface/metron-config && time build_utils/verify_licenses.sh
 cache:
   directories:
   - $HOME/.m2

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/1ef8cd8f/metron-deployment/packaging/docker/rpm-docker/SPECS/metron.spec
----------------------------------------------------------------------
diff --git a/metron-deployment/packaging/docker/rpm-docker/SPECS/metron.spec b/metron-deployment/packaging/docker/rpm-docker/SPECS/metron.spec
index 2c619e1..593cf5c 100644
--- a/metron-deployment/packaging/docker/rpm-docker/SPECS/metron.spec
+++ b/metron-deployment/packaging/docker/rpm-docker/SPECS/metron.spec
@@ -50,6 +50,7 @@ Source5:        metron-enrichment-%{full_version}-archive.tar.gz
 Source6:        metron-indexing-%{full_version}-archive.tar.gz
 Source7:        metron-pcap-backend-%{full_version}-archive.tar.gz
 Source8:        metron-profiler-%{full_version}-archive.tar.gz
+Source10:       metron-config-%{full_version}-archive.tar.gz
 
 %description
 Apache Metron provides a scalable advanced security analytics framework
@@ -80,6 +81,7 @@ tar -xzf %{SOURCE5} -C %{buildroot}%{metron_home}
 tar -xzf %{SOURCE6} -C %{buildroot}%{metron_home}
 tar -xzf %{SOURCE7} -C %{buildroot}%{metron_home}
 tar -xzf %{SOURCE8} -C %{buildroot}%{metron_home}
+tar -xzf %{SOURCE10} -C %{buildroot}%{metron_home}
 
 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
@@ -313,6 +315,50 @@ This package installs the Metron Profiler %{metron_home}
 %{metron_home}/flux/profiler/remote.yaml
 %attr(0644,root,root) %{metron_home}/lib/metron-profiler-%{full_version}-uber.jar
 
+# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+%package        config
+Summary:        Metron Management UI
+Group:          Applications/Internet
+Provides:       config = %{version}
+
+%description    config
+This package installs the Metron Management UI %{metron_home}
+
+%files          config
+%defattr(-,root,root,755)
+%dir %{metron_root}
+%dir %{metron_home}
+%dir %{metron_home}/bin
+%dir %{metron_home}/web
+%dir %{metron_home}/web/expressjs
+%dir %{metron_home}/web/management-ui
+%dir %{metron_home}/web/management-ui/assets
+%dir %{metron_home}/web/management-ui/assets/ace
+%dir %{metron_home}/web/management-ui/assets/ace/snippets
+%dir %{metron_home}/web/management-ui/assets/fonts
+%dir %{metron_home}/web/management-ui/assets/fonts/Roboto
+%dir %{metron_home}/web/management-ui/assets/images
+%dir %{metron_home}/web/management-ui/license
+%{metron_home}/bin/start_management_ui.sh
+%attr(0755,root,root) %{metron_home}/web/expressjs/server.js
+%attr(0644,root,root) %{metron_home}/web/expressjs/package.json
+%attr(0644,root,root) %{metron_home}/web/management-ui/favicon.ico
+%attr(0644,root,root) %{metron_home}/web/management-ui/index.html
+%attr(0644,root,root) %{metron_home}/web/management-ui/*.js
+%attr(0644,root,root) %{metron_home}/web/management-ui/*.js.gz
+%attr(0644,root,root) %{metron_home}/web/management-ui/*.ttf
+%attr(0644,root,root) %{metron_home}/web/management-ui/*.svg
+%attr(0644,root,root) %{metron_home}/web/management-ui/*.eot
+%attr(0644,root,root) %{metron_home}/web/management-ui/*.woff
+%attr(0644,root,root) %{metron_home}/web/management-ui/*.woff2
+%attr(0644,root,root) %{metron_home}/web/management-ui/assets/ace/*.js
+%attr(0644,root,root) %{metron_home}/web/management-ui/assets/ace/LICENSE
+%attr(0644,root,root) %{metron_home}/web/management-ui/assets/ace/snippets/*.js
+%attr(0644,root,root) %{metron_home}/web/management-ui/assets/fonts/Roboto/LICENSE.txt
+%attr(0644,root,root) %{metron_home}/web/management-ui/assets/fonts/Roboto/*.ttf
+%attr(0644,root,root) %{metron_home}/web/management-ui/assets/images/*
+%attr(0644,root,root) %{metron_home}/web/management-ui/license/*
 
 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/1ef8cd8f/metron-deployment/packaging/docker/rpm-docker/pom.xml
----------------------------------------------------------------------
diff --git a/metron-deployment/packaging/docker/rpm-docker/pom.xml b/metron-deployment/packaging/docker/rpm-docker/pom.xml
index f96694e..d3e3052 100644
--- a/metron-deployment/packaging/docker/rpm-docker/pom.xml
+++ b/metron-deployment/packaging/docker/rpm-docker/pom.xml
@@ -199,6 +199,12 @@
                                         <include>*.tar.gz</include>
                                     </includes>
                                 </resource>
+                                <resource>
+                                    <directory>${metron_dir}/metron-interface/metron-config/target/</directory>
+                                    <includes>
+                                        <include>*.tar.gz</include>
+                                    </includes>
+                                </resource>
                             </resources>
                         </configuration>
                     </execution>

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/1ef8cd8f/metron-interface/metron-config/.gitignore
----------------------------------------------------------------------
diff --git a/metron-interface/metron-config/.gitignore b/metron-interface/metron-config/.gitignore
new file mode 100644
index 0000000..4be186c
--- /dev/null
+++ b/metron-interface/metron-config/.gitignore
@@ -0,0 +1,42 @@
+# See http://help.github.com/ignore-files/ for more about ignoring files.
+
+# compiled output
+/dist
+/tmp
+
+# dependencies
+/node
+/node_modules
+/bower_components
+
+# IDEs and editors
+/.idea
+.project
+.classpath
+*.launch
+.settings/
+
+# misc
+/.sass-cache
+/connect.lock
+/coverage
+/libpeerconnection.log
+npm-debug.log
+testem.log
+/typings
+
+# e2e
+/e2e/*.js
+/e2e/*.map
+
+#assets
+/src/assets/ace/snippets/json.js
+/src/assets/ace/snippets/text.js
+/src/assets/ace/ext-language_tools.js
+/src/assets/ace/mode-json.js
+/src/assets/ace/theme-monokai.js
+/src/assets/ace/worker-json.js
+
+#System Files
+.DS_Store
+Thumbs.db

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/1ef8cd8f/metron-interface/metron-config/LICENSE
----------------------------------------------------------------------
diff --git a/metron-interface/metron-config/LICENSE b/metron-interface/metron-config/LICENSE
new file mode 100644
index 0000000..9243f26
--- /dev/null
+++ b/metron-interface/metron-config/LICENSE
@@ -0,0 +1,220 @@
+Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets "{}"
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same "printed page" as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright {yyyy} {name of copyright owner}
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+
+------------------------------------------------------------------------------------
+
+------------------------------------------------------------------------------------
+  MIT
+------------------------------------------------------------------------------------
+
+This product bundles Twitter Bootstrap 4, which is available under a "MIT Software License" license.  For details, see https://github.com/twbs/bootstrap
+This product bundles core-js, which is available under a "MIT Software License" license.  For details, see https://github.com/zloirock/core-js
+This product bundles Jquery 2.2.4, which is available under a "MIT Software License" license.  For details, see https://jquery.com
+This product bundles tether 1.3.4, which is available under a "MIT Software License" license.  For details, see https://github.com/HubSpot/tether
+This product bundles ts-helpers 1.1.1, which is available under a "MIT Software License" license.  For details, see https://github.com/ngParty/ts-helpers
+This product bundles zone.js 0.6.23, which is available under a "MIT Software License" license.  For details, see htps://github.com/angular/zone.js
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/1ef8cd8f/metron-interface/metron-config/NOTICE
----------------------------------------------------------------------
diff --git a/metron-interface/metron-config/NOTICE b/metron-interface/metron-config/NOTICE
new file mode 100644
index 0000000..fd52449
--- /dev/null
+++ b/metron-interface/metron-config/NOTICE
@@ -0,0 +1,11 @@
+metron-config
+Copyright 2006-2016 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+
+This product includes Font Awesome 4.6.3 (http://fortawesome.github.com/Font-Awesome - SIL OFL 1.1)
+Copyright (c) 2013 Dave Gandy
+
+This product includes Ace (Ajax.org Cloud9 Editor) (http://github.com/ajaxorg/ace - http://github.com/ajaxorg/ace/blob/master/LICENSE)
+Copyright (c) 2010, Ajax.org B.V.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/1ef8cd8f/metron-interface/metron-config/README.md
----------------------------------------------------------------------
diff --git a/metron-interface/metron-config/README.md b/metron-interface/metron-config/README.md
new file mode 100644
index 0000000..92878b5
--- /dev/null
+++ b/metron-interface/metron-config/README.md
@@ -0,0 +1,77 @@
+# Metron Management UI
+
+This module provides a user interface for management functions in Metron.
+
+## Prerequisites
+
+* A network accessible Metron REST application
+* nodejs v6.9+ (nodejs can be installed on quick dev with `curl --silent --location https://rpm.nodesource.com/setup_6.x | bash - && yum install -y nodejs`)
+
+## Installation
+1. Build Metron:
+    ```
+    mvn clean package -DskipTests
+    ```
+  
+1. Copy `incubator-metron/metron-interface/metron-config/target/metron-config-METRON_VERSION-archive.tar.gz` to the desired host.
+
+1. Untar the archive in the target directory.  The directory structure will look like:
+    ```
+    bin
+      start_management_ui.sh
+    web
+      expressjs
+        package.json
+        server.js
+      management-ui
+        web assets (html, css, js, ...)
+    ```
+
+1. For production use, the contents of the `./web/management-ui` directory should be deployed to a web server with paths `/api/v1` and `/logout` mapped to the REST application url.  
+
+1. As an example, a convenience script is included that will install a simple [expressjs](https://github.com/expressjs/express) webserver.
+
+1. Then start the application with the script:
+    ```
+    ./bin/start_management_ui.sh
+    Usage: server.js -p [port] -r [restUrl]
+    Options:
+      -p             Port to run metron management ui                [required]
+      -r, --resturl  Url where metron rest application is available  [required]
+    ```
+
+## Usage
+
+The application will be available at http://host:4200 with credentials `user/password`, assuming the default port is configured and the `dev` profile is included when starting the REST application.  See the [REST application](../metron-rest#security) documentation for more information about security configuration for production.
+
+## Development
+
+The Management UI can also be started in development mode.  This allows changes to web assets to be seen interactively.
+
+1. Install the application with dev dependencies:
+    ```
+    npm install
+    ```
+  
+1. Start the application:
+    ```
+    ./scripts/start_dev.sh
+    ```
+
+The application will be available at http://localhost:4200/.  The REST application url defaults to `http://localhost:8080` but can be changed in the `proxy.conf.json` file.
+
+## Testing
+
+1. Install the application with dev dependencies:
+    ```
+    npm install
+    ```
+
+1. Unit tests can be run with:
+    ```
+    npm test
+    ```
+
+## License
+
+This projects bundles Font Awesome which is available under the SIL Open Font License.  See http://fontawesome.io/license/ for more details.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/1ef8cd8f/metron-interface/metron-config/angular-cli.json
----------------------------------------------------------------------
diff --git a/metron-interface/metron-config/angular-cli.json b/metron-interface/metron-config/angular-cli.json
new file mode 100644
index 0000000..7e99b78
--- /dev/null
+++ b/metron-interface/metron-config/angular-cli.json
@@ -0,0 +1,51 @@
+{
+  "project": {
+    "version": "1.0.0-beta.15",
+    "name": "metron-config"
+  },
+  "apps": [
+    {
+      "root": "src",
+      "outDir": "dist",
+      "assets": "assets",
+      "index": "index.html",
+      "main": "main.ts",
+      "test": "test.ts",
+      "tsconfig": "tsconfig.json",
+      "prefix": "metron-config",
+      "mobile": false,
+      "styles": [
+        "../node_modules/bootstrap/dist/css/bootstrap.css",
+        "../node_modules/font-awesome/css/font-awesome.css",
+        "styles.scss"
+      ],
+      "scripts": [
+        "../node_modules/jquery/dist/jquery.js",
+        "../node_modules/tether/dist/js/tether.js",
+        "../node_modules/bootstrap/dist/js/bootstrap.js",
+        "../node_modules/ace-builds/src-noconflict/ace.js"
+      ],
+      "environments": {
+        "source": "environments/environment.ts",
+        "dev": "environments/environment.ts",
+        "prod": "environments/environment.prod.ts"
+      }
+    }
+  ],
+  "addons": [],
+  "packages": [],
+  "e2e": {
+    "protractor": {
+      "config": "./protractor.conf.js"
+    }
+  },
+  "test": {
+    "karma": {
+      "config": "./karma.conf.js"
+    }
+  },
+  "defaults": {
+    "styleExt": "scss",
+    "prefixInterfaces": false
+  }
+}

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/1ef8cd8f/metron-interface/metron-config/assembly.xml
----------------------------------------------------------------------
diff --git a/metron-interface/metron-config/assembly.xml b/metron-interface/metron-config/assembly.xml
new file mode 100644
index 0000000..86eedd4
--- /dev/null
+++ b/metron-interface/metron-config/assembly.xml
@@ -0,0 +1,65 @@
+<!--
+  Licensed to the Apache Software
+	Foundation (ASF) under one or more contributor license agreements. See the
+	NOTICE file distributed with this work for additional information regarding
+	copyright ownership. The ASF licenses this file to You under the Apache License,
+	Version 2.0 (the "License"); you may not use this file except in compliance
+	with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
+	Unless required by applicable law or agreed to in writing, software distributed
+	under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
+	OR CONDITIONS OF ANY KIND, either express or implied. See the License for
+  the specific language governing permissions and limitations under the License.
+  -->
+
+<assembly>
+  <id>archive</id>
+  <formats>
+    <format>tar.gz</format>
+  </formats>
+  <includeBaseDirectory>false</includeBaseDirectory>
+  <fileSets>
+    <fileSet>
+      <directory>${project.basedir}/dist</directory>
+      <outputDirectory>/web/management-ui</outputDirectory>
+      <excludes>
+        <exclude>**/.npmignore</exclude>
+      </excludes>
+      <fileMode>0644</fileMode>
+    </fileSet>
+    <fileSet>
+      <directory>${project.basedir}/scripts</directory>
+      <outputDirectory>/web/expressjs</outputDirectory>
+      <includes>
+        <include>package.json</include>
+        <include>server.js</include>
+      </includes>
+      <fileMode>0644</fileMode>
+    </fileSet>
+    <fileSet>
+      <directory>${project.basedir}/scripts</directory>
+      <outputDirectory>/bin</outputDirectory>
+      <useDefaultExcludes>true</useDefaultExcludes>
+      <includes>
+        <include>start_management_ui.sh</include>
+      </includes>
+      <fileMode>0755</fileMode>
+      <lineEnding>unix</lineEnding>
+      <filtered>true</filtered>
+    </fileSet>
+    <fileSet>
+      <directory>${project.basedir}</directory>
+      <outputDirectory>/web/management-ui/license</outputDirectory>
+      <includes>
+        <include>LICENSE</include>
+        <include>NOTICE</include>
+      </includes>
+      <fileMode>0644</fileMode>
+    </fileSet>
+  </fileSets>
+  <files>
+    <file>
+      <source>src/favicon.ico</source>
+      <outputDirectory>/web/management-ui</outputDirectory>
+    </file>
+  </files>
+</assembly>

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/1ef8cd8f/metron-interface/metron-config/e2e/app/app.e2e-spec.ts
----------------------------------------------------------------------
diff --git a/metron-interface/metron-config/e2e/app/app.e2e-spec.ts b/metron-interface/metron-config/e2e/app/app.e2e-spec.ts
new file mode 100644
index 0000000..a10935c
--- /dev/null
+++ b/metron-interface/metron-config/e2e/app/app.e2e-spec.ts
@@ -0,0 +1,50 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+import { AppPage } from './app.po';
+import {LoginPage} from '../login/login.po';
+
+describe('Application Skeleton', function() {
+  let page = new AppPage();
+  let loginPage = new LoginPage();
+
+  beforeAll(() => {
+    loginPage.login();
+  });
+
+  afterAll(() => {
+    loginPage.logout();
+  });
+
+  it('should have metron logo', () => {
+    expect(page.isMetronLogoPresent()).toEqual(true);
+  });
+
+  it('should have navigations', () => {
+    expect(page.getNavigationTitle()).toEqual('Operations');
+    expect(page.getNavigationLinks()).toEqual([ 'Sensors', 'General Settings' ]);
+  });
+
+  it('should navigate to all pages', () => {
+    expect(page.selectNavLink('General Settings')).toEqual(true);
+    expect(page.getUrl()).toEqual('http://localhost:4200/general-settings');
+
+    expect(page.selectNavLink('Sensors')).toEqual(true);
+    expect(page.getUrl()).toEqual('http://localhost:4200/sensors');
+  });
+  
+});

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/1ef8cd8f/metron-interface/metron-config/e2e/app/app.po.ts
----------------------------------------------------------------------
diff --git a/metron-interface/metron-config/e2e/app/app.po.ts b/metron-interface/metron-config/e2e/app/app.po.ts
new file mode 100644
index 0000000..39f2c7a
--- /dev/null
+++ b/metron-interface/metron-config/e2e/app/app.po.ts
@@ -0,0 +1,47 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+import { browser, element, by } from 'protractor/globals';
+
+export class AppPage {
+
+  getNavigationLinks() {
+    return element.all(by.css('.navigation .nav-item')).getText();
+  }
+
+  getNavigationTitle() {
+    return element(by.css('.navigation .nav-link-title')).getText();
+  }
+
+  getUrl() {
+    return browser.getCurrentUrl();
+  }
+
+  isMetronLogoPresent() {
+    return element(by.css('.navbar-brand')).isPresent();
+  }
+
+  navigateTo() {
+    return browser.get('/');
+  }
+
+  selectNavLink(linkName: string) {
+    return element(by.cssContainingText('.navigation .nav-link', linkName)).click().then((args) => {
+      return true;
+    });
+  }
+}

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/1ef8cd8f/metron-interface/metron-config/e2e/login/login.e2e-spec.ts
----------------------------------------------------------------------
diff --git a/metron-interface/metron-config/e2e/login/login.e2e-spec.ts b/metron-interface/metron-config/e2e/login/login.e2e-spec.ts
new file mode 100644
index 0000000..ac1f8cb
--- /dev/null
+++ b/metron-interface/metron-config/e2e/login/login.e2e-spec.ts
@@ -0,0 +1,45 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+import { LoginPage } from './login.po';
+
+describe('login to application', function() {
+    let page: LoginPage;
+
+    beforeEach(() => {
+        page = new LoginPage();
+    });
+
+    it('should display error message for invalid credentials', () => {
+        page.navigateToLogin();
+        page.setUserNameAndPassword('admin', 'admin');
+        page.submitLoginForm();
+        expect(page.getErrorMessage()).toEqual('Login failed for admin');
+    });
+
+    it('should login for valid credentials', () => {
+        page.navigateToLogin();
+        page.setUserNameAndPassword('admin', 'password');
+        page.submitLoginForm();
+        expect(page.getLocation()).toEqual('http://localhost:4200/sensors');
+    });
+
+    it('should logout', () => {
+        page.logout();
+        expect(page.getLocation()).toEqual('http://localhost:4200/login');
+    });
+});

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/1ef8cd8f/metron-interface/metron-config/e2e/login/login.po.ts
----------------------------------------------------------------------
diff --git a/metron-interface/metron-config/e2e/login/login.po.ts b/metron-interface/metron-config/e2e/login/login.po.ts
new file mode 100644
index 0000000..9907583
--- /dev/null
+++ b/metron-interface/metron-config/e2e/login/login.po.ts
@@ -0,0 +1,60 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+import { browser, element, by } from 'protractor/globals';
+
+export class LoginPage {
+    navigateToLogin() {
+        return browser.get('/');
+    }
+
+    login() {
+        browser.wait(function() {return element(by.css('input.form-control')).isPresent();});
+        this.setUserNameAndPassword('admin', 'password');
+        this.submitLoginForm();
+        browser.wait(function() {return element(by.css('.logout')).isPresent();});
+    }
+
+    logout() {
+        browser.ignoreSynchronization = true;
+        element.all(by.css('.alert .close')).click();
+        element.all(by.css('.logout-link')).click();
+        browser.sleep(2000);
+    }
+
+    setUserNameAndPassword(userName: string, password: string) {
+        element.all(by.css('input.form-control')).get(0).sendKeys(userName);
+        element.all(by.css('input.form-control')).get(1).sendKeys(password);
+    }
+
+    submitLoginForm() {
+        return element.all(by.buttonText('LOG IN')).click();
+    }
+
+    getErrorMessage() {
+        let errorMessage = element(by.css('div[style="color:#a94442"]')).getText();
+        return errorMessage.then(message => {
+            return message.replace(/\n/,'').replace(/LOG\ IN$/,'');
+        })
+    }
+
+    getLocation() {
+        return browser.getCurrentUrl().then(url => {
+            return url;
+        });
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/1ef8cd8f/metron-interface/metron-config/e2e/sensor-config-readonly/sensor-config-readonly.e2e-spec.ts
----------------------------------------------------------------------
diff --git a/metron-interface/metron-config/e2e/sensor-config-readonly/sensor-config-readonly.e2e-spec.ts b/metron-interface/metron-config/e2e/sensor-config-readonly/sensor-config-readonly.e2e-spec.ts
new file mode 100644
index 0000000..85e10e4
--- /dev/null
+++ b/metron-interface/metron-config/e2e/sensor-config-readonly/sensor-config-readonly.e2e-spec.ts
@@ -0,0 +1,113 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+import {LoginPage} from '../login/login.po';
+import {SensorDetailsPage} from './sensor-config-readonly.po';
+
+describe('Sensor Details View', function () {
+    let page = new SensorDetailsPage();
+    let loginPage = new LoginPage();
+
+    beforeAll(() => {
+        loginPage.login();
+    });
+
+    afterAll(() => {
+        loginPage.logout();
+    });
+
+    it('should have squid attributes defined', (done) => {
+        let parserNotRunnigExpected = ['',
+            'PARSERS\nGrok',
+            'LAST UPDATED\n-',
+            'LAST EDITOR\n-',
+            'STATE\n-',
+            'ORIGINATOR\n-',
+            'CREATION DATE\n-',
+            ' ',
+            'STORM\nStopped',
+            'LATENCY\n-',
+            'THROUGHPUT\n-',
+            'EMITTED(10 MIN)\n-',
+            'ACKED(10 MIN)\n-',
+            ' ',
+            'KAFKA\nNo Kafka Topic',
+            'PARTITONS\n-',
+            'REPLICATION FACTOR\n-',
+            ''];
+        let parserRunningExpected = ['',
+            'PARSERS\nGrok',
+            'LAST UPDATED\n-',
+            'LAST EDITOR\n-',
+            'STATE\nEnabled',
+            'ORIGINATOR\n-',
+            'CREATION DATE\n-',
+            ' ',
+            'STORM\nRunning',
+            'LATENCY\n-',
+            'THROUGHPUT\n-',
+            'EMITTED(10 MIN)\n-',
+            'ACKED(10 MIN)\n-',
+            ' ',
+            'KAFKA\nNo Kafka Topic',
+            'PARTITONS\n-',
+            'REPLICATION FACTOR\n-',
+            ''];
+        let parserDisabledExpected = ['',
+            'PARSERS\nGrok',
+            'LAST UPDATED\n-',
+            'LAST EDITOR\n-',
+            'STATE\nDisabled',
+            'ORIGINATOR\n-',
+            'CREATION DATE\n-',
+            ' ',
+            'STORM\nDisabled',
+            'LATENCY\n-',
+            'THROUGHPUT\n-',
+            'EMITTED(10 MIN)\n-',
+            'ACKED(10 MIN)\n-',
+            ' ',
+            'KAFKA\nNo Kafka Topic',
+            'PARTITONS\n-',
+            'REPLICATION FACTOR\n-',
+            ''];
+        expect(page.navigateTo('squid')).toEqual('http://localhost:4200/sensors(dialog:sensors-readonly/squid)');
+        expect(page.getTitle()).toEqual("squid");
+        expect(page.getParserConfig()).toEqual(parserNotRunnigExpected);
+        expect(page.getButtons()).toEqual([ 'EDIT', 'START', 'Delete' ]);
+
+        expect(page.startParser()).toEqual(true);
+        expect(page.getButtons()).toEqual([ 'EDIT', 'STOP', 'DISABLE',  'Delete' ]);
+        expect(page.getParserConfig()).toEqual(parserRunningExpected);
+
+        expect(page.disableParser()).toEqual(true);
+        expect(page.getButtons()).toEqual([ 'EDIT', 'STOP', 'ENABLE',  'Delete' ]);
+        expect(page.getParserConfig()).toEqual(parserDisabledExpected);
+
+        expect(page.enableParser()).toEqual(true);
+        expect(page.getButtons()).toEqual([ 'EDIT', 'STOP', 'DISABLE',  'Delete' ]);
+        expect(page.getParserConfig()).toEqual(parserRunningExpected);
+
+        expect(page.stopParser()).toEqual(true);
+        expect(page.getButtons()).toEqual([ 'EDIT', 'START', 'Delete' ]);
+
+        page.closePane('squid');
+
+        done();
+
+    }, 300000);
+});

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/1ef8cd8f/metron-interface/metron-config/e2e/sensor-config-readonly/sensor-config-readonly.po.ts
----------------------------------------------------------------------
diff --git a/metron-interface/metron-config/e2e/sensor-config-readonly/sensor-config-readonly.po.ts b/metron-interface/metron-config/e2e/sensor-config-readonly/sensor-config-readonly.po.ts
new file mode 100644
index 0000000..41e5279
--- /dev/null
+++ b/metron-interface/metron-config/e2e/sensor-config-readonly/sensor-config-readonly.po.ts
@@ -0,0 +1,125 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+import { browser, element, by, protractor } from 'protractor/globals';
+import {changeURL, waitForElementVisibility} from '../utils/e2e_util';
+
+export class SensorDetailsPage {
+
+    private enableButton;
+    private disableButton;
+    private startButton;
+    private stopButton;
+
+    constructor() {
+        this.enableButton = element(by.cssContainingText('metron-config-sensor-parser-readonly .btn', 'ENABLE'));
+        this.disableButton = element(by.cssContainingText('metron-config-sensor-parser-readonly .btn', 'DISABLE'));
+        this.startButton = element(by.cssContainingText('metron-config-sensor-parser-readonly .btn', 'START'));
+        this.stopButton = element(by.cssContainingText('metron-config-sensor-parser-readonly .btn', 'STOP'));
+    }
+
+    clickToggleShowMoreLess(text: string, index: number) {
+        return element.all(by.linkText(text)).get(index).click().then(() => {
+            browser.sleep(1000);
+            return true;
+        })
+    }
+
+    closePane(name: string) {
+        return element(by.css('metron-config-sensor-parser-readonly .fa-times')).click().then(() => {
+            return true;
+        });
+    }
+
+    disableParser() {
+        return waitForElementVisibility(this.disableButton).then(() => {
+            return this.disableButton.click().then(() => {
+                return waitForElementVisibility(this.enableButton).then(() => {
+                    return true;
+                })
+            });
+        });
+    }
+
+    enableParser() {
+        return waitForElementVisibility(this.enableButton).then(() => {
+            return this.enableButton.click().then(() => {
+                return waitForElementVisibility(this.disableButton).then(() => {
+                    return true;
+                })
+            });
+        });
+    }
+
+    startParser() {
+        return waitForElementVisibility(this.startButton).then(() => {
+            return this.startButton.click().then(() => {
+                return waitForElementVisibility(this.stopButton).then(() => {
+                    return true;
+                })
+            });
+        });
+    }
+
+    stopParser() {
+        return waitForElementVisibility(this.stopButton).then(() => {
+            return this.stopButton.click().then(() => {
+                return waitForElementVisibility(this.startButton).then(() => {
+                    return true;
+                })
+            });
+        });
+    }
+
+    getButtons() {
+        return element.all(by.css('metron-config-sensor-parser-readonly button:not([hidden=""])')).getText();
+    }
+
+    getGrokStatement() {
+        return element(by.css('.form-value.grok')).getText();
+    }
+
+    getParserConfig() {
+        return element.all(by.css('metron-config-sensor-parser-readonly .row')).getText().then(data => {
+            return data.slice(1, 19);
+        });
+    }
+
+    getSchemaSummary() {
+        return element.all(by.css('.transforms')).getText();
+    }
+
+    getSchemaFullSummary() {
+        return element.all(by.css('.collapse.in')).getText();
+    }
+
+    getThreatTriageSummary() {
+        return element.all(by.css('.threat-triage-rules')).getText();
+    }
+
+    getTitle() {
+        let title = element(by.css('metron-config-sensor-parser-readonly .form-title'));
+        return waitForElementVisibility(title).then(() => {
+            return title.getText();
+        });
+    }
+
+    navigateTo(parserName: string) {
+        let url = browser.baseUrl + '/sensors(dialog:sensors-readonly/'+ parserName + ')';
+        return changeURL(url);
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/1ef8cd8f/metron-interface/metron-config/e2e/sensor-config/sensor-config.po.ts
----------------------------------------------------------------------
diff --git a/metron-interface/metron-config/e2e/sensor-config/sensor-config.po.ts b/metron-interface/metron-config/e2e/sensor-config/sensor-config.po.ts
new file mode 100644
index 0000000..ce0f824
--- /dev/null
+++ b/metron-interface/metron-config/e2e/sensor-config/sensor-config.po.ts
@@ -0,0 +1,243 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+import { browser, element, by, protractor } from 'protractor/globals';
+import {changeURL, waitForElementVisibility, waitForElementInVisibility, waitForElementPresence} from '../utils/e2e_util';
+
+export class SensorConfigPage {
+
+  private getEnrichmentsMultipleInput() {
+    return element.all(by.css('.config.container')).all(by.css('metron-config-multiple-input')).get(1).all(by.css('select')).last();
+  }
+
+  private getThreatIntelMultipleInput() {
+    return element.all(by.css('.config.container')).all(by.css('metron-config-multiple-input')).last().all(by.css('select')).last();
+  }
+
+  private getTransformationMultipleInput() {
+    return element.all(by.css('.config.container')).all(by.css('metron-config-multiple-input')).first().all(by.css('select')).last();
+  }
+
+  clickAddButton() {
+    changeURL(browser.baseUrl + '/sensors');
+    let addButton = element(by.css('.metron-add-button.hexa-button'));
+    return waitForElementPresence(addButton).then(() => {
+      addButton.click();
+    });
+  }
+
+  clickAddThreatTriageRule() {
+    let addThreatTriageButton = element(by.css('metron-config-sensor-threat-triage .add-button'));
+    return waitForElementVisibility(addThreatTriageButton).then(() => {
+      return addThreatTriageButton.click();
+    });
+  }
+
+  clickGrokStatement() {
+    let grokInput = element(by.css('input[formcontrolname="grokStatement"] + span'));
+    return waitForElementVisibility(grokInput).then(() => {
+      return grokInput.click();
+    });
+  }
+
+  clickSchema() {
+    let schemaInput = element(by.css('div[name="fieldSchema"] button'));
+    return waitForElementVisibility(schemaInput).then(() => {
+      return schemaInput.click();
+    });
+  }
+
+  clickThreatTriage() {
+    let threatTriageInput = element(by.css('div[name="threatTriage"] button'));
+    return waitForElementVisibility(threatTriageInput).then(() => {
+      return threatTriageInput.click();
+    });
+  }
+
+  closeMainPane() {
+    return element(by.css('.btn.save-button + button')).click();
+  }
+
+  closeSchemaPane() {
+    return element.all(by.css('metron-config-sensor-field-schema .form-title + i')).click();
+  }
+
+  closeThreatTriagePane() {
+    return element.all(by.css('metron-config-sensor-threat-triage .form-title + i')).click();
+  }
+
+  getGrokStatementFromMainPane() {
+    browser.waitForAngular;
+    return element.all(by.css('input[formcontrolname="grokStatement"]')). getAttribute('value');
+  }
+
+  getFieldSchemaSummary() {
+    return element.all(by.css('[name="fieldSchema"] table tr')).getText();
+  }
+
+  getFieldSchemaValues() {
+    return waitForElementPresence(element(by.css('metron-config-sensor-field-schema .field-schema-row'))).then(() => {
+      return element.all(by.css('metron-config-sensor-field-schema .field-schema-row')).getText();
+    });
+  }
+
+  getGrokResponse() {
+    let tableRows = element(by.css('metron-config-sensor-grok table tr'));
+    return waitForElementPresence(tableRows).then(() => {
+      return element.all(by.css('metron-config-sensor-grok table tr')).getText();
+    });
+  }
+
+  getFieldSchemaEditButton(name: string) {
+    let fieldRowClassName = 'metron-config-sensor-field-schema .field-schema-row';
+    return element(by.cssContainingText(fieldRowClassName, name)).element(by.xpath("..")).element(by.css('.fa-pencil'));
+  }
+
+  getFormData() {
+    let mainPanel = element.all(by.css('.metron-slider-pane-edit')).last();
+    return protractor.promise.all([
+      mainPanel.element(by.css('.form-title')).getText(),
+      mainPanel.element(by.css('input[name="sensorTopic"]')).getAttribute('value'),
+      mainPanel.element(by.css('select[formcontrolname="parserClassName"]')).getAttribute('value'),
+      mainPanel.element(by.css('input[formcontrolname="grokStatement"]')).getAttribute('value'),
+      mainPanel.all(by.css('div[name="fieldSchema"] table tr')).getText(),
+      mainPanel.all(by.css('div[name="threatTriage"] table tr')).getText(),
+      mainPanel.element(by.css('input[formcontrolname="index"]')).getAttribute('value'),
+      mainPanel.element(by.css('metron-config-number-spinner[name="batchSize"] input')).getAttribute('value'),
+      mainPanel.all(by.css('metron-config-advanced-form input')).getAttribute('value')
+    ]).then(args => {
+      return  {
+        title: args[0],
+        parserName: args[1],
+        parserType: args[2],
+        grokStatement: args[3],
+        fieldSchemaSummary: args[4],
+        threatTriageSummary: args[5],
+        indexName: args[6],
+        batchSize: args[7],
+        advancedConfig: args[8]
+      }
+    });
+  }
+
+  getKafkaStatusText() {
+    return element(by.css('input[name="sensorTopic"] + label')).getText();
+  }
+
+  getThreatTrigaeRule() {
+    return element.all(by.css('.threat-triage-rule-row.threat-triage-rule-str')).getText();
+  }
+
+  getThreatTriageSummary() {
+    return element.all(by.css('div[name="threatTriage"] table tr')).getText();
+  }
+
+  getTransformText() {
+    return element.all(by.css('.config.container')).all(by.css('.edit-pane-readonly')).getText();
+  }
+
+  navigateTo(parserName: string) {
+    let url = browser.baseUrl + '/sensors(dialog:sensors-readonly/'+ parserName + ')';
+    return changeURL(url);
+  }
+
+  setAdvancedConfig(key: string, value: string) {
+    return element.all(by.css('.advanced-link')).click().then(() => {
+      element(by.css('input[formcontrolname="newConfigKey"]')).sendKeys(key);
+      element(by.css('input[ng-reflect-name="newConfigValue"]')).sendKeys(value);
+    });
+  }
+
+  saveFieldSchemaConfig() {
+    return element.all(by.css('.config.container')).all(by.cssContainingText('.btn', 'SAVE')).click();
+  }
+
+  saveGrokStatement() {
+    let saveButton = element(by.cssContainingText('metron-config-sensor-grok button', 'SAVE'));
+    return waitForElementVisibility(saveButton).then(() => {
+      return element(by.cssContainingText('metron-config-sensor-grok button', 'SAVE')).click();
+    })
+  }
+
+  saveThreatTriageRule() {
+    return element(by.cssContainingText('metron-config-sensor-rule-editor .btn', 'SAVE')).click();
+  }
+
+  setGrokStatement(statement: string) {
+    return element(by.css('metron-config-sensor-grok .ace_text-input')).sendKeys(statement);
+  }
+
+  saveParser() {
+    return element(by.css('.btn.save-button')).click();
+  }
+
+  setParserName(name: string) {
+    return element(by.css('input[name="sensorTopic"]')).sendKeys(name);
+  }
+
+  setParserType(parserName: string) {
+    return element(by.css('select[formcontrolname="parserClassName"]')).click().then(() => {
+      return element.all(by.cssContainingText('select[formcontrolname="parserClassName"] option', parserName)).get(0).click();
+    })
+  }
+
+  setSampleMessage(paneName: string, message: string) {
+    let sampleMsgTextArea = element(by.css('metron-config-' + paneName + ' .form-control.sample-input'));
+    return waitForElementVisibility(sampleMsgTextArea).then(() => {
+      return sampleMsgTextArea.sendKeys(message);
+    })
+  }
+
+  setSchemaConfig(fieldName: string, transformValues: string[], enrichmentValues: string[], threatIntelValues: string[]) {
+    this.getFieldSchemaEditButton(fieldName).click();
+    
+    transformValues.forEach(transform => {
+      let transformSelect = this.getTransformationMultipleInput();
+      transformSelect.click().then(() => {
+        transformSelect.all(by.cssContainingText('option', transform)).last().click();
+      });
+    });
+    
+    enrichmentValues.forEach(enrichment => {
+      let enrichmentSelect = this.getEnrichmentsMultipleInput();
+      enrichmentSelect.click().then(() => {
+        enrichmentSelect.all(by.cssContainingText('option', enrichment)).last().click();
+      });
+    })
+
+    threatIntelValues.forEach(threatIntel => {
+      let threatIntelSelect = this.getThreatIntelMultipleInput();
+      threatIntelSelect.click().then(() => {
+        threatIntelSelect.all(by.cssContainingText('option', threatIntel)).last().click();
+      });
+    })
+  }
+
+  setThreatTriageRule(rule: string) {
+    let threatTriageTextArea = element(by.css('metron-config-sensor-rule-editor textarea'));
+    return waitForElementVisibility(threatTriageTextArea).then(() => {
+      return threatTriageTextArea.sendKeys(rule);
+    })
+  }
+
+  testGrokStatement() {
+    let saveButton = element(by.cssContainingText('metron-config-sensor-grok button', 'TEST'));
+    return waitForElementVisibility(saveButton).then(() => {
+      return element(by.cssContainingText('metron-config-sensor-grok button', 'TEST')).click();
+    })
+  }
+}

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/1ef8cd8f/metron-interface/metron-config/e2e/sensor-list/sensor-list-parser-actions.e2e-spec.ts
----------------------------------------------------------------------
diff --git a/metron-interface/metron-config/e2e/sensor-list/sensor-list-parser-actions.e2e-spec.ts b/metron-interface/metron-config/e2e/sensor-list/sensor-list-parser-actions.e2e-spec.ts
new file mode 100644
index 0000000..f8477cb
--- /dev/null
+++ b/metron-interface/metron-config/e2e/sensor-list/sensor-list-parser-actions.e2e-spec.ts
@@ -0,0 +1,132 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+import { SensorListPage } from './sensor-list.po';
+import {LoginPage} from '../login/login.po';
+
+describe('Sensor List Long Running Cases', function() {
+    let page: SensorListPage = new SensorListPage();
+    let loginPage = new LoginPage();
+    let ASCENDING_CSS = 'fa fa-sort-asc';
+    let DESCENDING_CSS = 'fa fa-sort-desc';
+    let defaultActionState = [
+        { classNames: 'fa-circle-o-notch', displayed: false },
+        { classNames: 'fa-stop', displayed: false },
+        { classNames: 'fa-ban', displayed: false },
+        { classNames: 'fa-play', displayed: true },
+        { classNames: 'fa-check-circle-o', displayed: false },
+        { classNames: 'fa-pencil', displayed: true },
+        { classNames: 'fa-trash-o', displayed: true }
+    ];
+    let runningActionstate = [
+        { classNames: 'fa-circle-o-notch', displayed: false},
+        { classNames: 'fa-stop', displayed: true},
+        { classNames: 'fa-ban', displayed: true},
+        { classNames: 'fa-play', displayed: false},
+        { classNames: 'fa-check-circle-o', displayed: false},
+        { classNames: 'fa-pencil', displayed: true},
+        { classNames: 'fa-trash-o', displayed: true}
+    ];
+    let disabledActionState = [
+        { classNames: 'fa-circle-o-notch', displayed: false},
+        { classNames: 'fa-stop', displayed: true},
+        { classNames: 'fa-ban', displayed: false},
+        { classNames: 'fa-play', displayed: false},
+        { classNames: 'fa-check-circle-o', displayed: true},
+        { classNames: 'fa-pencil', displayed: true},
+        { classNames: 'fa-trash-o', displayed: true}
+    ];
+    
+    beforeAll(() => {
+        loginPage.login();
+    });
+
+    afterAll(() => {
+        loginPage.logout();
+    });
+
+    it('should start parsers from actions', (done) => {
+        expect(page.getAddButton()).toEqual(true);
+        page.startParsers(['websphere', 'jsonMap', 'squid', 'asa', 'snort', 'bro', 'yaf']).then((args) => {
+            expect(args).toEqual([true, true, true, true, true, true, true])
+            done();
+        })
+
+    }, 300000)
+
+    it('should have correct values when parser is running', () => {
+        expect(page.getColumnValues(2)).toEqual(['Running', 'Running', 'Running', 'Running', 'Running', 'Running', 'Running']);
+        expect(page.getColumnValues(3)).toEqual(['0s', '0s', '0s', '0s', '0s', '0s', '0s']);
+        expect(page.getColumnValues(4)).toEqual(['0kb/s', '0kb/s', '0kb/s', '0kb/s', '0kb/s', '0kb/s', '0kb/s']);
+        expect(page.getColumnValues(5)).toEqual(['', '', '', '', '', '', '']);
+        expect(page.getColumnValues(6)).toEqual(['', '', '', '', '', '', '']);
+    });
+
+    it('should disable all parsers from actions', (done) => {
+        page.disableParsers(['websphere', 'jsonMap', 'squid', 'asa', 'snort', 'bro', 'yaf']).then((args) => {
+            expect(args).toEqual([true, true, true, true, true, true, true])
+            done();
+        })
+
+    }, 300000)
+
+    it('should have correct values when parser is disabled', () => {
+        expect(page.getColumnValues(2)).toEqual(['Disabled', 'Disabled', 'Disabled', 'Disabled', 'Disabled', 'Disabled', 'Disabled']);
+    });
+
+    it('should enable all parsers from actions', (done) => {
+        page.enableParsers(['websphere', 'jsonMap', 'squid', 'asa', 'snort', 'bro', 'yaf']).then((args) => {
+            expect(args).toEqual([true, true, true, true, true, true, true])
+            done();
+        })
+    }, 300000)
+
+    it('should stop parsers from actions', (done) => {
+        page.stopParsers(['websphere', 'jsonMap', 'squid', 'asa', 'snort', 'yaf', 'bro']).then((args) => {
+            expect(args).toEqual([true, true, true, true, true, true, true]);
+            done();
+        })
+    }, 300000)
+
+    it('should start parsers from dropdown', (done) => {
+        page.startParsersFromDropdown(['websphere', 'jsonMap', 'squid', 'asa', 'snort', 'bro', 'yaf']).then((args) => {
+            expect(args).toEqual([true, true, true, true, true, true, true]);
+            done();
+        })
+    }, 300000)
+
+    it('should disable parsers from dropdown', (done) => {
+        page.disableParsersFromDropdown(['websphere', 'jsonMap', 'squid', 'asa', 'snort', 'bro', 'yaf']).then((args) => {
+            expect(args).toEqual([true, true, true, true, true, true, true]);
+            done();
+        })
+    }, 300000)
+
+    it('should enable parsers from dropdown', (done) => {
+        page.enableParsersFromDropdown(['websphere', 'jsonMap', 'squid', 'asa', 'snort', 'bro', 'yaf']).then((args) => {
+            expect(args).toEqual([true, true, true, true, true, true, true]);
+            done();
+        })
+    }, 300000)
+
+    it('should stop parsers from dropdown', (done) => {
+        page.stopParsersFromDropdown(['websphere', 'jsonMap', 'squid', 'asa', 'snort', 'bro', 'yaf']).then((args) => {
+            expect(args).toEqual([true, true, true, true, true, true, true]);
+            done();
+        })
+    }, 300000)
+});

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/1ef8cd8f/metron-interface/metron-config/e2e/sensor-list/sensor-list.e2e-spec.ts
----------------------------------------------------------------------
diff --git a/metron-interface/metron-config/e2e/sensor-list/sensor-list.e2e-spec.ts b/metron-interface/metron-config/e2e/sensor-list/sensor-list.e2e-spec.ts
new file mode 100644
index 0000000..24c2215
--- /dev/null
+++ b/metron-interface/metron-config/e2e/sensor-list/sensor-list.e2e-spec.ts
@@ -0,0 +1,161 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+import { SensorListPage } from './sensor-list.po';
+import {LoginPage} from '../login/login.po';
+
+describe('Sensor List', function() {
+    let page: SensorListPage = new SensorListPage();
+    let loginPage = new LoginPage();
+    let ASCENDING_CSS = 'fa fa-sort-asc';
+    let DESCENDING_CSS = 'fa fa-sort-desc';
+    let defaultActionState = [
+        { classNames: 'fa-circle-o-notch', displayed: false },
+        { classNames: 'fa-stop', displayed: false },
+        { classNames: 'fa-ban', displayed: false },
+        { classNames: 'fa-play', displayed: true },
+        { classNames: 'fa-check-circle-o', displayed: false },
+        { classNames: 'fa-pencil', displayed: true },
+        { classNames: 'fa-trash-o', displayed: true }
+    ];
+    let runningActionstate = [
+        { classNames: 'fa-circle-o-notch', displayed: false},
+        { classNames: 'fa-stop', displayed: true},
+        { classNames: 'fa-ban', displayed: true},
+        { classNames: 'fa-play', displayed: false},
+        { classNames: 'fa-check-circle-o', displayed: false},
+        { classNames: 'fa-pencil', displayed: true},
+        { classNames: 'fa-trash-o', displayed: true}
+    ];
+    let disabledActionState = [
+        { classNames: 'fa-circle-o-notch', displayed: false},
+        { classNames: 'fa-stop', displayed: true},
+        { classNames: 'fa-ban', displayed: false},
+        { classNames: 'fa-play', displayed: false},
+        { classNames: 'fa-check-circle-o', displayed: true},
+        { classNames: 'fa-pencil', displayed: true},
+        { classNames: 'fa-trash-o', displayed: true}
+    ];
+
+    beforeAll(() => {
+        loginPage.login();
+    });
+
+    afterAll(() => {
+        loginPage.logout();
+    });
+
+    it('should have title defined', () => {
+        expect(page.getTitle()).toEqual('Sensors (7)');
+    });
+
+    it('should have add button', () => {
+        expect(page.getAddButton()).toEqual(true);
+    });
+
+    it('should have all the default parsers', () => {
+      expect(page.getParserCount()).toEqual(7);
+    });
+
+    it('should have all the table headers', () => {
+        expect(page.getTableColumnNames()).toEqual([ 'Name', 'Parser', 'Status', 'Latency', 'Throughput', 'Last Updated', 'Last Editor' ]);
+    });
+
+    it('should sort table headers', () => {
+        page.toggleSort('Name');
+        expect(page.getSortOrder('Name')).toEqual(ASCENDING_CSS);
+        expect(page.getColumnValues(0)).toEqual(['asa', 'bro', 'jsonMap', 'snort', 'squid', 'websphere', 'yaf']);
+
+        page.toggleSort('Name');
+        expect(page.getSortOrder('Name')).toEqual(DESCENDING_CSS);
+        expect(page.getColumnValues(0)).toEqual(['yaf', 'websphere', 'squid', 'snort', 'jsonMap', 'bro', 'asa']);
+
+        page.toggleSort('Parser');
+        expect(page.getSortOrder('Parser')).toEqual(ASCENDING_CSS);
+        expect(page.getColumnValues(1)).toEqual(['Grok', 'Grok', 'Java', 'Java', 'Java', 'Java', 'Java']);
+
+        page.toggleSort('Parser');
+        expect(page.getSortOrder('Parser')).toEqual(DESCENDING_CSS);
+        expect(page.getColumnValues(1)).toEqual(['Java', 'Java', 'Java', 'Java', 'Java', 'Grok', 'Grok']);
+
+        page.toggleSort('Status');
+        expect(page.getSortOrder('Status')).toEqual(ASCENDING_CSS);
+        expect(page.getColumnValues(2)).toEqual(['Stopped', 'Stopped', 'Stopped', 'Stopped', 'Stopped', 'Stopped', 'Stopped']);
+
+        page.toggleSort('Status');
+        expect(page.getSortOrder('Status')).toEqual(DESCENDING_CSS);
+        expect(page.getColumnValues(2)).toEqual(['Stopped', 'Stopped', 'Stopped', 'Stopped', 'Stopped', 'Stopped', 'Stopped']);
+    });
+
+    it('should select deselect all rows', () => {
+        page.toggleSelectAll();
+        expect(page.getSelectedRowCount()).toEqual(7);
+        page.toggleSelectAll();
+        expect(page.getSelectedRowCount()).toEqual(0);
+    })
+
+    it('should select deselect individual rows', () => {
+        ['websphere', 'jsonMap', 'squid', 'asa', 'snort', 'bro', 'yaf'].map(pName => {
+            page.toggleRowSelect(pName);
+            expect(page.getSelectedRowCount()).toEqual(1);
+            page.toggleRowSelect(pName);
+            expect(page.getSelectedRowCount()).toEqual(0);
+        });
+    })
+
+    it('should enable action in dropdown', () => {
+        expect(page.getDropdownActionState()).toEqual({ enabled: 0, disabled: 0, displayed: false});
+
+        page.toggleDropdown();
+        expect(page.getDropdownActionState()).toEqual({ enabled: 0, disabled: 5, displayed: true});
+        page.toggleDropdown();
+
+        page.toggleSelectAll();
+        page.toggleDropdown();
+        expect(page.getDropdownActionState()).toEqual({ enabled: 5, disabled: 0, displayed: true});
+        page.toggleDropdown();
+        page.toggleSelectAll();
+
+        ['websphere', 'jsonMap', 'squid', 'asa', 'snort', 'bro', 'yaf'].map(pName => {
+            page.toggleRowSelect(pName);
+            page.toggleDropdown();
+            expect(page.getDropdownActionState()).toEqual({ enabled: 5, disabled: 0, displayed: true});
+            page.toggleDropdown();
+            page.toggleRowSelect(pName);
+        });
+    })
+
+    it('should have all the actions with default value', () => {
+        ['websphere', 'jsonMap', 'squid', 'asa', 'snort', 'bro', 'yaf'].map(pName => {
+            expect(page.getActions(pName)).toEqual(defaultActionState);
+        });
+    })
+
+    it('should open the details pane', (done) => {
+        ['websphere', 'jsonMap', 'squid', 'asa', 'snort', 'bro', 'yaf'].map(pName => {
+            expect(page.openDetailsPane(pName)).toEqual('http://localhost:4200/sensors(dialog:sensors-readonly/' + pName +')');
+        });
+        page.closePane().then(() => {done();});
+    }, 300000)
+
+    it('should open the edit pane', () => {
+        ['websphere', 'jsonMap', 'squid', 'asa', 'snort', 'bro', 'yaf'].map(pName => {
+            expect(page.openEditPaneAndClose(pName)).toEqual('http://localhost:4200/sensors(dialog:sensors-config/' + pName +')');
+        });
+    })
+
+});