[GitHub] incubator-metron issue #359: METRON-569: Change acking to prevent duplicate ...

2016-11-29 Thread DomenicPuzio
Github user DomenicPuzio commented on the issue: https://github.com/apache/incubator-metron/pull/359 Sorry for the delayed response, @cestella - I was taking some time off for the holiday. While I don't believe custom enrichment is pushing us over the timeout (we've clocked

[GitHub] incubator-metron issue #359: Change acking to prevent duplicate tuples in en...

2016-11-15 Thread DomenicPuzio
Github user DomenicPuzio commented on the issue: https://github.com/apache/incubator-metron/pull/359 Here's what I was seeing: We were running only one Enrichment. So our EnrichmentSplitter sends _originalTuple_ to the Join and _originalTuple_ to the Enrichment. Enrichment

[GitHub] incubator-metron pull request #359: Change acking to prevent duplicate tuple...

2016-11-15 Thread DomenicPuzio
GitHub user DomenicPuzio opened a pull request: https://github.com/apache/incubator-metron/pull/359 Change acking to prevent duplicate tuples in enrichment topology Adding this ack statement prevents duplicate messages from being sent through the _enrichment_ topology. Previously

[GitHub] incubator-metron pull request: [METRON-150] Adding WebSphere parse...

2016-05-13 Thread DomenicPuzio
Github user DomenicPuzio commented on the pull request: https://github.com/apache/incubator-metron/pull/115#issuecomment-219095558 @merrimanr and @cestella, thank you SO MUCH for the help! I really appreciate it! I will certainly follow the steps to test on vagrant for future parsers

[GitHub] incubator-metron pull request: [METRON-150] Adding WebSphere parse...

2016-05-10 Thread DomenicPuzio
GitHub user DomenicPuzio opened a pull request: https://github.com/apache/incubator-metron/pull/115 [METRON-150] Adding WebSphere parser, unit tests, and integration tests This PR is for [METRON-150](https://issues.apache.org/jira/browse/METRON-150). It satisfies the specified