[jira] [Updated] (METRON-1798) Add mpack support for parser aggregation

2018-10-04 Thread Anand Subramanian (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anand Subramanian updated METRON-1798: -- Fix Version/s: 0.6.1 > Add mpack support for parser aggregation >

[jira] [Commented] (METRON-1802) When switching parser topologies, some of the original parser topologies can fail to be shut down properly

2018-10-04 Thread Tuncay (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16638049#comment-16638049 ] Tuncay commented on METRON-1802: Hello, profiler topology also has the same problem.. i

[GitHub] metron pull request #1217: METRON-1749: Update Angular to latest release in ...

2018-10-04 Thread ruffle1986
Github user ruffle1986 commented on a diff in the pull request: https://github.com/apache/metron/pull/1217#discussion_r222619789 --- Diff: metron-interface/metron-config/package.json --- @@ -10,7 +10,7 @@ "build": "./node_modules/angular-cli/bin/ng build -prod", --- End

[jira] [Commented] (METRON-1749) Update Angular to latest release in Management UI

2018-10-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16638064#comment-16638064 ] ASF GitHub Bot commented on METRON-1749: Github user ruffle1986 commented on a d

[GitHub] metron pull request #1217: METRON-1749: Update Angular to latest release in ...

2018-10-04 Thread ruffle1986
Github user ruffle1986 commented on a diff in the pull request: https://github.com/apache/metron/pull/1217#discussion_r222622136 --- Diff: metron-interface/metron-config/package.json --- @@ -7,10 +7,11 @@ }, "angular-cli": {}, "scripts": { -"build": "./n

[jira] [Commented] (METRON-1749) Update Angular to latest release in Management UI

2018-10-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16638065#comment-16638065 ] ASF GitHub Bot commented on METRON-1749: Github user ruffle1986 commented on a d

[jira] [Commented] (METRON-1797) Add PCAP UI test implemented in Cypress.js

2018-10-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16638237#comment-16638237 ] ASF GitHub Bot commented on METRON-1797: GitHub user tiborm opened a pull reques

[jira] [Updated] (METRON-1797) Add PCAP UI test implemented in Cypress.js

2018-10-04 Thread Tibor Meller (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tibor Meller updated METRON-1797: - Description: [DISCUSS] thread on the dev mailing list: [https://lists.apache.org/thread.html/b6a

[jira] [Updated] (METRON-1803) Integrate Cypress tests with Travis

2018-10-04 Thread Tibor Meller (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tibor Meller updated METRON-1803: - Description: [DISCUSS] thread on the dev mailing list: [https://lists.apache.org/thread.html/b6a

[GitHub] metron issue #1184: METRON-1761, allow application of grok statement multipl...

2018-10-04 Thread mmiklavc
Github user mmiklavc commented on the issue: https://github.com/apache/metron/pull/1184 @ottobackwards Yeah, understood about the message vs raw bytes. It seems like there are 2 options here - use validate or modify the message parser interface to return a List of something other than

[GitHub] metron issue #1184: METRON-1761, allow application of grok statement multipl...

2018-10-04 Thread mmiklavc
Github user mmiklavc commented on the issue: https://github.com/apache/metron/pull/1184 Looking at the code in parserbolt, I think the only thing missing with the validate route is the original parser exception. Here's how errors are handled when validation error occurs: ``` E

[jira] [Commented] (METRON-1761) Allow a grok statement to be applied to each line in a file.

2018-10-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16638308#comment-16638308 ] ASF GitHub Bot commented on METRON-1761: Github user mmiklavc commented on the i

[GitHub] metron issue #1184: METRON-1761, allow application of grok statement multipl...

2018-10-04 Thread ottobackwards
Github user ottobackwards commented on the issue: https://github.com/apache/metron/pull/1184 So the idea would be that the JSONObject returned for the failed line ( that would be passed to handle error ) would be a new object that had the raw line, the exception type, the exception me

[jira] [Commented] (METRON-1761) Allow a grok statement to be applied to each line in a file.

2018-10-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16638337#comment-16638337 ] ASF GitHub Bot commented on METRON-1761: Github user ottobackwards commented on

[GitHub] metron issue #1210: METRON-1791 Add GUID to Messages Produced by Profiler

2018-10-04 Thread merrimanr
Github user merrimanr commented on the issue: https://github.com/apache/metron/pull/1210 Looks good to me. +1 by inspection. ---

[GitHub] metron issue #1205: METRON-1785 Automate deployment of packet capture for de...

2018-10-04 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/1205 Yes, you are right @MohanDV. Somehow the default tags are interacting badly with the tags that are passed in. I'll try to figure out what's going on. ---

[jira] [Commented] (METRON-1791) Add GUID to Messages Produced by Profiler

2018-10-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16638373#comment-16638373 ] ASF GitHub Bot commented on METRON-1791: Github user merrimanr commented on the

[jira] [Commented] (METRON-1785) Automate deployment of packet capture for development environment

2018-10-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16638376#comment-16638376 ] ASF GitHub Bot commented on METRON-1785: Github user nickwallen commented on the

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

2018-10-04 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/1207#discussion_r222720563 --- Diff: metron-deployment/packaging/ambari/metron-mpack/src/main/resources/common-services/METRON/CURRENT/package/scripts/params/status_params.py ---

[jira] [Commented] (METRON-1695) Expose pcap properties through Ambari

2018-10-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16638387#comment-16638387 ] ASF GitHub Bot commented on METRON-1695: Github user nickwallen commented on a d

[GitHub] metron issue #1184: METRON-1761, allow application of grok statement multipl...

2018-10-04 Thread mmiklavc
Github user mmiklavc commented on the issue: https://github.com/apache/metron/pull/1184 @ottobackwards That sounds reasonable to me. One thing I would definitely add to the documentation for this is some comment about how it changes processing semantics and might require additional tu

[jira] [Commented] (METRON-1761) Allow a grok statement to be applied to each line in a file.

2018-10-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16638388#comment-16638388 ] ASF GitHub Bot commented on METRON-1761: Github user mmiklavc commented on the i

[GitHub] metron issue #1184: METRON-1761, allow application of grok statement multipl...

2018-10-04 Thread ottobackwards
Github user ottobackwards commented on the issue: https://github.com/apache/metron/pull/1184 It think the API should be improved ideally, but that is in the future ---

[GitHub] metron issue #1184: METRON-1761, allow application of grok statement multipl...

2018-10-04 Thread ottobackwards
Github user ottobackwards commented on the issue: https://github.com/apache/metron/pull/1184 Let me give it a shot, I'll document the semantics of the failure mode and we can look again ---

[jira] [Commented] (METRON-1761) Allow a grok statement to be applied to each line in a file.

2018-10-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16638393#comment-16638393 ] ASF GitHub Bot commented on METRON-1761: Github user ottobackwards commented on

[GitHub] metron issue #1184: METRON-1761, allow application of grok statement multipl...

2018-10-04 Thread ottobackwards
Github user ottobackwards commented on the issue: https://github.com/apache/metron/pull/1184 If it turns out that this is just such a duck tape job, we can always close the PR and open a jira for the new api ---

[jira] [Commented] (METRON-1761) Allow a grok statement to be applied to each line in a file.

2018-10-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16638397#comment-16638397 ] ASF GitHub Bot commented on METRON-1761: Github user ottobackwards commented on

[GitHub] metron issue #1184: METRON-1761, allow application of grok statement multipl...

2018-10-04 Thread ottobackwards
Github user ottobackwards commented on the issue: https://github.com/apache/metron/pull/1184 actually, I'm just going to close this. Once I step back from "how could I do this" to look at the big picture, it doesn't seem like a good idea. This is not a field issue, more of an improv

[jira] [Commented] (METRON-1761) Allow a grok statement to be applied to each line in a file.

2018-10-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16638404#comment-16638404 ] ASF GitHub Bot commented on METRON-1761: Github user ottobackwards commented on

[GitHub] metron issue #1184: METRON-1761, allow application of grok statement multipl...

2018-10-04 Thread ottobackwards
Github user ottobackwards commented on the issue: https://github.com/apache/metron/pull/1184 Closing this pr. I will create a jira for api improvement ---

[GitHub] metron pull request #1184: METRON-1761, allow application of grok statement ...

2018-10-04 Thread ottobackwards
Github user ottobackwards closed the pull request at: https://github.com/apache/metron/pull/1184 ---

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

2018-10-04 Thread anandsubbu
Github user anandsubbu commented on a diff in the pull request: https://github.com/apache/metron/pull/1207#discussion_r222726135 --- Diff: metron-deployment/packaging/ambari/metron-mpack/src/main/resources/common-services/METRON/CURRENT/package/scripts/params/status_params.py ---

[jira] [Commented] (METRON-1695) Expose pcap properties through Ambari

2018-10-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16638413#comment-16638413 ] ASF GitHub Bot commented on METRON-1695: Github user anandsubbu commented on a d

[GitHub] metron pull request #1184: METRON-1761, allow application of grok statement ...

2018-10-04 Thread ottobackwards
GitHub user ottobackwards reopened a pull request: https://github.com/apache/metron/pull/1184 METRON-1761, allow application of grok statement multiple times This PR adds support for incoming messages to grok parsers that have multiple log lines. Instead of having to split

[jira] [Commented] (METRON-1761) Allow a grok statement to be applied to each line in a file.

2018-10-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16638416#comment-16638416 ] ASF GitHub Bot commented on METRON-1761: GitHub user ottobackwards reopened a pu

[GitHub] metron issue #1184: METRON-1761, allow application of grok statement multipl...

2018-10-04 Thread ottobackwards
Github user ottobackwards commented on the issue: https://github.com/apache/metron/pull/1184 re-opening for input ---

[jira] [Commented] (METRON-1761) Allow a grok statement to be applied to each line in a file.

2018-10-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16638419#comment-16638419 ] ASF GitHub Bot commented on METRON-1761: Github user ottobackwards commented on

[jira] [Commented] (METRON-1761) Allow a grok statement to be applied to each line in a file.

2018-10-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16638394#comment-16638394 ] ASF GitHub Bot commented on METRON-1761: Github user ottobackwards commented on

[jira] [Commented] (METRON-1761) Allow a grok statement to be applied to each line in a file.

2018-10-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16638406#comment-16638406 ] ASF GitHub Bot commented on METRON-1761: Github user ottobackwards commented on

[jira] [Commented] (METRON-1761) Allow a grok statement to be applied to each line in a file.

2018-10-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16638407#comment-16638407 ] ASF GitHub Bot commented on METRON-1761: Github user ottobackwards closed the pu

[jira] [Commented] (METRON-1761) Allow a grok statement to be applied to each line in a file.

2018-10-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16638298#comment-16638298 ] ASF GitHub Bot commented on METRON-1761: Github user mmiklavc commented on the i

[GitHub] metron issue #1207: METRON-1695: Expose pcap properties through Ambari

2018-10-04 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/1207 +1 Thanks @anandsubbu ! ---

[GitHub] metron issue #1207: METRON-1695: Expose pcap properties through Ambari

2018-10-04 Thread anandsubbu
Github user anandsubbu commented on the issue: https://github.com/apache/metron/pull/1207 Thanks much @nickwallen for giving it another spin! Hey @MohanDV , let me know if my below explanation makes sense. @nickwallen , would you have any thoughts on this? > @MohanDV

[jira] [Commented] (METRON-1695) Expose pcap properties through Ambari

2018-10-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16638436#comment-16638436 ] ASF GitHub Bot commented on METRON-1695: Github user anandsubbu commented on the

[GitHub] metron issue #1184: METRON-1761, allow application of grok statement multipl...

2018-10-04 Thread lvets
Github user lvets commented on the issue: https://github.com/apache/metron/pull/1184 So I talked @ottobackwards into initially adding this feature 😄 The reason I asked for this improvement is that have a bunch of log files which contain a relevant entry per line. I currently have t

[GitHub] metron issue #1214: METRON-1795 Initial commit for a general purpose regular...

2018-10-04 Thread mmiklavc
Github user mmiklavc commented on the issue: https://github.com/apache/metron/pull/1214 @jagdeepsingh2 - can you review your recent commits? It looks like there's a bad merge somewhere considering the jump to 6k+ lines in the diff. ---

[jira] [Commented] (METRON-1795) General Purpose Regex Parser

2018-10-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16638440#comment-16638440 ] ASF GitHub Bot commented on METRON-1795: Github user mmiklavc commented on the i

[jira] [Commented] (METRON-1695) Expose pcap properties through Ambari

2018-10-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16638425#comment-16638425 ] ASF GitHub Bot commented on METRON-1695: Github user nickwallen commented on the

[jira] [Commented] (METRON-1761) Allow a grok statement to be applied to each line in a file.

2018-10-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16638437#comment-16638437 ] ASF GitHub Bot commented on METRON-1761: Github user lvets commented on the issu

[GitHub] metron pull request #1213: METRON-1681: Decouple the ParserBolt from the Par...

2018-10-04 Thread mmiklavc
Github user mmiklavc commented on a diff in the pull request: https://github.com/apache/metron/pull/1213#discussion_r222735970 --- Diff: metron-platform/metron-parsers/src/main/java/org/apache/metron/parsers/bolt/ParserBolt.java --- @@ -185,37 +199,12 @@ public void prepare(Map st

[jira] [Commented] (METRON-1681) Decouple the ParserBolt from the Parse execution logic

2018-10-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16638455#comment-16638455 ] ASF GitHub Bot commented on METRON-1681: Github user mmiklavc commented on a dif

[jira] [Commented] (METRON-1681) Decouple the ParserBolt from the Parse execution logic

2018-10-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16638456#comment-16638456 ] ASF GitHub Bot commented on METRON-1681: Github user mmiklavc commented on a dif

[GitHub] metron pull request #1213: METRON-1681: Decouple the ParserBolt from the Par...

2018-10-04 Thread mmiklavc
Github user mmiklavc commented on a diff in the pull request: https://github.com/apache/metron/pull/1213#discussion_r222736631 --- Diff: metron-platform/metron-parsers/src/main/java/org/apache/metron/parsers/bolt/ParserBolt.java --- @@ -242,169 +226,81 @@ public void prepare(Map s

[GitHub] metron issue #1207: METRON-1695: Expose pcap properties through Ambari

2018-10-04 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/1207 > @anandsubbu With my current changes, modifying any config setting in the PCAP tab will require restarting both Metron PCAP and Metron REST services--which is necessary since user can change a P

[jira] [Commented] (METRON-1695) Expose pcap properties through Ambari

2018-10-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16638469#comment-16638469 ] ASF GitHub Bot commented on METRON-1695: Github user nickwallen commented on the

[GitHub] metron issue #1207: METRON-1695: Expose pcap properties through Ambari

2018-10-04 Thread anandsubbu
Github user anandsubbu commented on the issue: https://github.com/apache/metron/pull/1207 Cool, thanks for your opinion @nickwallen . I will wait for @MohanDV 's thoughts as well before merging. ---

[GitHub] metron issue #1213: METRON-1681: Decouple the ParserBolt from the Parse exec...

2018-10-04 Thread mmiklavc
Github user mmiklavc commented on the issue: https://github.com/apache/metron/pull/1213 @merrimanr - I think I viewed the choice of ParserRunner implementation as a strategy of sorts. I guess I don't care either way. @nickwallen's suggestion of making that an interface, that I see you

[jira] [Commented] (METRON-1695) Expose pcap properties through Ambari

2018-10-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16638478#comment-16638478 ] ASF GitHub Bot commented on METRON-1695: Github user anandsubbu commented on the

[jira] [Commented] (METRON-1681) Decouple the ParserBolt from the Parse execution logic

2018-10-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16638492#comment-16638492 ] ASF GitHub Bot commented on METRON-1681: Github user mmiklavc commented on the i

[GitHub] metron pull request #1190: METRON-1771: Update REST endpoints to support eve...

2018-10-04 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/1190#discussion_r222750671 --- Diff: metron-platform/metron-indexing/src/main/java/org/apache/metron/indexing/dao/MultiIndexDao.java --- @@ -282,4 +276,27 @@ public Document getLa

[jira] [Commented] (METRON-1771) Update REST endpoints to support eventually consistent UI updates

2018-10-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16638537#comment-16638537 ] ASF GitHub Bot commented on METRON-1771: Github user nickwallen commented on a d

[jira] [Commented] (METRON-1797) Add PCAP UI test implemented in Cypress.js

2018-10-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16638543#comment-16638543 ] ASF GitHub Bot commented on METRON-1797: Github user tiborm closed the pull requ

[GitHub] metron pull request #1223: METRON-1797: Add PCAP UI test implemented in Cypr...

2018-10-04 Thread tiborm
Github user tiborm closed the pull request at: https://github.com/apache/metron/pull/1223 ---

[GitHub] metron issue #1213: METRON-1681: Decouple the ParserBolt from the Parse exec...

2018-10-04 Thread merrimanr
Github user merrimanr commented on the issue: https://github.com/apache/metron/pull/1213 I don't feel that strongly about either approach so I'll switch it to return a list and remove the callbacks. ---

[jira] [Commented] (METRON-1681) Decouple the ParserBolt from the Parse execution logic

2018-10-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16638553#comment-16638553 ] ASF GitHub Bot commented on METRON-1681: Github user merrimanr commented on the

[GitHub] metron-bro-plugin-kafka issue #8: METRON-1768: Adjust versioning of metron-b...

2018-10-04 Thread JonZeolla
Github user JonZeolla commented on the issue: https://github.com/apache/metron-bro-plugin-kafka/pull/8 My PRs to the bro stack were merged, but it won't be available until bro 2.7 is released. Currently they are beta testing 2.6. ---

[jira] [Commented] (METRON-1768) Adjust versioning of metron-bro-plugin-kafka to be x.y.z

2018-10-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16638670#comment-16638670 ] ASF GitHub Bot commented on METRON-1768: Github user JonZeolla commented on the

[jira] [Created] (METRON-1806) Upgrade Maven Shade Plugin version

2018-10-04 Thread Michael Miklavcic (JIRA)
Michael Miklavcic created METRON-1806: - Summary: Upgrade Maven Shade Plugin version Key: METRON-1806 URL: https://issues.apache.org/jira/browse/METRON-1806 Project: Metron Issue Type: Imp

[jira] [Commented] (METRON-1806) Upgrade Maven Shade Plugin version

2018-10-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16638838#comment-16638838 ] ASF GitHub Bot commented on METRON-1806: GitHub user mmiklavc opened a pull requ

[GitHub] metron pull request #1224: METRON-1806: Upgrade Maven Shade Plugin version

2018-10-04 Thread mmiklavc
GitHub user mmiklavc opened a pull request: https://github.com/apache/metron/pull/1224 METRON-1806: Upgrade Maven Shade Plugin version ## Contributor Comments https://issues.apache.org/jira/browse/METRON-1806 Update the maven shade plugin version. There is a bug in

[GitHub] metron issue #1213: METRON-1681: Decouple the ParserBolt from the Parse exec...

2018-10-04 Thread merrimanr
Github user merrimanr commented on the issue: https://github.com/apache/metron/pull/1213 The latest commit removes the callbacks. Now the execute method returns a list of ParserResult objects. I had to add a MetronError field to the ParserResult class so that both successful message

[GitHub] metron issue #1210: METRON-1791 Add GUID to Messages Produced by Profiler

2018-10-04 Thread mmiklavc
Github user mmiklavc commented on the issue: https://github.com/apache/metron/pull/1210 lgtm, +1 by inspection. ---

[jira] [Commented] (METRON-1791) Add GUID to Messages Produced by Profiler

2018-10-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16638845#comment-16638845 ] ASF GitHub Bot commented on METRON-1791: Github user mmiklavc commented on the i

[jira] [Commented] (METRON-1681) Decouple the ParserBolt from the Parse execution logic

2018-10-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16638844#comment-16638844 ] ASF GitHub Bot commented on METRON-1681: Github user merrimanr commented on the

[GitHub] metron issue #1213: METRON-1681: Decouple the ParserBolt from the Parse exec...

2018-10-04 Thread mmiklavc
Github user mmiklavc commented on the issue: https://github.com/apache/metron/pull/1213 @merrimanr @justinleet @cestella - regarding the ignored tuple when no config for sensor - has that been longstanding or is that something intentionally added with parser aggregation and chaining?

[GitHub] metron issue #1213: METRON-1681: Decouple the ParserBolt from the Parse exec...

2018-10-04 Thread merrimanr
Github user merrimanr commented on the issue: https://github.com/apache/metron/pull/1213 As far as I know it's been that way for a really long time. ---

[jira] [Commented] (METRON-1681) Decouple the ParserBolt from the Parse execution logic

2018-10-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16638858#comment-16638858 ] ASF GitHub Bot commented on METRON-1681: Github user merrimanr commented on the

[jira] [Commented] (METRON-1681) Decouple the ParserBolt from the Parse execution logic

2018-10-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16638850#comment-16638850 ] ASF GitHub Bot commented on METRON-1681: Github user mmiklavc commented on the i

[GitHub] metron pull request #1190: METRON-1771: Update REST endpoints to support eve...

2018-10-04 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/metron/pull/1190#discussion_r222823946 --- Diff: metron-platform/metron-indexing/src/main/java/org/apache/metron/indexing/dao/MultiIndexDao.java --- @@ -282,4 +276,27 @@ public Document getLat

[jira] [Commented] (METRON-1771) Update REST endpoints to support eventually consistent UI updates

2018-10-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16638864#comment-16638864 ] ASF GitHub Bot commented on METRON-1771: Github user merrimanr commented on a di

[GitHub] metron issue #1213: METRON-1681: Decouple the ParserBolt from the Parse exec...

2018-10-04 Thread justinleet
Github user justinleet commented on the issue: https://github.com/apache/metron/pull/1213 @mmiklavc It's been like that for a long time. https://github.com/apache/metron/blob/6fb85e124d87581c37b79ea105570f4f85b59384/metron-platform/metron-parsers/src/main/java/org/apache/metron/parser

[jira] [Commented] (METRON-1681) Decouple the ParserBolt from the Parse execution logic

2018-10-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16638872#comment-16638872 ] ASF GitHub Bot commented on METRON-1681: Github user justinleet commented on the

[GitHub] metron issue #1184: METRON-1761, allow application of grok statement multipl...

2018-10-04 Thread merrimanr
Github user merrimanr commented on the issue: https://github.com/apache/metron/pull/1184 I prefer @mmiklavc's suggestion several comments back: return a List of something other than a List. Could we use a wrapper that can contain results and errors? The calling class could then det

[jira] [Commented] (METRON-1761) Allow a grok statement to be applied to each line in a file.

2018-10-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16638899#comment-16638899 ] ASF GitHub Bot commented on METRON-1761: Github user merrimanr commented on the

[jira] [Commented] (METRON-1771) Update REST endpoints to support eventually consistent UI updates

2018-10-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16638907#comment-16638907 ] ASF GitHub Bot commented on METRON-1771: Github user nickwallen commented on the

[GitHub] metron issue #1190: METRON-1771: Update REST endpoints to support eventually...

2018-10-04 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/1190 +1 Looks great. Works great. I ran this up in Full Dev and tested manually through the Alerts UI. Looking forward to the follow-on UI changes. ---

[jira] [Commented] (METRON-1773) Bro plugin docs should refer to Apache Metron project

2018-10-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16638917#comment-16638917 ] ASF GitHub Bot commented on METRON-1773: Github user asfgit closed the pull requ

[GitHub] metron pull request #1210: METRON-1791 Add GUID to Messages Produced by Prof...

2018-10-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/metron/pull/1210 ---

[GitHub] metron-bro-plugin-kafka pull request #9: METRON-1773 Bro plugin docs should ...

2018-10-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/metron-bro-plugin-kafka/pull/9 ---

[jira] [Commented] (METRON-1791) Add GUID to Messages Produced by Profiler

2018-10-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16638915#comment-16638915 ] ASF GitHub Bot commented on METRON-1791: Github user asfgit closed the pull requ

[GitHub] metron issue #1214: METRON-1795 Initial commit for a general purpose regular...

2018-10-04 Thread jagdeepsingh2
Github user jagdeepsingh2 commented on the issue: https://github.com/apache/metron/pull/1214 Yeah, I performed a rebase yesterday as I had to pull the latest changes from upstream. What is the best way out? Should I discard this PR and create a fresh and clean PR? ---

[jira] [Commented] (METRON-1795) General Purpose Regex Parser

2018-10-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16639203#comment-16639203 ] ASF GitHub Bot commented on METRON-1795: Github user jagdeepsingh2 commented on

[GitHub] metron issue #1207: METRON-1695: Expose pcap properties through Ambari

2018-10-04 Thread MohanDV
Github user MohanDV commented on the issue: https://github.com/apache/metron/pull/1207 > Cool, thanks for your opinion @nickwallen . I will wait for @MohanDV 's thoughts as well before merging. +1 Thanks @anandsubbu ---

[jira] [Commented] (METRON-1695) Expose pcap properties through Ambari

2018-10-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16639304#comment-16639304 ] ASF GitHub Bot commented on METRON-1695: Github user MohanDV commented on the is

[jira] [Commented] (METRON-1695) Expose pcap properties through Ambari

2018-10-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16639333#comment-16639333 ] ASF GitHub Bot commented on METRON-1695: Github user anandsubbu commented on the

[GitHub] metron issue #1207: METRON-1695: Expose pcap properties through Ambari

2018-10-04 Thread anandsubbu
Github user anandsubbu commented on the issue: https://github.com/apache/metron/pull/1207 Thanks @MohanDV ! ---

[GitHub] metron pull request #1190: METRON-1771: Update REST endpoints to support eve...

2018-10-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/metron/pull/1190 ---

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

2018-10-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/metron/pull/1207 ---

[jira] [Commented] (METRON-1695) Expose pcap properties through Ambari

2018-10-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16639339#comment-16639339 ] ASF GitHub Bot commented on METRON-1695: Github user asfgit closed the pull requ

[jira] [Commented] (METRON-1771) Update REST endpoints to support eventually consistent UI updates

2018-10-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16639338#comment-16639338 ] ASF GitHub Bot commented on METRON-1771: Github user asfgit closed the pull requ

  1   2   >