[GitHub] metron pull request #774: METRON-1212 The bundle system and maven plugin

2017-11-15 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/774#discussion_r151196532 --- Diff: bundles-maven-plugin/README.md --- @@ -0,0 +1,230 @@ + +# Apache Metron Bundle Maven Plugin + +Apache Metron Bundles Maven

[GitHub] metron pull request #841: METRON-1316 Fastcapa Fails to Compile in Test Envi...

2017-11-15 Thread nickwallen
GitHub user nickwallen opened a pull request: https://github.com/apache/metron/pull/841 METRON-1316 Fastcapa Fails to Compile in Test Environment DPDK 16.11.1 will no longer compile against newer Linux kernels due to an interface change in the kernel. This can be

[GitHub] metron issue #841: METRON-1316 Fastcapa Fails to Compile in Test Environment

2017-11-16 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/841 > During the deployment, I noticed the following message. I was not sure if this can be ignored or needs to be looked at. Hi Anand - Thanks for testing! I saw that a few times a

[GitHub] metron issue #825: METRON-1290: Only first 10 alerts are update when a MetaA...

2017-11-16 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/825 Even if the functionality is addressed, are there tests that cover this condition that we can pull in from this PR? I don't think we ever got a proper integration test to cover this issue

[GitHub] metron issue #832: METRON-1301 Sorting on Triage Score Unexpectedly Filters ...

2017-11-16 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/832 I merged with the latest changed from #824 ---

[GitHub] metron issue #825: METRON-1290: Only first 10 alerts are update when a MetaA...

2017-11-16 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/825 Sounds good. I will take a look at #842. ---

[GitHub] metron issue #842: METRON-1290: Only first 10 alerts are update when a MetaA...

2017-11-16 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/842 +1 LGTM Tests pass as-is. Then I commented out [the core fix for this issue](https://github.com/apache/metron/blob/fd896fbebe9d5e77eb11d1ce953ab2b55cc84387/metron-platform/metron

[GitHub] metron issue #827: METRON-1294: IP addresses are not formatted correctly in ...

2017-11-16 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/827 How does `getCommonColumnMetadata` behave when we have a mismatched field (aka a field named the same in two different indices, but with different types)? Do we need similar mismatch handling? ---

[GitHub] metron issue #827: METRON-1294: IP addresses are not formatted correctly in ...

2017-11-16 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/827 Even better then. Can we just get rid of it? ---

[GitHub] metron issue #827: METRON-1294: IP addresses are not formatted correctly in ...

2017-11-17 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/827 @justinleet I think that's a good find. I'd suggest we fix this issue on a subsequent PR after we get this and #832 merged. On #832, the refactoring will make it much easier to unit

[GitHub] metron issue #832: METRON-1301 Sorting on Triage Score Unexpectedly Filters ...

2017-11-17 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/832 I just merged in the last bits from master. This is ready for review. ---

[GitHub] metron issue #832: METRON-1301 Sorting on Triage Score Unexpectedly Filters ...

2017-11-17 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/832 Thanks for all the reviews, guys. Going to commit now. ---

[GitHub] metron issue #803: Metron-1252: Build ui for grouping alerts into meta alert...

2017-11-17 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/803 Hi @iraghumitra - I'd like to see your work get in ASAP. Can you merge with master when you get a chance? Also, I think you need to make some updates based on recent PRs that

[GitHub] metron-bro-plugin-kafka pull request #2: DO NOT MERGE METRON-1304: Allow met...

2017-11-17 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron-bro-plugin-kafka/pull/2#discussion_r151791732 --- Diff: scripts/Bro/Kafka/logs-to-kafka.bro --- @@ -14,32 +14,37 @@ # See the License for the specific language governing

[GitHub] metron-bro-plugin-kafka pull request #2: DO NOT MERGE METRON-1304: Allow met...

2017-11-17 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron-bro-plugin-kafka/pull/2#discussion_r151794206 --- Diff: scripts/init.bro --- @@ -18,11 +18,20 @@ module Kafka; export { - const topic_name: string = "bro&qu

[GitHub] metron-bro-plugin-kafka pull request #2: DO NOT MERGE METRON-1304: Allow met...

2017-11-17 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron-bro-plugin-kafka/pull/2#discussion_r151793309 --- Diff: scripts/Bro/Kafka/logs-to-kafka.bro --- @@ -14,32 +14,37 @@ # See the License for the specific language governing

[GitHub] metron pull request #843: METRON-1319: Column Metadata REST service should u...

2017-11-17 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/843#discussion_r151798907 --- Diff: metron-interface/metron-rest/src/main/java/org/apache/metron/rest/service/impl/SearchServiceImpl.java --- @@ -96,6 +96,11 @@ public

[GitHub] metron pull request #843: METRON-1319: Column Metadata REST service should u...

2017-11-17 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/843#discussion_r151799957 --- Diff: metron-interface/metron-rest/src/test/java/org/apache/metron/rest/controller/SearchControllerIntegrationTest.java --- @@ -132,6 +132,30

[GitHub] metron pull request #843: METRON-1319: Column Metadata REST service should u...

2017-11-17 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/843#discussion_r151799462 --- Diff: metron-interface/metron-rest/src/main/java/org/apache/metron/rest/service/impl/SearchServiceImpl.java --- @@ -96,6 +96,11 @@ public

[GitHub] metron pull request #843: METRON-1319: Column Metadata REST service should u...

2017-11-17 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/843#discussion_r151801296 --- Diff: metron-interface/metron-rest/src/test/java/org/apache/metron/rest/controller/SearchControllerIntegrationTest.java --- @@ -132,6 +132,30

[GitHub] metron-bro-plugin-kafka issue #3: METRON-813: Migrate metron-bro-plugin-kafk...

2017-11-17 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron-bro-plugin-kafka/pull/3 +1 This works great @JonZeolla . This is a really nice enhancement. I tested by manually installing Bro and using bro-pkg to install our plugin. Everything works exactly as I

[GitHub] metron issue #803: Metron-1252: Build ui for grouping alerts into meta alert...

2017-11-20 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/803 @iraghumitra I see that you merged some changes. Is this ready to test? ---

[GitHub] metron issue #803: Metron-1252: Build ui for grouping alerts into meta alert...

2017-11-20 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/803 That's weird @justinleet . The create request is working for me. I'll mess with it some more and try to replicate what you are seeing. I am seeing a separate issue on the RE

[GitHub] metron pull request #845: METRON-1321 Metaalert Threat Score Type Does Not M...

2017-11-20 Thread nickwallen
GitHub user nickwallen opened a pull request: https://github.com/apache/metron/pull/845 METRON-1321 Metaalert Threat Score Type Does Not Match Sensor Indices After creating Metaalerts in the Alerts UI, I am unable to sort by threat triage score. The exception that is logged is

[GitHub] metron issue #845: METRON-1321 Metaalert Threat Score Type Does Not Match Se...

2017-11-20 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/845 I am still testing this in Full Dev. Will respond once I verify this completely. ---

[GitHub] metron pull request #845: METRON-1321 Metaalert Threat Score Type Does Not M...

2017-11-20 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/845#discussion_r152077236 --- Diff: metron-platform/metron-elasticsearch/src/main/java/org/apache/metron/elasticsearch/dao/ElasticsearchMetaAlertDao.java --- @@ -614,8 +625,15

[GitHub] metron pull request #845: METRON-1321 Metaalert Threat Score Type Does Not M...

2017-11-20 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/845#discussion_r152083195 --- Diff: metron-platform/metron-elasticsearch/src/main/java/org/apache/metron/elasticsearch/dao/ElasticsearchMetaAlertDao.java --- @@ -614,8 +625,15

[GitHub] metron issue #845: METRON-1321 Metaalert Threat Score Type Does Not Match Se...

2017-11-20 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/845 I ran this up according to my testing instructions and it addresses the problem. Please take a look-see. ---

[GitHub] metron issue #803: Metron-1252: Build ui for grouping alerts into meta alert...

2017-11-21 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/803 Hi @iraghumitra - The UI does not refresh itself after a metaalert is deleted. If this is something easy to fix, let's tackle it. Otherwise, I can create a JIRA to track this and we can f

[GitHub] metron issue #803: Metron-1252: Build ui for grouping alerts into meta alert...

2017-11-21 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/803 > I am not refreshing on purpose. If I refresh the UI after any operation users would lose the current context and see new alerts (If available). Ok @iraghumitra. Since you have a va

[GitHub] metron issue #841: METRON-1316 Fastcapa Fails to Compile in Test Environment

2017-11-21 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/841 That's weird @anandsubbu . What version of Vagrant and VirtualBox are you running? Here are the versions that I am running... * Virtualbox Version 5.1.22 r115126 * Va

[GitHub] metron issue #803: Metron-1252: Build ui for grouping alerts into meta alert...

2017-11-21 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/803 Something seems to be wrong with saved searches. When I run through a manual test script of creating metaalerts, deleting and navigating, most (if not all) of my saved searches are these giant

[GitHub] metron issue #803: Metron-1252: Build ui for grouping alerts into meta alert...

2017-11-21 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/803 @justinleet @iraghumitra I am glad that no one else can reproduce. I will work on trying to get a set of steps to reproduce this. Let's not worry about this on the current PR. ---

[GitHub] metron issue #803: Metron-1252: Build ui for grouping alerts into meta alert...

2017-11-21 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/803 IMHO I think the functionality is good on this PR. There are 3 functional tests that failed, but they are minor and can be addressed after we get this PR in. My only hold-up right now

[GitHub] metron issue #843: METRON-1319: Column Metadata REST service should use defa...

2017-11-21 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/843 > Still need to spin up full dev and validate there. Will report back once I have successfully done that but this can be reviewed in the meantime. @merrimanr Did you run this up in F

[GitHub] metron issue #843: METRON-1319: Column Metadata REST service should use defa...

2017-11-21 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/843 Unless I missed it, I just don't see confirmation that you ran this change up in Full Dev. If you already did, I am just looking for confirmation. I am not asking you to run it up again,

[GitHub] metron issue #843: METRON-1319: Column Metadata REST service should use defa...

2017-11-21 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/843 Stated differently... Your PR description says "I need to run this up in Full Dev." I am just looking for confirmation that you did that. That's all. ---

[GitHub] metron issue #843: METRON-1319: Column Metadata REST service should use defa...

2017-11-21 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/843 +1 LGTM. No need to run it up again. ---

[GitHub] metron issue #841: METRON-1316 Fastcapa Fails to Compile in Test Environment

2017-11-22 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/841 @anandsubbu Yes, I think that is a good point. I can add that to a README in the centos-7.4/ directory. I'm sure someone will run across this problem. Can you share what

[GitHub] metron issue #846: METRON-1328: Enhance platform-info.sh script to check if ...

2017-11-22 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/846 +1 Thanks, Anand. I tested with Docker daemon running, not running and not installed. Worked as advertised. ---

[GitHub] metron issue #803: Metron-1252: Build ui for grouping alerts into meta alert...

2017-11-22 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/803 @iraghumitra Are all these e2e tests passing for you? I am still getting failures. I manually truncated the `metron_updates` table before running them also

[GitHub] metron issue #803: Metron-1252: Build ui for grouping alerts into meta alert...

2017-11-23 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/803 Just a quick update... I was working with @iraghumitra yesterday on getting the e2e tests to pass for me. It seems that with older versions of NPM the tests do pass, but then only various shades

[GitHub] metron-bro-plugin-kafka pull request #2: DO NOT MERGE METRON-1304: Allow met...

2017-11-23 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron-bro-plugin-kafka/pull/2#discussion_r152848070 --- Diff: scripts/Bro/Kafka/logs-to-kafka.bro --- @@ -14,32 +14,37 @@ # See the License for the specific language governing

[GitHub] metron issue #803: Metron-1252: Build ui for grouping alerts into meta alert...

2017-11-27 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/803 @iraghumitra Can you describe how you install Node/NPM on your development box? I want to install using the same mechanism (and versions) and see if I can get the e2e tests all working like you

[GitHub] metron issue #803: Metron-1252: Build ui for grouping alerts into meta alert...

2017-11-27 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/803 +1 I'd like to see sign-off from at least one other committer (if not more) before this gets merged. I previously outlined the manual functional testing that I performed.

[GitHub] metron pull request #849: METRON-1320 Add C++11 Compliance Check to platform...

2017-11-27 Thread nickwallen
GitHub user nickwallen opened a pull request: https://github.com/apache/metron/pull/849 METRON-1320 Add C++11 Compliance Check to platform-info Some of the module dependencies for the Management and Alerts UI must be built natively on the host. This requires a C/C++ compiler. In

[GitHub] metron pull request #849: METRON-1334 Add C++11 Compliance Check to 'platfor...

2017-11-27 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/849#discussion_r153324714 --- Diff: metron-deployment/scripts/platform-info.sh --- @@ -73,6 +73,30 @@ echo "--" echo "npm" npm --version

[GitHub] metron pull request #849: METRON-1334 Add C++11 Compliance Check to 'platfor...

2017-11-27 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/849#discussion_r153325047 --- Diff: metron-deployment/scripts/platform-info.sh --- @@ -73,6 +73,30 @@ echo "--" echo "npm" npm --version

[GitHub] metron pull request #849: METRON-1334 Add C++11 Compliance Check to 'platfor...

2017-11-27 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/849#discussion_r153336117 --- Diff: metron-deployment/scripts/platform-info.sh --- @@ -73,6 +73,30 @@ echo "--" echo "npm" npm --version

[GitHub] metron issue #803: Metron-1252: Build ui for grouping alerts into meta alert...

2017-11-27 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/803 Great. I will get this PR merged. I am glad to see that this one is ready to go. ---

[GitHub] metron pull request #851: METRON-1336 Patching Can Result in Bad Configurati...

2017-11-28 Thread nickwallen
GitHub user nickwallen opened a pull request: https://github.com/apache/metron/pull/851 METRON-1336 Patching Can Result in Bad Configuration The following problems are addressed in this PR. * A patch can be constructed that when applied creates an invalid configuration

[GitHub] metron issue #849: METRON-1334 Add C++11 Compliance Check to 'platform-info....

2017-11-28 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/849 > Is this the expected output? I agree with @ottobackwards . That looks like what I would expect to see. @JonZeolla I assume since you asked, it is not what you would exp

[GitHub] metron issue #836: METRON-1308: Fix Metron Documentation

2017-11-28 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/836 +1 I like this @JonZeolla. This reads more clearly IMHO. ---

[GitHub] metron issue #830: METRON-1298: TimeRange Picker doesn't work on Safari

2017-11-28 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/830 Hi @iraghumitra - Is this PR still valid? Can you deconflict when you get some cycles? ---

[GitHub] metron issue #812: METRON-1273: Website documentation link should point to t...

2017-11-28 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/812 Bump. @JonZeolla You are good to go here. Let me know if you need help merging/deploying the changes. ---

[GitHub] metron issue #847: METRON-1313: Update metron-deployment to use bro-pkg to i...

2017-11-28 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/847 Looks good, Jon. I agree with what you said. Let's get the release process sorted before we commit this one. ---

[GitHub] metron pull request #852: METRON-1239 Drop extra dev environments

2017-11-28 Thread nickwallen
GitHub user nickwallen opened a pull request: https://github.com/apache/metron/pull/852 METRON-1239 Drop extra dev environments Per the previous discussion referenced in JIRA, this PR drops support for the Quick Dev and Code Lab environments. These have been effectively dead for

[GitHub] metron issue #852: METRON-1239 Drop extra dev environments

2017-11-28 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/852 Thanks @ottobackwards . I just pushed that fix, plus some other little things I found. ---

[GitHub] metron issue #852: METRON-1239 Drop extra dev environments

2017-11-29 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/852 > @anandsubbu: I found one more reference to quick dev - here. I was confused about that README.vm file. Any idea what that is for? > @anandsubbu: Also, I could see th

[GitHub] metron issue #852: METRON-1239 Drop extra dev environments

2017-11-29 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/852 > The issue is that we should use this type of operation, but do it as part of maven no? It doesn't seem that the utility is useful enough to maintain anymore. It had value o

[GitHub] metron issue #852: METRON-1239 Drop extra dev environments

2017-11-29 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/852 We can tackle the issue of documenting in a discuss thread. I'm not going to tackle that issue on this PR. ---

[GitHub] metron issue #852: METRON-1239 Drop extra dev environments

2017-11-29 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/852 No problem @ottobackwards . I just deleted the ReadMeUtils and README.vm files in the latest commit. I assume that whatever approach we take for documenting, we want to get rid of these files

[GitHub] metron pull request #854: Experimental Improvements - Feedback Only - Do Not...

2017-11-29 Thread nickwallen
GitHub user nickwallen opened a pull request: https://github.com/apache/metron/pull/854 Experimental Improvements - Feedback Only - Do Not Merge This is a PR to get feedback on some minor improvements that I was experimenting with. If the community finds any of this useful, I will

[GitHub] metron pull request #855: METRON-1338 Excluding retry files from RAT check

2017-11-29 Thread nickwallen
GitHub user nickwallen opened a pull request: https://github.com/apache/metron/pull/855 METRON-1338 Excluding retry files from RAT check When Vagrant fails, it generates a *.retry file. These files are ignored by Git, but will unnecessarily fail a build because of the Rat check

[GitHub] metron issue #854: Experimental Improvements - Feedback Only - Do Not Merge

2017-11-30 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/854 Yes, I would just get in the habit of running `./mvn clean install -DskipTests` rather than what we normally do. ---

[GitHub] metron pull request #856: METRON-1339 Stellar Shell functionality to verify ...

2017-11-30 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/856#discussion_r154105765 --- Diff: metron-platform/metron-common/src/main/java/org/apache/metron/common/configuration/StellarStatementReporter.java --- @@ -0,0 +1,166

[GitHub] metron pull request #856: METRON-1339 Stellar Shell functionality to verify ...

2017-11-30 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/856#discussion_r154102327 --- Diff: metron-platform/metron-common/src/main/java/org/apache/metron/common/configuration/StellarStatementReporter.java --- @@ -0,0 +1,166

[GitHub] metron pull request #856: METRON-1339 Stellar Shell functionality to verify ...

2017-11-30 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/856#discussion_r154110355 --- Diff: metron-platform/metron-common/src/main/java/org/apache/metron/common/configuration/StellarStatementReporter.java --- @@ -0,0 +1,166

[GitHub] metron pull request #856: METRON-1339 Stellar Shell functionality to verify ...

2017-11-30 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/856#discussion_r154116726 --- Diff: metron-platform/metron-common/src/main/java/org/apache/metron/common/configuration/StellarStatementReporter.java --- @@ -0,0 +1,166

[GitHub] metron pull request #856: METRON-1339 Stellar Shell functionality to verify ...

2017-11-30 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/856#discussion_r154118407 --- Diff: metron-platform/metron-common/src/main/java/org/apache/metron/common/configuration/StellarStatementReporter.java --- @@ -0,0 +1,166

[GitHub] metron pull request #856: METRON-1339 Stellar Shell functionality to verify ...

2017-11-30 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/856#discussion_r154133309 --- Diff: metron-platform/metron-common/src/main/java/org/apache/metron/common/configuration/StellarStatementReporter.java --- @@ -0,0 +1,166

[GitHub] metron pull request #856: METRON-1339 Stellar Shell functionality to verify ...

2017-11-30 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/856#discussion_r154133974 --- Diff: metron-platform/metron-common/src/main/java/org/apache/metron/common/configuration/StellarStatementReporter.java --- @@ -0,0 +1,166

[GitHub] metron pull request #856: METRON-1339 Stellar Shell functionality to verify ...

2017-11-30 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/856#discussion_r154143988 --- Diff: metron-platform/metron-common/src/main/java/org/apache/metron/common/configuration/StellarStatementReporter.java --- @@ -0,0 +1,166

[GitHub] metron pull request #856: METRON-1339 Stellar Shell functionality to verify ...

2017-11-30 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/856#discussion_r154171511 --- Diff: metron-platform/metron-common/src/main/java/org/apache/metron/common/configuration/StellarStatementReporter.java --- @@ -0,0 +1,166

[GitHub] metron pull request #856: METRON-1339 Stellar Shell functionality to verify ...

2017-11-30 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/856#discussion_r154171805 --- Diff: metron-platform/metron-common/src/main/java/org/apache/metron/common/configuration/StellarStatementReporter.java --- @@ -0,0 +1,166

[GitHub] metron pull request #856: METRON-1339 Stellar Shell functionality to verify ...

2017-11-30 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/856#discussion_r154189837 --- Diff: metron-platform/metron-common/src/main/java/org/apache/metron/common/configuration/StellarStatementReporter.java --- @@ -0,0 +1,166

[GitHub] metron pull request #851: METRON-1336 Patching Can Result in Bad Configurati...

2017-11-30 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/851#discussion_r154207266 --- Diff: metron-platform/metron-common/src/main/java/org/apache/metron/common/configuration/ConfigurationsUtils.java --- @@ -156,7 +156,7 @@ public

[GitHub] metron pull request #851: METRON-1336 Patching Can Result in Bad Configurati...

2017-11-30 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/851#discussion_r154208493 --- Diff: metron-platform/metron-common/src/main/java/org/apache/metron/common/configuration/ConfigurationsUtils.java --- @@ -343,25 +343,57 @@ public

[GitHub] metron pull request #851: METRON-1336 Patching Can Result in Bad Configurati...

2017-11-30 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/851#discussion_r154209165 --- Diff: metron-platform/metron-common/src/main/java/org/apache/metron/common/configuration/ConfigurationsUtils.java --- @@ -343,25 +343,57 @@ public

[GitHub] metron pull request #851: METRON-1336 Patching Can Result in Bad Configurati...

2017-12-02 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/851#discussion_r154508202 --- Diff: metron-platform/metron-common/src/main/java/org/apache/metron/common/configuration/ConfigurationsUtils.java --- @@ -343,25 +343,57 @@ public

[GitHub] metron issue #851: METRON-1336 Patching Can Result in Bad Configuration

2017-12-04 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/851 @mmiklavc @cestella The kick is complete. All PRs merged. Ready for review. ---

[GitHub] metron pull request #851: METRON-1336 Patching Can Result in Bad Configurati...

2017-12-04 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/851#discussion_r154798328 --- Diff: metron-platform/metron-common/src/main/java/org/apache/metron/common/configuration/ConfigurationsUtils.java --- @@ -343,25 +343,42 @@ public

[GitHub] metron pull request #851: METRON-1336 Patching Can Result in Bad Configurati...

2017-12-04 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/851#discussion_r154799152 --- Diff: metron-platform/metron-common/src/main/java/org/apache/metron/common/configuration/ConfigurationsUtils.java --- @@ -572,15 +590,22 @@ public

[GitHub] metron pull request #851: METRON-1336 Patching Can Result in Bad Configurati...

2017-12-04 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/851#discussion_r154821946 --- Diff: metron-platform/metron-common/src/main/java/org/apache/metron/common/configuration/ConfigurationsUtils.java --- @@ -343,25 +343,42 @@ public

[GitHub] metron issue #851: METRON-1336 Patching Can Result in Bad Configuration

2017-12-06 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/851 Bump. Anything else we need on this one? ---

[GitHub] metron issue #851: METRON-1336 Patching Can Result in Bad Configuration

2017-12-06 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/851 Thanks guys. Nice work on the meta-PRs. I like how that turned out. ---

[GitHub] metron issue #859: METRON-1345: Update EC2 README for custom Ansible tags

2017-12-06 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/859 +1 Thanks! ---

[GitHub] metron issue #859: METRON-1345: Update EC2 README for custom Ansible tags

2017-12-08 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/859 Good catch @mmiklavc. Would be nice to get that added to the blueprint so it just happens. ---

[GitHub] metron issue #859: METRON-1345: Update EC2 README for custom Ansible tags

2017-12-12 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/859 Nice. I'm glad you uncovered the issue with the REST API. Reaffirming +1 ---

[GitHub] metron pull request #864: METRON-1348 Metron Service Checks Use Wrong Hostna...

2017-12-12 Thread nickwallen
GitHub user nickwallen opened a pull request: https://github.com/apache/metron/pull/864 METRON-1348 Metron Service Checks Use Wrong Hostname The Metron service check can often use the incorrect hostname when checking the Alerts UI, Management UI, and REST services. This results in

[GitHub] metron pull request #864: METRON-1348 Metron Service Checks Use Wrong Hostna...

2017-12-12 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/864#discussion_r156526514 --- Diff: metron-deployment/packaging/ambari/metron-mpack/src/main/resources/common-services/METRON/CURRENT/package/scripts/params/status_params.py

[GitHub] metron pull request #866: METRON-1349 Full Dev Builds Metron Twice

2017-12-13 Thread nickwallen
GitHub user nickwallen opened a pull request: https://github.com/apache/metron/pull/866 METRON-1349 Full Dev Builds Metron Twice Removing the "Quick Dev" environment in #852 had an unintended side effect. It caused Metron to be built twice during the Full Dev deployme

[GitHub] metron pull request #866: METRON-1349 Full Dev Builds Metron Twice

2017-12-13 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/866#discussion_r156724938 --- Diff: metron-deployment/roles/epel/tasks/main.yml --- @@ -16,6 +16,4 @@ # --- - name: Install EPEL repository - yum: name=epel

[GitHub] metron pull request #866: METRON-1349 Full Dev Builds Metron Twice

2017-12-13 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/866#discussion_r156725657 --- Diff: metron-deployment/roles/ambari_config/tasks/main.yml --- @@ -26,16 +26,15 @@ retries: 5 delay: 10 -- name : check if

[GitHub] metron pull request #866: METRON-1349 Full Dev Builds Metron Twice

2017-12-13 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/866#discussion_r156726426 --- Diff: metron-deployment/playbooks/metron_install.yml --- @@ -15,13 +15,6 @@ # limitations under the License. # --- -- hosts

[GitHub] metron pull request #866: METRON-1349 Full Dev Builds Metron Twice

2017-12-13 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/866#discussion_r156746647 --- Diff: metron-deployment/playbooks/metron_install.yml --- @@ -15,13 +15,6 @@ # limitations under the License. # --- -- hosts

[GitHub] metron issue #866: METRON-1349 Full Dev Builds Metron Twice

2017-12-14 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/866 Sorry, I do not understand what you are asking, @ottobackwards ---

[GitHub] metron issue #866: METRON-1349 Full Dev Builds Metron Twice

2017-12-14 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/866 With this PR, you should see "Build Metron" and "Build Metron RPMs" only once each. Here is the log output of what it should look-like. [ansible.example.log](https://gith

[GitHub] metron issue #866: METRON-1349 Full Dev Builds Metron Twice

2017-12-14 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/866 Also, keep in mind that each time you run a 'vagrant up' it will append to that ansible.log file. So that file will contain multiple deployments. ---

[GitHub] metron issue #866: METRON-1349 Full Dev Builds Metron Twice

2017-12-14 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/866 Ha. Very nice @ottobackwards . I added more detailed testing steps should they be needed by anyone else. Sadly, no cows. ---

  1   2   3   4   5   6   7   8   9   >