[GitHub] metron-bro-plugin-kafka pull request #21: METRON-1911 [WIP] Docker setup for...

2018-12-04 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron-bro-plugin-kafka/pull/21#discussion_r238805123 --- Diff: docker/in_docker_scripts/wait-for-it.sh --- @@ -0,0 +1,161 @@ +#!/usr/bin/env bash +# Use this script to test

[GitHub] metron-bro-plugin-kafka pull request #21: METRON-1911 [WIP] Docker setup for...

2018-12-04 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron-bro-plugin-kafka/pull/21#discussion_r238804842 --- Diff: docker/in_docker_scripts/build_bro_plugin.sh --- @@ -0,0 +1,39 @@ +#!/usr/bin/env bash + +# +# Licensed

[GitHub] metron-bro-plugin-kafka pull request #21: METRON-1911 [WIP] Docker setup for...

2018-12-04 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron-bro-plugin-kafka/pull/21#discussion_r238826943 --- Diff: docker/scripts/process_data_docker.sh --- @@ -0,0 +1,29 @@ +#!/usr/bin/env bash + +# +# Licensed

[GitHub] metron-bro-plugin-kafka pull request #21: METRON-1911 [WIP] Docker setup for...

2018-12-04 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron-bro-plugin-kafka/pull/21#discussion_r238827202 --- Diff: docker/run_test.sh.template --- @@ -0,0 +1,199 @@ +#!/usr/bin/env bash --- End diff -- i changed it ---

[GitHub] metron-bro-plugin-kafka pull request #21: METRON-1911 [WIP] Docker setup for...

2018-12-04 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron-bro-plugin-kafka/pull/21#discussion_r238803331 --- Diff: docker/run_test.sh.template --- @@ -0,0 +1,199 @@ +#!/usr/bin/env bash --- End diff -- so the idea

[GitHub] metron-bro-plugin-kafka pull request #21: METRON-1911 [WIP] Docker setup for...

2018-12-04 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron-bro-plugin-kafka/pull/21#discussion_r238804501 --- Diff: docker/in_docker_scripts/build_bro_plugin.sh --- @@ -0,0 +1,39 @@ +#!/usr/bin/env bash + +# +# Licensed

[GitHub] metron-bro-plugin-kafka pull request #21: METRON-1911 [WIP] Docker setup for...

2018-12-04 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron-bro-plugin-kafka/pull/21#discussion_r238848200 --- Diff: docker/example_script.sh --- @@ -0,0 +1,177 @@ +#!/usr/bin/env bash + +# +# Licensed to the Apache Software

[GitHub] metron-bro-plugin-kafka pull request #21: METRON-1911 [WIP] Docker setup for...

2018-12-04 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron-bro-plugin-kafka/pull/21#discussion_r238851540 --- Diff: docker/example_script.sh --- @@ -0,0 +1,177 @@ +#!/usr/bin/env bash + +# +# Licensed to the Apache Software

[GitHub] metron-bro-plugin-kafka issue #21: METRON-1911 [WIP] Docker setup for testin...

2018-12-04 Thread ottobackwards
Github user ottobackwards commented on the issue: https://github.com/apache/metron-bro-plugin-kafka/pull/21 @JonZeolla , I was going to ask you about that, what do you think the best practice is for these permissions? ---

[GitHub] metron-bro-plugin-kafka pull request #21: METRON-1911 [WIP] Docker setup for...

2018-12-04 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron-bro-plugin-kafka/pull/21#discussion_r238801412 --- Diff: docker/in_docker_scripts/process_data_dir.sh --- @@ -0,0 +1,32 @@ +#!/usr/bin/env bash + +# +# Licensed

[GitHub] metron-bro-plugin-kafka pull request #21: METRON-1911 [WIP] Docker setup for...

2018-12-04 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron-bro-plugin-kafka/pull/21#discussion_r238802060 --- Diff: docker/in_docker_scripts/wait-for-it.sh --- @@ -0,0 +1,161 @@ +#!/usr/bin/env bash +# Use this script to test

[GitHub] metron-bro-plugin-kafka pull request #21: METRON-1911 [WIP] Docker setup for...

2018-12-04 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron-bro-plugin-kafka/pull/21#discussion_r238806017 --- Diff: docker/scripts/download_sample_pcaps.sh --- @@ -0,0 +1,101 @@ +#!/usr/bin/env bash + +# +# Licensed

[GitHub] metron pull request #1245: METRON-1795: Initial Commit for Regular Expressio...

2018-12-07 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron/pull/1245#discussion_r239847486 --- Diff: metron-platform/metron-parsers/src/test/java/org/apache/metron/parsers/regex/RegularExpressionsParserTest.java --- @@ -0,0 +1,152

[GitHub] metron pull request #1245: METRON-1795: Initial Commit for Regular Expressio...

2018-12-07 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron/pull/1245#discussion_r239859491 --- Diff: metron-platform/metron-parsers/src/test/java/org/apache/metron/parsers/regex/RegularExpressionsParserTest.java --- @@ -0,0 +1,152

[GitHub] metron pull request #1245: METRON-1795: Initial Commit for Regular Expressio...

2018-12-07 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron/pull/1245#discussion_r239860797 --- Diff: metron-platform/metron-parsers/src/test/java/org/apache/metron/parsers/regex/RegularExpressionsParserTest.java --- @@ -0,0 +1,152

[GitHub] metron issue #1245: METRON-1795: Initial Commit for Regular Expressions Pars...

2018-12-07 Thread ottobackwards
Github user ottobackwards commented on the issue: https://github.com/apache/metron/pull/1245 Given we have the 5424 parser, and the 3164 parser in PR already, with chaining, perhaps this parser would be cleaner and easier to configure and understand if it was re-positioned ( wrt

[GitHub] metron-bro-plugin-kafka issue #21: METRON-1911 Docker setup for testing bro ...

2018-12-07 Thread ottobackwards
Github user ottobackwards commented on the issue: https://github.com/apache/metron-bro-plugin-kafka/pull/21 ok, this is fixed. The bashSupport formatter in IntelliJ break the array assignment. Sorry, i didn't redeploy after a format and document run. Also, I don't think

[GitHub] metron issue #1288: METRON-1916 Stellar Classpath Function Resolver Should H...

2018-12-03 Thread ottobackwards
Github user ottobackwards commented on the issue: https://github.com/apache/metron/pull/1288 Can we step back? What dependencies where not present? That may be the real issue for the users. ---

[GitHub] metron issue #1288: METRON-1916 Stellar Classpath Function Resolver Should H...

2018-12-01 Thread ottobackwards
Github user ottobackwards commented on the issue: https://github.com/apache/metron/pull/1288 In my mind we don't have a current state where Stellar is running but not all the functions in the class path are loaded. This is different. Before we would have crashed starting up. Now

[GitHub] metron-bro-plugin-kafka pull request #21: METRON-1911 [WIP] Docker setup for...

2018-12-03 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron-bro-plugin-kafka/pull/21#discussion_r238431951 --- Diff: docker/containers/bro-localbuild-container/Dockerfile --- @@ -0,0 +1,49 @@ +# +# Licensed to the Apache Software

[GitHub] metron-bro-plugin-kafka pull request #21: METRON-1911 [WIP] Docker setup for...

2018-12-03 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron-bro-plugin-kafka/pull/21#discussion_r238431923 --- Diff: docker/in_docker_scripts/build_bro.sh --- @@ -0,0 +1,31 @@ +#!/usr/bin/env bash --- End diff -- all set ---

[GitHub] metron-bro-plugin-kafka pull request #21: METRON-1911 [WIP] Docker setup for...

2018-12-03 Thread ottobackwards
GitHub user ottobackwards opened a pull request: https://github.com/apache/metron-bro-plugin-kafka/pull/21 METRON-1911 [WIP] Docker setup for testing bro plugin Status> To try: ```  ~/src/apache/forks/metron-bro-plugin-kafka   docker  cd docker

[GitHub] metron-bro-plugin-kafka issue #21: METRON-1911 [WIP] Docker setup for testin...

2018-12-03 Thread ottobackwards
Github user ottobackwards commented on the issue: https://github.com/apache/metron-bro-plugin-kafka/pull/21 The idea, at least at this point is that when in the container you will have the 'built in scripts' that we have, and whatever scripts you have mapped into the container too

[GitHub] metron-bro-plugin-kafka issue #21: METRON-1911 [WIP] Docker setup for testin...

2018-12-03 Thread ottobackwards
Github user ottobackwards commented on the issue: https://github.com/apache/metron-bro-plugin-kafka/pull/21 I had a lot of trouble with compose, so I did it with plain run and a shared network. We can look at compose later. ---

[GitHub] metron-bro-plugin-kafka issue #21: METRON-1911 [WIP] Docker setup for testin...

2018-12-03 Thread ottobackwards
Github user ottobackwards commented on the issue: https://github.com/apache/metron-bro-plugin-kafka/pull/21 We will also have scripts that do docker exec etc to read from kafka etc. ---

[GitHub] metron issue #1292: METRON-1925 Provide Verbose View of Profile Results in R...

2018-12-06 Thread ottobackwards
Github user ottobackwards commented on the issue: https://github.com/apache/metron/pull/1292 Could the return be a full json document, that includes the query parameters? I can see doing these things and writing to file, and wanting more than just the data, but having the meta data

[GitHub] metron issue #1291: METRON-1922: Escaping incorrectly handled in current aes...

2018-12-06 Thread ottobackwards
Github user ottobackwards commented on the issue: https://github.com/apache/metron/pull/1291 +1 pending updating the dependency csv file ---

[GitHub] metron-bro-plugin-kafka issue #21: METRON-1911 Docker setup for testing bro ...

2018-12-06 Thread ottobackwards
Github user ottobackwards commented on the issue: https://github.com/apache/metron-bro-plugin-kafka/pull/21 @nickwallen @JonZeolla, with the readme done, this is now ready for review ---

[GitHub] metron-bro-plugin-kafka issue #21: METRON-1911 Docker setup for testing bro ...

2018-12-06 Thread ottobackwards
Github user ottobackwards commented on the issue: https://github.com/apache/metron-bro-plugin-kafka/pull/21 @nickwallen @JonZeolla, with the readme done, this is now ready for review ---

[GitHub] metron issue #1292: METRON-1925 Provide Verbose View of Profile Results in R...

2018-12-10 Thread ottobackwards
Github user ottobackwards commented on the issue: https://github.com/apache/metron/pull/1292 @nickwallen What I mean is that the returned value has the query parameters in it, so you have the data and the query you used for it. Please excuse me if that is already the case ---

[GitHub] metron-bro-plugin-kafka pull request #21: METRON-1911 Docker setup for testi...

2018-12-10 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron-bro-plugin-kafka/pull/21#discussion_r240248699 --- Diff: docker/in_docker_scripts/build_bro_plugin.sh --- @@ -0,0 +1,48 @@ +#!/usr/bin/env bash + +# +# Licensed

[GitHub] metron-bro-plugin-kafka pull request #21: METRON-1911 Docker setup for testi...

2018-12-10 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron-bro-plugin-kafka/pull/21#discussion_r240249191 --- Diff: docker/scripts/download_sample_pcaps.sh --- @@ -0,0 +1,105 @@ +#!/usr/bin/env bash + +# +# Licensed

[GitHub] metron-bro-plugin-kafka pull request #21: METRON-1911 [WIP] Docker setup for...

2018-12-04 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron-bro-plugin-kafka/pull/21#discussion_r238803083 --- Diff: docker/in_docker_scripts/wait-for-it.sh --- @@ -0,0 +1,161 @@ +#!/usr/bin/env bash +# Use this script to test

[GitHub] metron-bro-plugin-kafka pull request #21: METRON-1911 [WIP] Docker setup for...

2018-12-04 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron-bro-plugin-kafka/pull/21#discussion_r238805529 --- Diff: docker/scripts/create_docker_network.sh --- @@ -0,0 +1,73 @@ +#!/usr/bin/env bash + +# +# Licensed

[GitHub] metron-bro-plugin-kafka pull request #21: METRON-1911 [WIP] Docker setup for...

2018-12-04 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron-bro-plugin-kafka/pull/21#discussion_r238805671 --- Diff: docker/scripts/download_sample_pcaps.sh --- @@ -0,0 +1,101 @@ +#!/usr/bin/env bash + +# +# Licensed

[GitHub] metron-bro-plugin-kafka pull request #21: METRON-1911 [WIP] Docker setup for...

2018-12-04 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron-bro-plugin-kafka/pull/21#discussion_r238850284 --- Diff: docker/example_script.sh --- @@ -0,0 +1,177 @@ +#!/usr/bin/env bash + +# +# Licensed to the Apache Software

[GitHub] metron-bro-plugin-kafka pull request #21: METRON-1911 [WIP] Docker setup for...

2018-12-04 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron-bro-plugin-kafka/pull/21#discussion_r238850336 --- Diff: docker/example_script.sh --- @@ -0,0 +1,177 @@ +#!/usr/bin/env bash + +# +# Licensed to the Apache Software

[GitHub] metron-bro-plugin-kafka pull request #21: METRON-1911 [WIP] Docker setup for...

2018-12-04 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron-bro-plugin-kafka/pull/21#discussion_r238850232 --- Diff: docker/scripts/cleanup_containers.sh --- @@ -0,0 +1,30 @@ +#!/usr/bin/env bash + +# +# Licensed

[GitHub] metron issue #1288: METRON-1916 Stellar Classpath Function Resolver Should H...

2018-12-01 Thread ottobackwards
Github user ottobackwards commented on the issue: https://github.com/apache/metron/pull/1288 So, my main concern here is the state of stellar _after_ loading in this condition. What happens if you call a function that failed to load? What happens if it is nested in a match

[GitHub] metron issue #1288: METRON-1916 Stellar Classpath Function Resolver Should H...

2018-12-01 Thread ottobackwards
Github user ottobackwards commented on the issue: https://github.com/apache/metron/pull/1288 @cestella should check in on this ---

[GitHub] metron-bro-plugin-kafka issue #21: METRON-1911 [WIP] Docker setup for testin...

2018-12-05 Thread ottobackwards
Github user ottobackwards commented on the issue: https://github.com/apache/metron-bro-plugin-kafka/pull/21 current send to end cmd is: ```bash ./scripts/download_sample_pcaps.sh --data-path=A_FULL_PATH && ./example_script.sh --skip-docker-build --leave-runnin

[GitHub] metron issue #1261: METRON-1860 [WIP] new developer option for ansible in do...

2018-11-21 Thread ottobackwards
Github user ottobackwards commented on the issue: https://github.com/apache/metron/pull/1261 @nickwallen Done ---

[GitHub] metron issue #1261: METRON-1860 [WIP] new developer option for ansible in do...

2018-11-21 Thread ottobackwards
Github user ottobackwards commented on the issue: https://github.com/apache/metron/pull/1261 @nickwallen, yeah, I did prompts as I went along debugging. I was thinking that folks may not like them. I'll parameterize things. ---

[GitHub] metron pull request #1279: METRON-1893 Syslog RFC-3164 parser

2018-11-24 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron/pull/1279#discussion_r236062925 --- Diff: metron-platform/metron-parsers/src/main/resources/META-INF/NOTICE --- @@ -37,4 +37,18 @@ Copyright 2006-2011 Google, Inc

[GitHub] metron issue #1261: METRON-1860 [WIP] new developer option for ansible in do...

2018-11-21 Thread ottobackwards
Github user ottobackwards commented on the issue: https://github.com/apache/metron/pull/1261 It is possible to imagine a number of scenarios, including that, but also needing to build with new hadoop versions ( can't loose build from scratch ). There are a number of things we

[GitHub] metron issue #1261: METRON-1860 [WIP] new developer option for ansible in do...

2018-11-21 Thread ottobackwards
Github user ottobackwards commented on the issue: https://github.com/apache/metron/pull/1261 If you create an issue for your vagrant base machine with our hadoop / ambari already in it, you can assign it to me. @justinleet ---

[GitHub] metron issue #1249: METRON-1815: Separate metron-parsers into metron-parsers...

2018-11-20 Thread ottobackwards
Github user ottobackwards commented on the issue: https://github.com/apache/metron/pull/1249 All the hard coded paths for test resources should be removed. Similar to how we build the test data paths for the integration tests. ---

[GitHub] metron issue #1249: METRON-1815: Separate metron-parsers into metron-parsers...

2018-11-20 Thread ottobackwards
Github user ottobackwards commented on the issue: https://github.com/apache/metron/pull/1249 I was going to suggest that we may want do it, but your use of _conflating_ has dissuaded me. Have you a list of 'post' things to add that to perhaps? ---

[GitHub] metron issue #1249: METRON-1815: Separate metron-parsers into metron-parsers...

2018-11-20 Thread ottobackwards
Github user ottobackwards commented on the issue: https://github.com/apache/metron/pull/1249 wait, you don't have a plan??? lol. nm. just wondering. I have some old things around this, maybe I'll follow on. ---

[GitHub] metron pull request #1261: METRON-1860 [WIP] new developer option for ansibl...

2018-11-26 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron/pull/1261#discussion_r236261518 --- Diff: metron-deployment/development/centos6_docker_build/build_and_run.sh --- @@ -0,0 +1,144 @@ +#!/usr/bin/env bash

[GitHub] metron pull request #1261: METRON-1860 [WIP] new developer option for ansibl...

2018-11-26 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron/pull/1261#discussion_r236262118 --- Diff: metron-deployment/development/centos6_docker_build/build_and_run.sh --- @@ -0,0 +1,144 @@ +#!/usr/bin/env bash

[GitHub] metron pull request #1261: METRON-1860 [WIP] new developer option for ansibl...

2018-11-26 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron/pull/1261#discussion_r236262632 --- Diff: metron-deployment/development/centos6_docker_build/run_docker_only.sh --- @@ -0,0 +1,39 @@ +#!/usr/bin/env bash

[GitHub] metron pull request #1261: METRON-1860 [WIP] new developer option for ansibl...

2018-11-26 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron/pull/1261#discussion_r236261064 --- Diff: metron-deployment/development/centos6_docker_build/build_and_run.sh --- @@ -0,0 +1,144 @@ +#!/usr/bin/env bash

[GitHub] metron pull request #1261: METRON-1860 [WIP] new developer option for ansibl...

2018-11-26 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron/pull/1261#discussion_r236261928 --- Diff: metron-deployment/development/centos6_docker_build/docker_run_ansible.sh --- @@ -0,0 +1,46 @@ +#!/usr/bin/env bash

[GitHub] metron pull request #1261: METRON-1860 [WIP] new developer option for ansibl...

2018-11-26 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron/pull/1261#discussion_r236292888 --- Diff: metron-deployment/development/centos6_docker_build/docker_run_ansible.sh --- @@ -0,0 +1,46 @@ +#!/usr/bin/env bash

[GitHub] metron pull request #1261: METRON-1860 [WIP] new developer option for ansibl...

2018-11-26 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron/pull/1261#discussion_r236301587 --- Diff: metron-deployment/development/centos6_docker_build/build_and_run.sh --- @@ -0,0 +1,144 @@ +#!/usr/bin/env bash

[GitHub] metron issue #1249: METRON-1815: Separate metron-parsers into metron-parsers...

2018-11-26 Thread ottobackwards
Github user ottobackwards commented on the issue: https://github.com/apache/metron/pull/1249 Let's go with what @nickwallen said ---

[GitHub] metron pull request #1261: METRON-1860 [WIP] new developer option for ansibl...

2018-11-26 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron/pull/1261#discussion_r236262449 --- Diff: metron-deployment/development/centos6_docker_build/run_docker_only.sh --- @@ -0,0 +1,39 @@ +#!/usr/bin/env bash

[GitHub] metron pull request #1261: METRON-1860 [WIP] new developer option for ansibl...

2018-11-26 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron/pull/1261#discussion_r236375985 --- Diff: metron-deployment/development/centos6_docker_build/build_and_run.sh --- @@ -0,0 +1,144 @@ +#!/usr/bin/env bash

[GitHub] metron pull request #1261: METRON-1860 [WIP] new developer option for ansibl...

2018-11-26 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron/pull/1261#discussion_r236385492 --- Diff: metron-deployment/development/centos6_docker_build/build_and_run.sh --- @@ -0,0 +1,144 @@ +#!/usr/bin/env bash

[GitHub] metron pull request #1261: METRON-1860 [WIP] new developer option for ansibl...

2018-11-26 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron/pull/1261#discussion_r236260621 --- Diff: metron-deployment/development/centos6_docker_build/build_and_run.sh --- @@ -0,0 +1,144 @@ +#!/usr/bin/env bash

[GitHub] metron pull request #1261: METRON-1860 [WIP] new developer option for ansibl...

2018-11-26 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron/pull/1261#discussion_r236260538 --- Diff: metron-deployment/development/centos6_docker_build/build_and_run.sh --- @@ -0,0 +1,144 @@ +#!/usr/bin/env bash

[GitHub] metron issue #1261: METRON-1860 [WIP] new developer option for ansible in do...

2018-11-26 Thread ottobackwards
Github user ottobackwards commented on the issue: https://github.com/apache/metron/pull/1261 I think spellcheck is integrated into travis, so what we _can_ do is make shellcheck a build dependency and execute it through maven in the poms ---

[GitHub] metron issue #1261: METRON-1860 [WIP] new developer option for ansible in do...

2018-11-26 Thread ottobackwards
Github user ottobackwards commented on the issue: https://github.com/apache/metron/pull/1261 @mmiklavc I have it integrated into IntelliJ, though it isn't as obvious as java errors ---

<    1   2   3   4