[GitHub] metron issue #530: METRON-777 Metron Extension System and Parser Extensions

2017-06-28 Thread ottobackwards
Github user ottobackwards commented on the issue: https://github.com/apache/metron/pull/530 I have added deployment readme files to document where things get deployed to. This if for the built in system parser extensions. The 3rd party extensions are deployed by the rest api in

Re: Question about Metron-Docker

2017-06-28 Thread Otto Fowler
Can you verify that it is working and that I’m just messing up running it? On June 28, 2017 at 13:14:43, Kyle Richardson (kylerichards...@gmail.com) wrote: I use it occasionally. I like it for quickly testing parser tweaks. Unfortunately I've had zero time lately so haven't run it off master

[GitHub] metron pull request #620: Metron-988: UI for viewing alerts generated by Met...

2017-06-28 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/metron/pull/620#discussion_r124626347 --- Diff: metron-interface/metron-alerts/src/app/alerts/save-search/save-search.component.scss --- @@ -0,0 +1,22 @@ +/** + * Licensed to the

[GitHub] metron pull request #620: Metron-988: UI for viewing alerts generated by Met...

2017-06-28 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/metron/pull/620#discussion_r124626493 --- Diff: metron-interface/metron-alerts/src/app/alerts/saved-searches/saved-searches.component.scss --- @@ -0,0 +1,22 @@ +/** + * Licensed to

[GitHub] metron pull request #620: Metron-988: UI for viewing alerts generated by Met...

2017-06-28 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/metron/pull/620#discussion_r124628897 --- Diff: metron-interface/metron-alerts/src/app/shared/list-group/list-group.component.scss --- @@ -0,0 +1,29 @@ +/** + * Licensed to the Apache

[GitHub] metron pull request #620: Metron-988: UI for viewing alerts generated by Met...

2017-06-28 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/metron/pull/620#discussion_r124628855 --- Diff: metron-interface/metron-alerts/src/app/shared/list-group/list-group.component.html --- @@ -0,0 +1,19 @@ + + + + +

[GitHub] metron pull request #530: METRON-777 Metron Extension System and Parser Exte...

2017-06-28 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron/pull/530#discussion_r124703942 --- Diff: metron-maven-archetypes/README.md --- @@ -0,0 +1,56 @@ +# Metron Maven Archetypes + +These are [Apache Maven

[GitHub] metron pull request #530: METRON-777 Metron Extension System and Parser Exte...

2017-06-28 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron/pull/530#discussion_r124703981 --- Diff: bundles-lib/pom.xml --- @@ -0,0 +1,179 @@ +

[GitHub] metron pull request #530: METRON-777 Metron Extension System and Parser Exte...

2017-06-28 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron/pull/530#discussion_r124709330 --- Diff: metron-analytics/metron-maas-service/README.md --- @@ -138,7 +138,7 @@ Now that we have a deployed model, let's adjust the configurations

[GitHub] metron pull request #620: Metron-988: UI for viewing alerts generated by Met...

2017-06-28 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/metron/pull/620#discussion_r124623532 --- Diff: metron-interface/metron-alerts/scripts/package.json --- @@ -0,0 +1,21 @@ +{ + "name": "metron-management-ui-web-server", --- End

[GitHub] metron pull request #620: Metron-988: UI for viewing alerts generated by Met...

2017-06-28 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/metron/pull/620#discussion_r124627945 --- Diff: metron-interface/metron-alerts/src/app/service/cluster-metadata.service.ts --- @@ -0,0 +1,59 @@ +/** + * Licensed to the Apache Software

Re: [VOTE] Apache Metron 0.4.0 release

2017-06-28 Thread Anand Subramanian
+1 (non-binding) * Brought up Metron stack on 12-node CentOS7 openstack cluster * Verify all services come up fine [PASS] * Bro, YAF and snort - ingest into respective kafka topics and write indices [PASS] * Add squid telemetry, ingest into kafka topic and write indices [PASS] * Metron YAF

[GitHub] metron pull request #620: Metron-988: UI for viewing alerts generated by Met...

2017-06-28 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/metron/pull/620#discussion_r124625631 --- Diff: metron-interface/metron-alerts/src/app/alerts/configure-rows/configure-rows.component.html --- @@ -0,0 +1,45 @@ + + + + +

[GitHub] metron pull request #620: Metron-988: UI for viewing alerts generated by Met...

2017-06-28 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/metron/pull/620#discussion_r124627293 --- Diff: metron-interface/metron-alerts/src/app/model/query-builder.ts --- @@ -0,0 +1,160 @@ +import {Filter} from './filter'; +import

[GitHub] metron pull request #620: Metron-988: UI for viewing alerts generated by Met...

2017-06-28 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/metron/pull/620#discussion_r124622851 --- Diff: metron-interface/metron-alerts/scripts/prepend_license_header.sh --- @@ -0,0 +1,42 @@ +#!/bin/bash +# +# Licensed to the Apache

[GitHub] metron pull request #620: Metron-988: UI for viewing alerts generated by Met...

2017-06-28 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/metron/pull/620#discussion_r124627626 --- Diff: metron-interface/metron-alerts/src/app/service/alert.service.ts --- @@ -0,0 +1,80 @@ +/** + * Licensed to the Apache Software Foundation

Re: Build failures

2017-06-28 Thread Ryan Merriman
Can you confirm you're on the master branch? I see "metron-streaming" in your path to RestTestingUtil and that was changed a LONG time ago. You're likely on a really old branch. Ryan On Wed, Jun 28, 2017 at 3:27 PM, Vasco Yordanov wrote: > Hello , I just forked

[GitHub] metron pull request #620: Metron-988: UI for viewing alerts generated by Met...

2017-06-28 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/metron/pull/620#discussion_r124626694 --- Diff: metron-interface/metron-alerts/src/app/app.component.scss --- @@ -0,0 +1,25 @@ +/** + * Licensed to the Apache Software Foundation (ASF)

[GitHub] metron issue #620: Metron-988: UI for viewing alerts generated by Metron

2017-06-28 Thread merrimanr
Github user merrimanr commented on the issue: https://github.com/apache/metron/pull/620 Just tested again and I am able to now remove the first filter and properly filter on values with special characters (referrer field for example). I did another pass and found some trivial issues

[GitHub] metron pull request #620: Metron-988: UI for viewing alerts generated by Met...

2017-06-28 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/metron/pull/620#discussion_r124625253 --- Diff: metron-interface/metron-alerts/src/app/alerts/alerts-list/alerts-list.component.ts --- @@ -0,0 +1,371 @@ +import {Component, OnInit,

[GitHub] metron pull request #620: Metron-988: UI for viewing alerts generated by Met...

2017-06-28 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/metron/pull/620#discussion_r124628476 --- Diff: metron-interface/metron-alerts/src/app/shared/collapse/collapse.component.html --- @@ -0,0 +1,31 @@ + + + {{ data.getName() }}

[GitHub] metron pull request #586: METRON-508 Expand Elasticsearch templates to suppo...

2017-06-28 Thread JonZeolla
GitHub user JonZeolla reopened a pull request: https://github.com/apache/metron/pull/586 METRON-508 Expand Elasticsearch templates to support the standard bro logs ## Contributor Comments This PR makes it easier for someone with an existing bro install to send some of their log

[GitHub] metron pull request #618: METRON-999 Add virtualization support checks to pl...

2017-06-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/metron/pull/618 --- 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 #620: Metron-988: UI for viewing alerts generated by Met...

2017-06-28 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/metron/pull/620#discussion_r124629201 --- Diff: metron-interface/metron-alerts/src/app/shared/metron-table/metron-table-pagination/metron-table-pagination.component.scss --- @@ -0,0 +1,30 @@

[GitHub] metron pull request #620: Metron-988: UI for viewing alerts generated by Met...

2017-06-28 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/metron/pull/620#discussion_r124629155 --- Diff: metron-interface/metron-alerts/src/app/shared/metron-table/metron-table-pagination/metron-table-pagination.component.html --- @@ -0,0 +1,20 @@

[GitHub] metron pull request #586: METRON-508 Expand Elasticsearch templates to suppo...

2017-06-28 Thread JonZeolla
GitHub user JonZeolla reopened a pull request: https://github.com/apache/metron/pull/586 METRON-508 Expand Elasticsearch templates to support the standard bro logs ## Contributor Comments This PR makes it easier for someone with an existing bro install to send some of their log

[GitHub] metron pull request #586: METRON-508 Expand Elasticsearch templates to suppo...

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

Build failures

2017-06-28 Thread Vasco Yordanov
Hello , I just forked from github and it seems that " Metron-Pcap_Service" is failing with following errors: [ERROR] /home/vasko/metron2/incubator-metron-fork/metron-streaming/Metron-Pcap_Service/src/main/java/org/apache/metron/pcapservice/RestTestingUtil.java:[212,5] cannot find symbol

Re: Build failures

2017-06-28 Thread Otto Fowler
Also, if you are following an article or some documentation, can you tells what those are? On June 28, 2017 at 16:43:33, Ryan Merriman (merrim...@gmail.com) wrote: Can you confirm you're on the master branch? I see "metron-streaming" in your path to RestTestingUtil and that was changed a LONG

Re: Question about Metron-Docker

2017-06-28 Thread Kyle Richardson
I use it occasionally. I like it for quickly testing parser tweaks. Unfortunately I've had zero time lately so haven't run it off master for a while. -Kyle > On Jun 28, 2017, at 11:10 AM, Otto Fowler wrote: > > Has anyone run it off master? > Is anyone using it? > >

[GitHub] metron pull request #530: METRON-777 Metron Extension System and Parser Exte...

2017-06-28 Thread mmiklavc
Github user mmiklavc commented on a diff in the pull request: https://github.com/apache/metron/pull/530#discussion_r124611122 --- Diff: metron-maven-archetypes/README.md --- @@ -0,0 +1,56 @@ +# Metron Maven Archetypes + +These are [Apache Maven