[GitHub] metron issue #579: METRON-941 fix PaloAltoParser

2017-05-17 Thread ctramnitz
Github user ctramnitz commented on the issue: https://github.com/apache/metron/pull/579 I updated the mapping to use the Metron name right away and added some more handling for different versions of the log format. Any other feedback? --- If your project is set up for it, you can rep

Re: mvn building errors with 0.3.1

2017-05-17 Thread Dima Kovalyov
Thank you Justin, We build successfully using your guidance. We added empty method to UserAdapter: > import java.util.Map; > ... > @Override > public void updateAdapter(Map config) { > } And now it builds just fine. - Dima On 05/16/2017 12:23 AM, Justin Leet wrote: > That's actually not the erro

[GitHub] metron pull request #570: METRON-937 Pycapa Consume Messages from Begin, End...

2017-05-17 Thread nickwallen
Github user nickwallen closed the pull request at: https://github.com/apache/metron/pull/570 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] metron pull request #570: METRON-937 Pycapa Consume Messages from Begin, End...

2017-05-17 Thread nickwallen
GitHub user nickwallen reopened a pull request: https://github.com/apache/metron/pull/570 METRON-937 Pycapa Consume Messages from Begin, End, or Stored Offsets ## Changes * I have altered Pycapa so that it can consume messages from either the beginning, end or the previousl

[GitHub] metron pull request #591: METRON-959 Trivial documentation formatting bugs

2017-05-17 Thread JonZeolla
GitHub user JonZeolla opened a pull request: https://github.com/apache/metron/pull/591 METRON-959 Trivial documentation formatting bugs ## Contributor Comments I noticed there were some bugs rendering README.md files in GitHub MD, so I did a quick search by cloning the metron re

[GitHub] metron issue #591: METRON-959 Trivial documentation formatting bugs

2017-05-17 Thread justinleet
Github user justinleet commented on the issue: https://github.com/apache/metron/pull/591 +1 by inspection. Good catch, and thanks for fixing it. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not ha

Re: integration testing framework

2017-05-17 Thread moshe jarusalem
Hi Otto, I am getting the following error during setting up metron-docker . my machine's ip address is "192.168.17.151". I have changed the IP address in ".docker/machine/machines/metron-machine/config.json" but did not help. docker-compose up -d Traceback (most recent call last): File "/usr/bi

Re: integration testing framework

2017-05-17 Thread moshe jarusalem
I have solved the issue by following https://github.com/docker/compose/issues/2431 On Wed, May 17, 2017 at 4:43 PM, moshe jarusalem wrote: > Hi Otto, > I am getting the following error during setting up metron-docker . my > machine's ip address is "192.168.17.151". I have changed the IP addre

[GitHub] metron issue #579: METRON-941 fix PaloAltoParser

2017-05-17 Thread kylerichardson
Github user kylerichardson commented on the issue: https://github.com/apache/metron/pull/579 Thanks for the contribution! Would you mind having a look at the unit tests for this parser and updating them? From a quick glance, the unit test appears to be defunct. It's using `Ab

[GitHub] metron issue #585: METRON-936: Fixes to pcap for performance and testing

2017-05-17 Thread cestella
Github user cestella commented on the issue: https://github.com/apache/metron/pull/585 +1 by inspection, great addition. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled a

[GitHub] metron pull request #585: METRON-936: Fixes to pcap for performance and test...

2017-05-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/metron/pull/585 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enab

[GitHub] metron pull request #592: METRON-961: Scary periodic exceptions in pcap duri...

2017-05-17 Thread cestella
GitHub user cestella opened a pull request: https://github.com/apache/metron/pull/592 METRON-961: Scary periodic exceptions in pcap during sync should be handled and explained ## Contributor Comments Right now, we have a couple scary exceptions that may happen periodically duri

Trying to spin up Metron in EC2: Failed

2017-05-17 Thread Laurens Vets
Hello list, I'm trying to spin up Metron in EC2 for testing purposes. I made the following changes in playbook.yml so that I'm left with 5 EC2 instances instead of 10: <-- SNIP --> tasks: - include: tasks/create-keypair.yml - include: tasks/create-vpc.yml - include: tasks/create

[GitHub] metron issue #583: METRON-949 Change from error to warning message for Metro...

2017-05-17 Thread anandsubbu
Github user anandsubbu commented on the issue: https://github.com/apache/metron/pull/583 Could I get some love for this PR? :-) --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature en

Re: Trying to spin up Metron in EC2: Failed

2017-05-17 Thread Laurens Vets
For testing purposes, I decided to spin up the default Metron AWS config. This resulted in a hang from ansible here: TASK [librdkafka : include] task path: /home/laurens/SAPSource/metron/metron-deployment/roles/librdkafka/tasks/main.yml:18 i

Re: Trying to spin up Metron in EC2: Failed

2017-05-17 Thread Ryan Merriman
That happens when you don't have the zookeeper url configured correctly. Can you check the contents of the /etc/sysconfig/metron file on the Metron host? On Wed, May 17, 2017 at 1:36 PM, Laurens Vets wrote: > For testing purposes, I decided to spin up the default Metron AWS config. > This result

Re: Trying to spin up Metron in EC2: Failed

2017-05-17 Thread Laurens Vets
When you say Metron host, do you mean the host I'm pushing from to ec2 or the master ambari server in ec2? On 2017-05-17 11:51, Ryan Merriman wrote: That happens when you don't have the zookeeper url configured correctly. Can you check the contents of the /etc/sysconfig/metron file on the Metr

Re: Trying to spin up Metron in EC2: Failed

2017-05-17 Thread Laurens Vets
Also, it's only 1 out of 10 hosts that failing it seems. On 2017-05-17 13:25, Laurens Vets wrote: When you say Metron host, do you mean the host I'm pushing from to ec2 or the master ambari server in ec2? On 2017-05-17 11:51, Ryan Merriman wrote: That happens when you don't have the zookeeper u

[GitHub] metron pull request #593: METRON-958: PCAP Query job throws exception when n...

2017-05-17 Thread mmiklavc
GitHub user mmiklavc opened a pull request: https://github.com/apache/metron/pull/593 METRON-958: PCAP Query job throws exception when no files returned by time range query https://issues.apache.org/jira/browse/METRON-958 When the PCAP topology is run against a Kafka topic

[GitHub] metron issue #593: METRON-958: PCAP Query job throws exception when no files...

2017-05-17 Thread mmiklavc
Github user mmiklavc commented on the issue: https://github.com/apache/metron/pull/593 I also attempted to start using the Google codestyle format in IntelliJ for this PR. It seems a couple things don't match up neatly with the checkstyle plugin using Google's style guide, but I haven

[GitHub] metron issue #593: METRON-958: PCAP Query job throws exception when no files...

2017-05-17 Thread justinleet
Github user justinleet commented on the issue: https://github.com/apache/metron/pull/593 @mmiklavc Not everything gets handled by the auto-formatter,. Still do due diligence, because there may be some issue but some things will still get flagged by checkstyle without getting fixed by