[GitHub] metron pull request #1150: METRON-1707 Port Profiler to Spark

2018-08-07 Thread nickwallen
GitHub user nickwallen opened a pull request: https://github.com/apache/metron/pull/1150 METRON-1707 Port Profiler to Spark This ports the Profiler to run in Spark. This is a pull request against the `METRON-1699-create-batch-profiler` feature branch. This is depen

[GitHub] metron pull request #1149: METRON-1707 Port Profiler to Spark

2018-08-07 Thread nickwallen
Github user nickwallen closed the pull request at: https://github.com/apache/metron/pull/1149 ---

[GitHub] metron pull request #1149: METRON-1707 Port Profiler to Spark

2018-08-07 Thread nickwallen
GitHub user nickwallen opened a pull request: https://github.com/apache/metron/pull/1149 METRON-1707 Port Profiler to Spark This ports the Profiler to run in Spark. This is a pull request against the `METRON-1699-create-batch-profiler` feature branch. This is depen

[GitHub] metron pull request #1148: METRON-1705 Create ProfilePeriod Using Period ID ...

2018-08-07 Thread nickwallen
GitHub user nickwallen opened a pull request: https://github.com/apache/metron/pull/1148 METRON-1705 Create ProfilePeriod Using Period ID [Feature Branch] In some cases you need to be able to create a `ProfilerPeriod` using an epoch timestamp. In other cases, you need to be able to

[GitHub] metron pull request #1147: METRON-1706: HbaseClient.mutate should return the...

2018-08-07 Thread nickwallen
GitHub user nickwallen opened a pull request: https://github.com/apache/metron/pull/1147 METRON-1706: HbaseClient.mutate should return the number of mutations [Feature Branch] The `HbaseClient.mutate` method should return the number of mutations. This is a pull request agai

[GitHub] metron pull request #1146: METRON-1704 Message Timestamp Logic Should be Sha...

2018-08-07 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/1146#discussion_r208305293 --- Diff: metron-analytics/metron-profiler-common/src/main/java/org/apache/metron/profiler/StandAloneProfiler.java --- @@ -112,26 +112,14 @@ public Stan

[GitHub] metron pull request #1146: METRON-1704 Message Timestamp Logic Should be Sha...

2018-08-07 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/1146#discussion_r208304859 --- Diff: metron-analytics/metron-profiler-common/src/main/java/org/apache/metron/profiler/DefaultMessageRouter.java --- @@ -53,10 +56,16 @@ */

[GitHub] metron pull request #1146: METRON-1704 Message Timestamp Logic Should be Sha...

2018-08-07 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/1146#discussion_r208304304 --- Diff: metron-analytics/metron-profiler-common/src/main/java/org/apache/metron/profiler/DefaultMessageDistributor.java --- @@ -146,16 +146,14 @@ publ

[GitHub] metron pull request #1146: METRON-1704 Message Timestamp Logic Should be Sha...

2018-08-07 Thread nickwallen
GitHub user nickwallen opened a pull request: https://github.com/apache/metron/pull/1146 METRON-1704 Message Timestamp Logic Should be Shared The Profiler can operate using either processing time or event time. This is controlled by the user by defining the "timestampField" option

[GitHub] metron pull request #1145: METRON-1703 Make Core Profiler Components Seriali...

2018-08-07 Thread nickwallen
GitHub user nickwallen opened a pull request: https://github.com/apache/metron/pull/1145 METRON-1703 Make Core Profiler Components Serializable All of the core Profiler components are now tagged as Serializable. This allows users to use Java serialization if desired, when runn

[GitHub] metron pull request #1144: METRON-1703 Make Core Profiler Components Seriali...

2018-08-07 Thread nickwallen
GitHub user nickwallen opened a pull request: https://github.com/apache/metron/pull/1144 METRON-1703 Make Core Profiler Components Serializable All of the core Profiler components are now tagged as Serializable. This allows users to use Java serialization if desired, when runn

[GitHub] metron pull request #1144: METRON-1703 Make Core Profiler Components Seriali...

2018-08-07 Thread nickwallen
Github user nickwallen closed the pull request at: https://github.com/apache/metron/pull/1144 ---

[GitHub] metron pull request #1143: METRON-1713: Adding "cancel query" button

2018-08-07 Thread tiborm
GitHub user tiborm opened a pull request: https://github.com/apache/metron/pull/1143 METRON-1713: Adding "cancel query" button ## Contributor Comments This PR contains the implementation of the cancel button of a running pcap query. https://user-images.githubusercontent

[GitHub] metron pull request #1142: Metron-1712: Input validation

2018-08-07 Thread tiborm
GitHub user tiborm opened a pull request: https://github.com/apache/metron/pull/1142 Metron-1712: Input validation ## Contributor Comments This PR contains the input validation for ipSrcAdr, ipSrcPort, ipDestAdr, ipDestPort fiels. Please find the details in the https:/

[GitHub] metron pull request #1121: METRON-1675: Add Pagination to PCAP

2018-08-07 Thread sardell
Github user sardell closed the pull request at: https://github.com/apache/metron/pull/1121 ---

[GitHub] metron pull request #1141: Metron-1727: metron-rest service needs to be rest...

2018-08-07 Thread MohanDV
GitHub user MohanDV opened a pull request: https://github.com/apache/metron/pull/1141 Metron-1727: metron-rest service needs to be restarted after enabling x-pack for Elastic search. ## Contributor Comments metron-rest service needs to be restarted after enabling x-pack for Elas

[GitHub] metron pull request #1121: METRON-1675: Add Pagination to PCAP

2018-08-07 Thread sardell
Github user sardell commented on a diff in the pull request: https://github.com/apache/metron/pull/1121#discussion_r208139725 --- Diff: metron-interface/metron-alerts/src/app/pcap/pcap-pagination/pcap-pagination.component.html --- @@ -0,0 +1,26 @@ + +

[GitHub] metron pull request #1121: METRON-1675: Add Pagination to PCAP

2018-08-07 Thread sardell
Github user sardell commented on a diff in the pull request: https://github.com/apache/metron/pull/1121#discussion_r208139712 --- Diff: metron-interface/metron-alerts/src/app/pcap/pcap-pagination/pcap-pagination.component.html --- @@ -0,0 +1,26 @@ + +

[GitHub] metron pull request #1140: METRON-1726: Refactor PcapTopologyIntegrationTest

2018-08-06 Thread mmiklavc
GitHub user mmiklavc opened a pull request: https://github.com/apache/metron/pull/1140 METRON-1726: Refactor PcapTopologyIntegrationTest ## Contributor Comments https://issues.apache.org/jira/browse/METRON-1726 While working on issues with multi-threading and the pc

[GitHub] metron pull request #1121: METRON-1675: Add Pagination to PCAP

2018-08-06 Thread justinleet
Github user justinleet commented on a diff in the pull request: https://github.com/apache/metron/pull/1121#discussion_r208006954 --- Diff: metron-interface/metron-alerts/src/app/pcap/pcap-pagination/pcap-pagination.component.html --- @@ -0,0 +1,26 @@ + +

[GitHub] metron pull request #1137: METRON-1721: New default input path is wrong in p...

2018-08-06 Thread merrimanr
Github user merrimanr closed the pull request at: https://github.com/apache/metron/pull/1137 ---

[GitHub] metron pull request #1121: METRON-1675: Add Pagination to PCAP

2018-08-06 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/metron/pull/1121#discussion_r207988916 --- Diff: metron-interface/metron-alerts/src/app/pcap/pcap-pagination/pcap-pagination.component.html --- @@ -0,0 +1,26 @@ + +

[GitHub] metron pull request #1121: METRON-1675: Add Pagination to PCAP

2018-08-06 Thread sardell
Github user sardell commented on a diff in the pull request: https://github.com/apache/metron/pull/1121#discussion_r207940394 --- Diff: metron-interface/metron-alerts/src/app/pcap/model/pcap-status-response.ts --- @@ -0,0 +1,21 @@ +/** + * Licensed to the Apache Software Fo

[GitHub] metron pull request #1121: METRON-1675: Add Pagination to PCAP

2018-08-06 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/metron/pull/1121#discussion_r207934034 --- Diff: metron-interface/metron-alerts/src/app/pcap/model/pcap-status-response.ts --- @@ -0,0 +1,21 @@ +/** + * Licensed to the Apache Software

[GitHub] metron pull request #1119: METRON-1676: Adding date range selector to PCAP f...

2018-08-06 Thread tiborm
Github user tiborm closed the pull request at: https://github.com/apache/metron/pull/1119 ---

[GitHub] metron pull request #1139: METRON-1723: Unable to select/copy from packets d...

2018-08-06 Thread sardell
GitHub user sardell opened a pull request: https://github.com/apache/metron/pull/1139 METRON-1723: Unable to select/copy from packets details in PCAP query panel ## Contributor Comments As pointed out in [METRON-1723](https://issues.apache.org/jira/browse/METRON-1723), a user ca

[GitHub] metron pull request #1138: METRON-1722: PcapCLI should print progress to std...

2018-08-03 Thread merrimanr
GitHub user merrimanr opened a pull request: https://github.com/apache/metron/pull/1138 METRON-1722: PcapCLI should print progress to stdout ## Contributor Comments This PR updates the Pcap CLI to print the status of a running job. I took a fairly simple approach as a first pas

[GitHub] metron pull request #1137: METRON-1721: New default input path is wrong in p...

2018-08-03 Thread merrimanr
GitHub user merrimanr opened a pull request: https://github.com/apache/metron/pull/1137 METRON-1721: New default input path is wrong in pcap CLI ## Contributor Comments This PR includes a simple 1 line change that updates the default pcap input path in the CLI. The CLI should w

[GitHub] metron pull request #1119: METRON-1676: Adding date range selector to PCAP f...

2018-08-03 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/metron/pull/1119#discussion_r207554704 --- Diff: metron-interface/metron-alerts/src/app/pcap/pcap.routing.ts --- @@ -1,4 +1,4 @@ -/** +/* --- End diff -- Was this intentiona

[GitHub] metron pull request #1118: METRON-1662: Adding download button

2018-08-03 Thread tiborm
Github user tiborm closed the pull request at: https://github.com/apache/metron/pull/1118 ---

[GitHub] metron pull request #1135: METRON-1700: Create REST endpoint to get job conf...

2018-08-03 Thread merrimanr
Github user merrimanr closed the pull request at: https://github.com/apache/metron/pull/1135 ---

[GitHub] metron pull request #1118: METRON-1662: Adding download button

2018-08-03 Thread tiborm
Github user tiborm commented on a diff in the pull request: https://github.com/apache/metron/pull/1118#discussion_r207506822 --- Diff: metron-interface/metron-alerts/src/app/pcap/pcap-panel/pcap-panel.component.ts --- @@ -22,33 +22,35 @@ import { PcapRequest } from '../model/pcap.

[GitHub] metron pull request #1118: METRON-1662: Adding download button

2018-08-03 Thread tiborm
Github user tiborm commented on a diff in the pull request: https://github.com/apache/metron/pull/1118#discussion_r207506818 --- Diff: metron-interface/metron-alerts/src/app/pcap/pcap-panel/pcap-panel.component.ts --- @@ -22,33 +22,35 @@ import { PcapRequest } from '../model/pcap.

[GitHub] metron pull request #1118: METRON-1662: Adding download button

2018-08-02 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/metron/pull/1118#discussion_r207239050 --- Diff: metron-interface/metron-alerts/src/app/pcap/pcap-panel/pcap-panel.component.ts --- @@ -22,33 +22,35 @@ import { PcapRequest } from '../model/pc

[GitHub] metron pull request #1118: METRON-1662: Adding download button

2018-08-02 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/metron/pull/1118#discussion_r207239158 --- Diff: metron-interface/metron-alerts/src/app/pcap/pcap-panel/pcap-panel.component.ts --- @@ -22,33 +22,35 @@ import { PcapRequest } from '../model/pc

[GitHub] metron pull request #1103: METRON-1671: Initial PCAP UI

2018-08-01 Thread tiborm
Github user tiborm closed the pull request at: https://github.com/apache/metron/pull/1103 ---

[GitHub] metron pull request #1136: METRON-1701: Update steps to run the pycapa on ke...

2018-08-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/metron/pull/1136 ---

[GitHub] metron pull request #1136: METRON-1701: Update steps to run the pycapa on ke...

2018-08-01 Thread MohanDV
Github user MohanDV commented on a diff in the pull request: https://github.com/apache/metron/pull/1136#discussion_r206864051 --- Diff: metron-sensors/pycapa/README.md --- @@ -54,8 +54,8 @@ General notes on the installation of Pycapa. ``` export PREFIX=/usr

[GitHub] metron pull request #1136: METRON-1701: Update steps to run the pycapa on ke...

2018-08-01 Thread MohanDV
Github user MohanDV commented on a diff in the pull request: https://github.com/apache/metron/pull/1136#discussion_r206863799 --- Diff: metron-sensors/pycapa/README.md --- @@ -239,25 +239,47 @@ The probe can be used in a Kerberized environment. Follow these additional step

[GitHub] metron pull request #1136: METRON-1701: Update steps to run the pycapa on ke...

2018-08-01 Thread MohanDV
Github user MohanDV commented on a diff in the pull request: https://github.com/apache/metron/pull/1136#discussion_r206863111 --- Diff: metron-sensors/pycapa/README.md --- @@ -239,25 +239,47 @@ The probe can be used in a Kerberized environment. Follow these additional step

[GitHub] metron pull request #1136: METRON-1701: Update steps to run the pycapa on ke...

2018-08-01 Thread MohanDV
Github user MohanDV commented on a diff in the pull request: https://github.com/apache/metron/pull/1136#discussion_r206862766 --- Diff: metron-sensors/pycapa/README.md --- @@ -239,25 +239,47 @@ The probe can be used in a Kerberized environment. Follow these additional step

[GitHub] metron pull request #1135: METRON-1700: Create REST endpoint to get job conf...

2018-07-31 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/metron/pull/1135#discussion_r206639730 --- Diff: metron-interface/metron-rest/src/main/java/org/apache/metron/rest/service/PcapService.java --- @@ -43,5 +44,5 @@ InputStream getRa

[GitHub] metron pull request #1135: METRON-1700: Create REST endpoint to get job conf...

2018-07-31 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/metron/pull/1135#discussion_r206639767 --- Diff: metron-interface/metron-rest/README.md --- @@ -556,6 +558,14 @@ Request and Response objects are JSON formatted. The JSON schemas are available

[GitHub] metron pull request #1135: METRON-1700: Create REST endpoint to get job conf...

2018-07-31 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/metron/pull/1135#discussion_r206639667 --- Diff: metron-interface/metron-rest/src/main/java/org/apache/metron/rest/service/impl/PcapServiceImpl.java --- @@ -199,6 +208,37 @@ public InputStream

[GitHub] metron pull request #1135: METRON-1700: Create REST endpoint to get job conf...

2018-07-31 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/metron/pull/1135#discussion_r206639511 --- Diff: metron-interface/metron-rest/src/test/java/org/apache/metron/rest/controller/PcapControllerIntegrationTest.java --- @@ -420,5 +420,55 @@ public

[GitHub] metron pull request #1135: METRON-1700: Create REST endpoint to get job conf...

2018-07-31 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/metron/pull/1135#discussion_r206639491 --- Diff: metron-interface/metron-rest/src/test/java/org/apache/metron/rest/service/impl/PcapServiceImplTest.java --- @@ -639,4 +642,78 @@ public void ge

[GitHub] metron pull request #1135: METRON-1700: Create REST endpoint to get job conf...

2018-07-31 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron/pull/1135#discussion_r206625671 --- Diff: metron-interface/metron-rest/src/main/java/org/apache/metron/rest/service/impl/PcapServiceImpl.java --- @@ -199,6 +208,37 @@ public InputSt

[GitHub] metron pull request #1135: METRON-1700: Create REST endpoint to get job conf...

2018-07-31 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/metron/pull/1135#discussion_r206623131 --- Diff: metron-interface/metron-rest/src/main/java/org/apache/metron/rest/service/impl/PcapServiceImpl.java --- @@ -199,6 +208,37 @@ public InputStream

[GitHub] metron pull request #1135: METRON-1700: Create REST endpoint to get job conf...

2018-07-31 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/1135#discussion_r206607449 --- Diff: metron-interface/metron-rest/src/main/java/org/apache/metron/rest/service/impl/PcapServiceImpl.java --- @@ -199,6 +208,37 @@ public InputStrea

[GitHub] metron pull request #1135: METRON-1700: Create REST endpoint to get job conf...

2018-07-31 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/1135#discussion_r206609288 --- Diff: metron-interface/metron-rest/src/main/java/org/apache/metron/rest/service/PcapService.java --- @@ -43,5 +44,5 @@ InputStream getR

[GitHub] metron pull request #1135: METRON-1700: Create REST endpoint to get job conf...

2018-07-31 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/1135#discussion_r206611012 --- Diff: metron-interface/metron-rest/src/main/java/org/apache/metron/rest/service/impl/PcapServiceImpl.java --- @@ -199,6 +208,37 @@ public InputStrea

[GitHub] metron pull request #1135: METRON-1700: Create REST endpoint to get job conf...

2018-07-31 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/1135#discussion_r206611264 --- Diff: metron-interface/metron-rest/src/test/java/org/apache/metron/rest/controller/PcapControllerIntegrationTest.java --- @@ -420,5 +420,55 @@ publi

[GitHub] metron pull request #1135: METRON-1700: Create REST endpoint to get job conf...

2018-07-31 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/1135#discussion_r206605219 --- Diff: metron-interface/metron-rest/README.md --- @@ -556,6 +558,14 @@ Request and Response objects are JSON formatted. The JSON schemas are availabl

[GitHub] metron pull request #1135: METRON-1700: Create REST endpoint to get job conf...

2018-07-31 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/1135#discussion_r206611838 --- Diff: metron-interface/metron-rest/src/test/java/org/apache/metron/rest/service/impl/PcapServiceImplTest.java --- @@ -639,4 +642,78 @@ public void g

[GitHub] metron pull request #1027: METRON-1570: Downgrade Solr version to match HDP ...

2018-07-31 Thread merrimanr
Github user merrimanr closed the pull request at: https://github.com/apache/metron/pull/1027 ---

[GitHub] metron pull request #1136: METRON-1701: Update steps to run the pycapa on ke...

2018-07-31 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/1136#discussion_r206503684 --- Diff: metron-sensors/pycapa/README.md --- @@ -54,8 +54,8 @@ General notes on the installation of Pycapa. ``` export PREFIX=/us

[GitHub] metron pull request #1136: METRON-1701: Update steps to run the pycapa on ke...

2018-07-31 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/1136#discussion_r206503184 --- Diff: metron-sensors/pycapa/README.md --- @@ -239,25 +239,47 @@ The probe can be used in a Kerberized environment. Follow these additional step

[GitHub] metron pull request #1136: METRON-1701: Update steps to run the pycapa on ke...

2018-07-31 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/1136#discussion_r206501313 --- Diff: metron-sensors/pycapa/README.md --- @@ -239,25 +239,47 @@ The probe can be used in a Kerberized environment. Follow these additional step

[GitHub] metron pull request #1136: METRON-1701: Update steps to run the pycapa on ke...

2018-07-31 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/1136#discussion_r206502701 --- Diff: metron-sensors/pycapa/README.md --- @@ -239,25 +239,47 @@ The probe can be used in a Kerberized environment. Follow these additional step

[GitHub] metron pull request #1136: METRON-1701: Update steps to run the pycapa on ke...

2018-07-31 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/1136#discussion_r206502941 --- Diff: metron-sensors/pycapa/README.md --- @@ -239,25 +239,47 @@ The probe can be used in a Kerberized environment. Follow these additional step

[GitHub] metron pull request #1136: METRON-1701: Update steps to run the pycapa on ke...

2018-07-31 Thread MohanDV
GitHub user MohanDV opened a pull request: https://github.com/apache/metron/pull/1136 METRON-1701: Update steps to run the pycapa on kerberized cluster. ## Contributor Comments Updated the steps to run Pycapa with Kerberos ## Pull Request Checklist Thank you for

[GitHub] metron pull request #1091: METRON-1650: Cut size of packaging docker contain...

2018-07-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/metron/pull/1091 ---

[GitHub] metron pull request #1135: METRON-1700: Create REST endpoint to get job conf...

2018-07-27 Thread merrimanr
GitHub user merrimanr opened a pull request: https://github.com/apache/metron/pull/1135 METRON-1700: Create REST endpoint to get job configuration ## Contributor Comments This PR adds a REST endpoint that returns the job configuration for a submitted job. The endpoint returns a

[GitHub] metron pull request #1052: METRON-1604 : Add RHEL 7 power pc to OS family fo...

2018-07-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/metron/pull/1052 ---

[GitHub] metron pull request #1103: METRON-1671: Initial PCAP UI

2018-07-27 Thread sardell
Github user sardell commented on a diff in the pull request: https://github.com/apache/metron/pull/1103#discussion_r205746588 --- Diff: metron-interface/metron-alerts/src/app/pcap/pcap-packet-line/pcap-packet-line.component.html --- @@ -0,0 +1,19 @@ + +{{ip.timestamp.value

[GitHub] metron pull request #1103: METRON-1671: Initial PCAP UI

2018-07-27 Thread tiborm
Github user tiborm commented on a diff in the pull request: https://github.com/apache/metron/pull/1103#discussion_r205732629 --- Diff: metron-interface/metron-alerts/src/app/pcap/pcap-packet-line/pcap-packet-line.component.ts --- @@ -0,0 +1,55 @@ +/** + * Licensed to the A

[GitHub] metron pull request #1103: METRON-1671: Initial PCAP UI

2018-07-27 Thread tiborm
Github user tiborm commented on a diff in the pull request: https://github.com/apache/metron/pull/1103#discussion_r205723353 --- Diff: metron-interface/metron-alerts/src/app/pcap/pcap-panel/pcap-panel.component.ts --- @@ -0,0 +1,78 @@ +/** + * Licensed to the Apache Softwa

[GitHub] metron pull request #1103: METRON-1671: Initial PCAP UI

2018-07-27 Thread tiborm
Github user tiborm commented on a diff in the pull request: https://github.com/apache/metron/pull/1103#discussion_r205723106 --- Diff: metron-interface/metron-alerts/src/app/pcap/pcap-panel/pcap-panel.component.ts --- @@ -0,0 +1,78 @@ +/** + * Licensed to the Apache Softwa

[GitHub] metron pull request #1103: METRON-1671: Initial PCAP UI

2018-07-27 Thread tiborm
Github user tiborm commented on a diff in the pull request: https://github.com/apache/metron/pull/1103#discussion_r205722021 --- Diff: metron-interface/metron-alerts/src/app/pcap/pcap-panel/pcap-panel.component.ts --- @@ -0,0 +1,65 @@ +import { Component, OnInit, Input } from

[GitHub] metron pull request #1103: METRON-1671: Initial PCAP UI

2018-07-27 Thread tiborm
Github user tiborm commented on a diff in the pull request: https://github.com/apache/metron/pull/1103#discussion_r205721981 --- Diff: metron-interface/metron-alerts/src/app/pcap/pcap-panel/pcap-panel.component.spec.ts --- @@ -0,0 +1,51 @@ +import { async, ComponentFixture, Te

[GitHub] metron pull request #1103: METRON-1671: Initial PCAP UI

2018-07-27 Thread tiborm
Github user tiborm commented on a diff in the pull request: https://github.com/apache/metron/pull/1103#discussion_r205721365 --- Diff: metron-interface/metron-alerts/src/app/pcap/pcap-packet/pcap-packet.component.ts --- @@ -0,0 +1,22 @@ +import { Component, OnInit, Input } fro

[GitHub] metron pull request #1103: METRON-1671: Initial PCAP UI

2018-07-27 Thread tiborm
Github user tiborm commented on a diff in the pull request: https://github.com/apache/metron/pull/1103#discussion_r205715003 --- Diff: metron-interface/metron-alerts/src/app/pcap/pcap-list/pcap-list.component.spec.ts --- @@ -0,0 +1,53 @@ +import { async, ComponentFixture, Test

[GitHub] metron pull request #1103: METRON-1671: Initial PCAP UI

2018-07-27 Thread tiborm
Github user tiborm commented on a diff in the pull request: https://github.com/apache/metron/pull/1103#discussion_r205714935 --- Diff: metron-interface/metron-alerts/src/app/pcap/pcap-filters/pcap-filters.component.ts --- @@ -0,0 +1,24 @@ +import { Component, OnInit, Input, Ou

[GitHub] metron pull request #1103: METRON-1671: Initial PCAP UI

2018-07-27 Thread tiborm
Github user tiborm commented on a diff in the pull request: https://github.com/apache/metron/pull/1103#discussion_r205714876 --- Diff: metron-interface/metron-alerts/src/app/pcap/pcap-filters/pcap-filters.component.spec.ts --- @@ -0,0 +1,29 @@ +import { async, ComponentFixture

[GitHub] metron pull request #1126: METRON-1687: Upgrade the rat plugin to 0.13-SNAPS...

2018-07-26 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/metron/pull/1126 ---

[GitHub] metron pull request #1131: METRON-1694: Clean up Metron REST docs

2018-07-26 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/metron/pull/1131 ---

[GitHub] metron pull request #1133: Pcap: Add source and destination port validation

2018-07-26 Thread ruffle1986
Github user ruffle1986 closed the pull request at: https://github.com/apache/metron/pull/1133 ---

[GitHub] metron pull request #1134: METRON-1696: Create the HDFS directory for pcap s...

2018-07-26 Thread MohanDV
GitHub user MohanDV opened a pull request: https://github.com/apache/metron/pull/1134 METRON-1696: Create the HDFS directory for pcap sequence files and add required privileges to metron user ## Contributor Comments PCAP parser fails to write pacap sequence file to hdfs on

[GitHub] metron pull request #1133: Bug-107904 Pcap: Add source and destination port ...

2018-07-26 Thread ruffle1986
GitHub user ruffle1986 opened a pull request: https://github.com/apache/metron/pull/1133 Bug-107904 Pcap: Add source and destination port validation ## Contributor Comments From now on the users are able to push the submit button if they set the port number between 0 and 99

[GitHub] metron pull request #1132: METRON-1695: Expose pcap properties through Ambar...

2018-07-25 Thread anandsubbu
Github user anandsubbu commented on a diff in the pull request: https://github.com/apache/metron/pull/1132#discussion_r205241710 --- Diff: metron-deployment/packaging/ambari/metron-mpack/src/main/resources/common-services/METRON/CURRENT/configuration/metron-pcap-env.xml --- @@ -0,

[GitHub] metron pull request #1132: METRON-1695: Expose pcap properties through Ambar...

2018-07-25 Thread anandsubbu
Github user anandsubbu commented on a diff in the pull request: https://github.com/apache/metron/pull/1132#discussion_r205237418 --- Diff: metron-deployment/packaging/ambari/metron-mpack/src/main/resources/common-services/METRON/CURRENT/package/scripts/parser_master.py --- @@ -54,

[GitHub] metron pull request #1132: METRON-1695: Expose pcap properties through Ambar...

2018-07-25 Thread anandsubbu
GitHub user anandsubbu opened a pull request: https://github.com/apache/metron/pull/1132 METRON-1695: Expose pcap properties through Ambari ## Contributor Comments This change add a new jinja template for the pcap properties and adds a new tab in Ambari Metron config for the PCA

[GitHub] metron pull request #1129: METRON-1691: REST should limit the number of Pcap...

2018-07-25 Thread merrimanr
Github user merrimanr closed the pull request at: https://github.com/apache/metron/pull/1129 ---

[GitHub] metron pull request #1130: METRON-1693: Fix Pcap CLI local FS finalizer

2018-07-25 Thread mmiklavc
Github user mmiklavc closed the pull request at: https://github.com/apache/metron/pull/1130 ---

[GitHub] metron pull request #1131: METRON-1694: Clean up Metron REST docs

2018-07-25 Thread JonZeolla
GitHub user JonZeolla opened a pull request: https://github.com/apache/metron/pull/1131 METRON-1694: Clean up Metron REST docs ## Contributor Comments Fixes some inaccurate REST documentation. It looks like the API endpoint anchors are still broken in the site-book, if I get a

[GitHub] metron pull request #1128: METRON-1690: Add more context to PcapJob JobStatu...

2018-07-25 Thread mmiklavc
Github user mmiklavc closed the pull request at: https://github.com/apache/metron/pull/1128 ---

[GitHub] metron pull request #1103: METRON-1671: Initial PCAP UI

2018-07-25 Thread justinleet
Github user justinleet commented on a diff in the pull request: https://github.com/apache/metron/pull/1103#discussion_r205108455 --- Diff: metron-interface/metron-alerts/src/app/pcap/pcap-packet-line/pcap-packet-line.component.html --- @@ -0,0 +1,19 @@ + +{{ip.timestamp.va

[GitHub] metron pull request #1130: METRON-1693: Fix Pcap CLI local FS finalizer

2018-07-24 Thread mmiklavc
GitHub user mmiklavc opened a pull request: https://github.com/apache/metron/pull/1130 METRON-1693: Fix Pcap CLI local FS finalizer ## Contributor Comments https://issues.apache.org/jira/browse/METRON-1693 This is to fix a regression in Pcap CLI. This should be vali

[GitHub] metron pull request #1122: METRON-1683: Fix the download progress bar in PCA...

2018-07-24 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/metron/pull/1122#discussion_r204895078 --- Diff: metron-interface/metron-alerts/src/app/pcap/pcap-list/pcap-list.component.spec.ts --- @@ -0,0 +1,75 @@ +/** + * Licensed to the Apache

[GitHub] metron pull request #1129: METRON-1691: REST should limit the number of Pcap...

2018-07-24 Thread merrimanr
GitHub user merrimanr opened a pull request: https://github.com/apache/metron/pull/1129 METRON-1691: REST should limit the number of Pcap jobs a user can submit ## Contributor Comments This PR limits users to submitting no more than a configured number of jobs at the same time.

[GitHub] metron pull request #1122: METRON-1683: Fix the download progress bar in PCA...

2018-07-24 Thread sardell
Github user sardell commented on a diff in the pull request: https://github.com/apache/metron/pull/1122#discussion_r204802426 --- Diff: metron-interface/metron-alerts/src/app/pcap/model/pcap.request.ts --- @@ -0,0 +1,30 @@ +/** + * Licensed to the Apache Software Foundation

[GitHub] metron pull request #1122: METRON-1683: Fix the download progress bar in PCA...

2018-07-24 Thread sardell
Github user sardell commented on a diff in the pull request: https://github.com/apache/metron/pull/1122#discussion_r204802074 --- Diff: metron-interface/metron-alerts/src/app/pcap/pcap-list/pcap-list.component.spec.ts --- @@ -0,0 +1,75 @@ +/** + * Licensed to the Apache So

[GitHub] metron pull request #1122: METRON-1683: Fix the download progress bar in PCA...

2018-07-24 Thread sardell
Github user sardell commented on a diff in the pull request: https://github.com/apache/metron/pull/1122#discussion_r204801057 --- Diff: metron-interface/metron-alerts/src/app/pcap/pcap-panel/pcap-panel.component.ts --- @@ -0,0 +1,71 @@ +import { Component, OnInit, Input } from

[GitHub] metron pull request #1128: METRON-1690: Add more context to PcapJob JobStatu...

2018-07-23 Thread mmiklavc
GitHub user mmiklavc opened a pull request: https://github.com/apache/metron/pull/1128 METRON-1690: Add more context to PcapJob JobStatus ## Contributor Comments https://issues.apache.org/jira/browse/METRON-1690 Adds more context for failure scenarios to the JobStat

[GitHub] metron pull request #1122: METRON-1683: Fix the download progress bar in PCA...

2018-07-23 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/metron/pull/1122#discussion_r204553631 --- Diff: metron-interface/metron-alerts/src/app/pcap/pcap-panel/pcap-panel.component.ts --- @@ -0,0 +1,71 @@ +import { Component, OnInit, Input } fr

[GitHub] metron pull request #1122: METRON-1683: Fix the download progress bar in PCA...

2018-07-23 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/metron/pull/1122#discussion_r204552793 --- Diff: metron-interface/metron-alerts/src/app/pcap/pcap-list/pcap-list.component.spec.ts --- @@ -0,0 +1,75 @@ +/** + * Licensed to the Apache

[GitHub] metron pull request #1122: METRON-1683: Fix the download progress bar in PCA...

2018-07-23 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/metron/pull/1122#discussion_r204552197 --- Diff: metron-interface/metron-alerts/src/app/pcap/model/pcap.request.ts --- @@ -0,0 +1,30 @@ +/** + * Licensed to the Apache Software Foundati

[GitHub] metron pull request #1103: METRON-1671: Initial PCAP UI

2018-07-23 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/metron/pull/1103#discussion_r204541945 --- Diff: metron-interface/metron-alerts/src/app/pcap/pcap-panel/pcap-panel.component.ts --- @@ -0,0 +1,78 @@ +/** + * Licensed to the Apache Sof

[GitHub] metron pull request #1103: METRON-1671: Initial PCAP UI

2018-07-23 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/metron/pull/1103#discussion_r204541854 --- Diff: metron-interface/metron-alerts/src/app/pcap/pcap-panel/pcap-panel.component.html --- @@ -0,0 +1,39 @@ + + + + +

[GitHub] metron pull request #1103: METRON-1671: Initial PCAP UI

2018-07-23 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/metron/pull/1103#discussion_r204541762 --- Diff: metron-interface/metron-alerts/src/app/pcap/pcap-packet-line/pcap-packet-line.component.ts --- @@ -0,0 +1,55 @@ +/** + * Licensed to th

<    5   6   7   8   9   10   11   12   13   14   >