[GitHub] metron issue #601: METRON-977: metron-statistics enrichment example uses old...

2017-06-05 Thread cestella
Github user cestella commented on the issue: https://github.com/apache/metron/pull/601 +1 by inspection --- 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

Re: Zeppelin required for Metron 0.4.0 install

2017-06-05 Thread Dima Kovalyov
Thank you for prompt response Anand, I have attached screen.png one more time. Actions menu available after Metron mpack installation. But I need Zeppelin host and port specified on "Customize Services" step during cluster deployment. Also, on the step "Choose Services" there is no Zeppelin

[GitHub] metron pull request #607: METRON-982 add new rest api for storm supervisor s...

2017-06-05 Thread cestella
Github user cestella commented on a diff in the pull request: https://github.com/apache/metron/pull/607#discussion_r120106798 --- Diff: metron-interface/metron-rest/src/main/java/org/apache/metron/rest/service/impl/StormStatusServiceImpl.java --- @@ -49,6 +44,11 @@ public

[GitHub] metron issue #572: METRON-633: Create better logging for HbaseEnrichmentWrit...

2017-06-05 Thread cestella
Github user cestella commented on the issue: https://github.com/apache/metron/pull/572 Just piling in here and saying thanks @zezutom for the contribution. This looks great! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

Permissions to edit Apache Metron Wiki

2017-06-05 Thread Anand Subramanian
Hello Metron devs, I would like to be able to edit articles in the Apache wiki page for Metron. Can you please provide me permissions to do so? My email ID in Apache is 'anandsu...@gmail.com' Thanks, Anand

[GitHub] metron pull request #603: METRON-569: Enrichment topology duplicates message...

2017-06-05 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/metron/pull/603#discussion_r120115152 --- Diff: metron-platform/metron-enrichment/src/main/java/org/apache/metron/enrichment/bolt/JoinBolt.java --- @@ -141,11 +141,12 @@ public void

Question about the customization of Metron with my machine learining algo.

2017-06-05 Thread smlabs
Dear community, my name is Simone and I'm researcher in the field of cybersecurity. I've just read about Apache Metron and I would ask: - does it use machine learning or artificial intelligence? - can I extend the machine learining algo already present into the Metron with mines? - which is

Re: Question about the customization of Metron with my machine learining algo.

2017-06-05 Thread Simon Elliston Ball
Hi Simone, and welcome to the community. There are a number of extension points in Metron, the key ones being around machine learning. I suggest taking a look at https://github.com/apache/metron/tree/master/metron-analytics/metron-maas-service

Re: AWS single_node_vm

2017-06-05 Thread Laurens Vets
Hi David, That works, thanks! Now trying to get this down even more (4 sounds like a nice number :p) On 2017-05-30 17:05, David Lyle wrote: This one should do the trick for you. Due to how smal_cluster.yml is structured (designed for 10+ nodes)- you'll only get 2 data nodes, so you'll

[GitHub] metron issue #604: METRON-978: Management UI init script uses hard-coded MET...

2017-06-05 Thread anandsubbu
Github user anandsubbu commented on the issue: https://github.com/apache/metron/pull/604 +1 (non-binding) since this ensures that the Metron UI service starts up properly --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well.

Re: Question about the customization of Metron with my machine learining algo.

2017-06-05 Thread smlabs
Hello Simon, thank you for your prompt replay and for the link as well. I'm more confortable with Python. May I ask you if there is any example in python that I use as template to receive network packets and then implement the machine learning algorithm? Moreover, where can I find

Re: Question about the customization of Metron with my machine learining algo.

2017-06-05 Thread Casey Stella
We do not ship any ML models currently with metron, just the infrastructure to deploy your own models and interact with those models from within Metron. That being said, you might be interested in https://gist.github.com/cestella/8dd83031b8898a732b6a5a60fce1b616 That's the code to take a DGA

Re: Question about the customization of Metron with my machine learining algo.

2017-06-05 Thread smlabs
Hello Casey, your answer makes something more clear, but not at all. My question about ML models was because somewhere on the web I read that Metron comes with ML. But maybe it's better to say that it supports ML models. If I understood well, I can run Metron in a virtual machine connected to

Re: Status of efforts to break stellar out?

2017-06-05 Thread Matt Foley
Hi Otto, I just finished upgrading to the current code base, but need to tweak it to account for the last half dozen commits. After that I will post the first helping, that breaks out all the basic Stellar functionality, and some of the peripheral stuff, in a self-consistent and self-contained

Status of efforts to break stellar out?

2017-06-05 Thread Otto Fowler
What is the status of the effort to break Stellar out of metron common? If one was going to do some work adding Stellar functionality would they be better served to wait a small time? Asking for a friend. O

Re: Zeppelin required for Metron 0.4.0 install

2017-06-05 Thread Matt Foley
Dima, the Apache list server strips attachments for security and anti-spam reasons. You can post screenshots in Gist or Jira. On 6/5/17, 4:24 AM, "Dima Kovalyov" wrote: Thank you for prompt response Anand, I have attached screen.png one more time.

[GitHub] metron pull request #601: METRON-977: metron-statistics enrichment example u...

2017-06-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/metron/pull/601 --- 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

Re: Status of efforts to break stellar out?

2017-06-05 Thread Otto Fowler
This is just breaking it out? Or are there other changes? On June 5, 2017 at 17:04:15, Matt Foley (ma...@apache.org) wrote: Hi Otto, I just finished upgrading to the current code base, but need to tweak it to account for the last half dozen commits. After that I will post the first helping,

Re: Status of efforts to break stellar out?

2017-06-05 Thread Matt Foley
Hi Otto, “just” breaking it out, when it was wholly embedded in metron-common, was non-trivial, but I did as little change as possible.  The design doc for the effort is at https://docs.google.com/document/d/1EP7Jt4ePHe2A-_oboLl2QbN1muh7uKeET_kbpIgjcJM/edit# or

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

2017-06-05 Thread mattf-horton
Github user mattf-horton commented on the issue: https://github.com/apache/metron/pull/579 Also, @ctramnitz , could you please describe in more detail the manual testing you did, which might make us feel better about a commit without unit test? Thanks. --- If your project is set

[GitHub] metron pull request #603: METRON-569: Enrichment topology duplicates message...

2017-06-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/metron/pull/603 --- 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

0.3.1 usages in node_modules

2017-06-05 Thread Matt Foley
Colleagues, If one clones the current master, builds it with “mvn clean install –DskipTests”, and then cd’s to the root and invokes:     egrep  -r  '0\.3\.1'  * one gets a very large number of hits in metron-interface/metron-config/node and

Re: 0.3.1 usages in node_modules

2017-06-05 Thread Otto Fowler
I am not an expert, but from what I can see, any version under node_modules is not our version, but the version of that module only. I do not see anything else, other than the site-book current release stuff which I think we want as 0.3.1 until 0.4.0 is released. I am not sure if this is what