[GitHub] metron issue #531: METRON-854 create dhcp dump parser

2018-05-07 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/531 Just to be clear @basvdl, you are the only one who can close this PR. ---

[GitHub] metron issue #338: METRON-295: Script parsing bolt

2018-05-14 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/338 -1 There has been no response from contributor. This PR will be closed according to the [Metron Development Guidelines](https://cwiki.apache.org/confluence/display/METRON/Development

[GitHub] metron issue #670: METRON-1065 grok pattern for cisco asa parser expects sys...

2018-05-14 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/670 -1 There has been no response from the contributor. This PR will be closed per the [Metron Development Guidelines](https://cwiki.apache.org/confluence/display/METRON/Development

[GitHub] metron pull request #1004: METRON-1489: Retrofit UI tests to run reliably

2018-05-14 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/1004#discussion_r187948446 --- Diff: metron-interface/metron-alerts/e2e/alerts-list/meta-alerts/meta-alert.e2e-spec.ts --- @@ -19,139 +19,142 @@ import { MetronAlertsPage

[GitHub] metron issue #278: Metron 451 SerDeUtils - java.lang.ClassNotFoundException:...

2018-05-14 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/278 -1 Based on the [Metron Development Guidelines](https://cwiki.apache.org/confluence/display/METRON/Development+Guidelines) on Inactive PR. Missing contributor feedback. I will open an Apache

[GitHub] metron issue #1004: METRON-1489: Retrofit UI tests to run reliably

2018-05-14 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/1004 Please fix the formatting issue with the README. I have mentioned in another thread, but you might have missed it. ---

[GitHub] metron pull request #1012: METRON-1551 Profiler Should Not Use Java Serializ...

2018-05-14 Thread nickwallen
GitHub user nickwallen reopened a pull request: https://github.com/apache/metron/pull/1012 METRON-1551 Profiler Should Not Use Java Serialization When running the Profiler in a topology where serialization occurs, the following error happens. This can occur when the number

[GitHub] metron issue #1012: METRON-1551 Profiler Should Not Use Java Serialization

2018-05-14 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/1012 Reopen for unrelated failure. Will open a bug for what seems to be an intermittent test failure. ``` Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec

[GitHub] metron pull request #1012: METRON-1551 Profiler Should Not Use Java Serializ...

2018-05-14 Thread nickwallen
Github user nickwallen closed the pull request at: https://github.com/apache/metron/pull/1012 ---

[GitHub] metron issue #1012: METRON-1551 Profiler Should Not Use Java Serialization

2018-05-14 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/1012 I made two updates. * I added the additional test check to `StellarProcessorUtils` to ensure the value returned is Java serializable. There were a few classes that I had to update

[GitHub] metron pull request #1009: METRON-1549: Add empty object test to WriterBoltI...

2018-05-09 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/1009#discussion_r187161369 --- Diff: metron-platform/metron-parsers/src/test/java/org/apache/metron/writers/integration/WriterBoltIntegrationTest.java --- @@ -166,6 +185,139

[GitHub] metron pull request #1009: METRON-1549: Add empty object test to WriterBoltI...

2018-05-09 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/1009#discussion_r187160397 --- Diff: metron-platform/metron-parsers/src/test/java/org/apache/metron/writers/integration/WriterBoltIntegrationTest.java --- @@ -166,6 +185,139

[GitHub] metron pull request #1009: METRON-1549: Add empty object test to WriterBoltI...

2018-05-09 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/1009#discussion_r187162573 --- Diff: metron-platform/metron-parsers/src/test/java/org/apache/metron/writers/integration/WriterBoltIntegrationTest.java --- @@ -88,9 +108,7

[GitHub] metron issue #1004: METRON-1489: Retrofit UI tests to run reliably during ni...

2018-04-27 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/1004 Maybe I am wrong, but I thought these tests used to run headless. It looks to me that these are running "headful" now. :) Either way, can these tests run headless or is the

[GitHub] metron pull request #1004: METRON-1489: Retrofit UI tests to run reliably du...

2018-04-27 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/1004#discussion_r184750091 --- Diff: metron-interface/metron-alerts/e2e/alerts-list/alert-status/alerts-list-status.e2e-spec.ts --- @@ -44,84 +45,84 @@ describe('metron-alerts

[GitHub] metron pull request #1004: METRON-1489: Retrofit UI tests to run reliably du...

2018-04-27 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/1004#discussion_r184750333 --- Diff: metron-interface/metron-alerts/e2e/alerts-list/alerts-list.po.ts --- @@ -272,63 +308,149 @@ export class MetronAlertsPage

[GitHub] metron pull request #1007: METRON-1543 Unable to Set Parser Output Topic in ...

2018-04-27 Thread nickwallen
GitHub user nickwallen opened a pull request: https://github.com/apache/metron/pull/1007 METRON-1543 Unable to Set Parser Output Topic in Sensor Config The only way to alter the output topic for a Parser topology is to manually launch the topology using the CLI with the `-ot

[GitHub] metron issue #1004: METRON-1489: Retrofit UI tests to run reliably

2018-05-09 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/1004 @sardell What is the status of this? Are you happy with what you have? I was able to run the e2e tests successfully without any interventions this time. It took a couple of automated

[GitHub] metron pull request #1009: METRON-1549: Add empty object test to WriterBoltI...

2018-05-10 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/1009#discussion_r187344126 --- Diff: metron-platform/metron-parsers/src/test/java/org/apache/metron/writers/integration/WriterBoltIntegrationTest.java --- @@ -88,9 +108,7

[GitHub] metron pull request #1004: METRON-1489: Retrofit UI tests to run reliably

2018-05-10 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/1004#discussion_r187350501 --- Diff: metron-interface/metron-alerts/README.md --- @@ -126,7 +126,14 @@ The application will be available at http://host:4201 assuming the port

[GitHub] metron pull request #1004: METRON-1489: Retrofit UI tests to run reliably

2018-05-10 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/1004#discussion_r187350891 --- Diff: metron-interface/metron-alerts/e2e/alerts-list/tree-view/tree-view.po.ts --- @@ -97,21 +155,24 @@ export class TreeViewPage

[GitHub] metron pull request #1009: METRON-1549: Add empty object test to WriterBoltI...

2018-05-10 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/1009#discussion_r187404376 --- Diff: metron-platform/metron-parsers/src/test/java/org/apache/metron/writers/integration/WriterBoltIntegrationTest.java --- @@ -166,6 +185,139

[GitHub] metron pull request #1009: METRON-1549: Add empty object test to WriterBoltI...

2018-05-10 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/1009#discussion_r187404078 --- Diff: metron-platform/metron-parsers/src/test/java/org/apache/metron/writers/integration/WriterBoltIntegrationTest.java --- @@ -166,6 +185,139

[GitHub] metron issue #1003: METRON-1541: Mvn clean results in git status having dele...

2018-05-09 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/1003 > @justinleet Are we good to kill the old enrichment.properties.j2 files? Yes, I should have deleted that file in #984 . Thanks @justinleet for the clean

[GitHub] metron issue #1003: METRON-1541: Mvn clean results in git status having dele...

2018-05-09 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/1003 Sorry for the delay. My email filters are clearly filtering out my Github notifications. ---

[GitHub] metron pull request #1012: METRON-1551 Profiler Should Not Use Java Serializ...

2018-05-12 Thread nickwallen
GitHub user nickwallen opened a pull request: https://github.com/apache/metron/pull/1012 METRON-1551 Profiler Should Not Use Java Serialization When running the Profiler in a topology where serialization occurs, the following error happens. This can occur when the number

[GitHub] metron pull request #1013: METRON-1553 Validate JIRA Script Error

2018-05-12 Thread nickwallen
GitHub user nickwallen opened a pull request: https://github.com/apache/metron/pull/1013 METRON-1553 Validate JIRA Script Error The `dev-utilities/release-utils/validate-jira-for-release` script has a minor error when run. ``` $ ./validate-jira-for-release --version

[GitHub] metron issue #1009: METRON-1549: Add empty object test to WriterBoltIntegrat...

2018-05-11 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/1009 +1 This looks good. Thanks! ---

[GitHub] metron issue #954: METRON-1478 Move type definitions to dev-dependencies

2018-05-15 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/954 @sardell Thanks. @xyztdanid4 Please let us know if you feel this PR is still relevant. If not, please close the PR. Otherwise, the PR may be closed as inactive according to the Metron

[GitHub] metron issue #956: METRON-1474 Add normalizecss

2018-05-15 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/956 @sardell Thanks. @xyztdanid4 Please let us know if you feel this PR is still relevant. If not, please close the PR. Otherwise, the PR may be closed as inactive according to the Metron

[GitHub] metron pull request #1015: METRON-1544 Flaky test: org.apache.metron.stellar...

2018-05-15 Thread nickwallen
GitHub user nickwallen opened a pull request: https://github.com/apache/metron/pull/1015 METRON-1544 Flaky test: org.apache.metron.stellar.common.CachingStell… This fixes the `CachingStellarProcessorTest` which is failing intermittently. ``` Running

[GitHub] metron issue #952: METRON-1480 Add yarn as default build tool for the fronte...

2018-05-15 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/952 @sardell Thanks. @xyztdanid4 Please let us know if you feel this PR is still relevant. If not, please close the PR. Otherwise, the PR may be closed as inactive according to the Metron

[GitHub] metron issue #1015: METRON-1544 Flaky test: org.apache.metron.stellar.common...

2018-05-16 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/1015 > @ben-manes You’re code shouldn’t make assumptions on what is evicted as we will try to maximize the hit rate using various techniques. That makes a ton of sense. Tha

[GitHub] metron issue #1015: METRON-1544 Flaky test: org.apache.metron.stellar.common...

2018-05-16 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/1015 In the latest, I removed the problematic test case. There is no need to test the eviction policy of the underlying cache, which is effectively what is happening. If anyone can find gaps

[GitHub] metron pull request #1015: METRON-1544 Flaky test: org.apache.metron.stellar...

2018-05-15 Thread nickwallen
GitHub user nickwallen reopened a pull request: https://github.com/apache/metron/pull/1015 METRON-1544 Flaky test: org.apache.metron.stellar.common.CachingStell… This fixes the `CachingStellarProcessorTest` which is failing intermittently. ``` Running

[GitHub] metron pull request #1015: METRON-1544 Flaky test: org.apache.metron.stellar...

2018-05-15 Thread nickwallen
GitHub user nickwallen reopened a pull request: https://github.com/apache/metron/pull/1015 METRON-1544 Flaky test: org.apache.metron.stellar.common.CachingStell… This fixes the `CachingStellarProcessorTest` which is failing intermittently. ``` Running

[GitHub] metron issue #1015: METRON-1544 Flaky test: org.apache.metron.stellar.common...

2018-05-15 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/1015 > @mmiklavc: Can you call out the lines relevant to the fix for reviewers? I provided some more color in the description this time. Also, copied below. > The core p

[GitHub] metron pull request #1015: METRON-1544 Flaky test: org.apache.metron.stellar...

2018-05-15 Thread nickwallen
Github user nickwallen closed the pull request at: https://github.com/apache/metron/pull/1015 ---

[GitHub] metron issue #1015: METRON-1544 Flaky test: org.apache.metron.stellar.common...

2018-05-15 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/1015 Daft. Still a problem. In master, run repetitively the test fails easily 3/10 times for me. With the latest in this PR, it is failing 1/40 times or so, so I'm still not there. So

[GitHub] metron pull request #1022: METRON-1569 Allow user to change field name conve...

2018-05-22 Thread nickwallen
GitHub user nickwallen opened a pull request: https://github.com/apache/metron/pull/1022 METRON-1569 Allow user to change field name conversion when indexing … The `ElasticsearchWriter` has a mechanism to transform the field names of a message before it is written

[GitHub] metron issue #754: METRON-1184 EC2 Deployment - Updating control_path to acc...

2018-05-23 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/754 @ottobackwards Did you or anyone else happen to test this on a Mac? I believe @mmiklavc runs a Mac and it is not working for him. I am curious if this is working for anyone on a Mac. ---

[GitHub] metron pull request #1000: METRON-1533 Create KAFKA_FIND Stellar Function

2018-05-22 Thread nickwallen
Github user nickwallen closed the pull request at: https://github.com/apache/metron/pull/1000 ---

[GitHub] metron issue #1000: METRON-1533 Create KAFKA_FIND Stellar Function

2018-05-22 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/1000 I made a bunch of enhancements based on the feedback I outlined above. I am in the process of breaking that work out into multiple PRs so that it can be reviewed more easily. ---

[GitHub] metron pull request #1024: METRON-1572 Enhance KAFKA_PUT function

2018-05-22 Thread nickwallen
GitHub user nickwallen opened a pull request: https://github.com/apache/metron/pull/1024 METRON-1572 Enhance KAFKA_PUT function Note: This PR is built on the shoulders of #1023. To review the change specific to this PR, review the changes made in the second commit or wait until

[GitHub] metron pull request #1025: METRON-1533 Create KAFKA_FIND Stellar function

2018-05-22 Thread nickwallen
GitHub user nickwallen opened a pull request: https://github.com/apache/metron/pull/1025 METRON-1533 Create KAFKA_FIND Stellar function This PR is built on #1024 and #1023. Dig into the last commit to review the changes for this PR alone. ### Changes I

[GitHub] metron pull request #1022: METRON-1569 Allow user to change field name conve...

2018-05-25 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/1022#discussion_r190950314 --- Diff: metron-platform/metron-elasticsearch/src/main/java/org/apache/metron/elasticsearch/writer/CachedFieldNameConverterFactory.java --- @@ -0,0

[GitHub] metron pull request #1022: METRON-1569 Allow user to change field name conve...

2018-05-25 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/1022#discussion_r190949109 --- Diff: metron-platform/metron-elasticsearch/src/main/java/org/apache/metron/elasticsearch/writer/CachedFieldNameConverterFactory.java --- @@ -0,0

[GitHub] metron issue #1001: METRON-1532: Getting started documentation improvements

2018-05-25 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/1001 +1 Thanks @sardell ---

[GitHub] metron pull request #1022: METRON-1569 Allow user to change field name conve...

2018-05-25 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/1022#discussion_r190926866 --- Diff: metron-platform/metron-elasticsearch/src/main/java/org/apache/metron/elasticsearch/writer/CachedFieldNameConverterFactory.java --- @@ -0,0

[GitHub] metron issue #1022: METRON-1569 Allow user to change field name conversion w...

2018-05-25 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/1022 FYI - I also confirmed that the configuration value can be changed using the Advanced mode in the Management UI. ![screen shot 2018-05-25 at 11 31 17 am](https://user

[GitHub] metron pull request #1034: METRON-1580 Release candidate check script requir...

2018-05-25 Thread nickwallen
GitHub user nickwallen opened a pull request: https://github.com/apache/metron/pull/1034 METRON-1580 Release candidate check script requires Bro Plugin Not all Metron releases will include a new version of the Bro Plugin. The release candidate script currently requires it though

[GitHub] metron pull request #1022: METRON-1569 Allow user to change field name conve...

2018-05-25 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/1022#discussion_r190977652 --- Diff: metron-platform/metron-elasticsearch/src/main/java/org/apache/metron/elasticsearch/writer/CachedFieldNameConverterFactory.java --- @@ -0,0

[GitHub] metron pull request #1022: METRON-1569 Allow user to change field name conve...

2018-05-25 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/1022#discussion_r190964321 --- Diff: metron-platform/metron-elasticsearch/src/main/java/org/apache/metron/elasticsearch/writer/CachedFieldNameConverterFactory.java --- @@ -0,0

[GitHub] metron pull request #1030: METRON-1573 Enhance KAFKA_* functions to return p...

2018-05-24 Thread nickwallen
GitHub user nickwallen opened a pull request: https://github.com/apache/metron/pull/1030 METRON-1573 Enhance KAFKA_* functions to return partition and offset details ### Changes * Updated KAFKA_GET, KAFKA_TAIL, and KAFKA_FIND so that they can each return a "rich&

[GitHub] metron issue #1029: METRON-1576: bundle.css RAT failure for metron-interface...

2018-05-24 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/1029 +1 Thanks ---

[GitHub] metron pull request #1022: METRON-1569 Allow user to change field name conve...

2018-05-24 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/1022#discussion_r190701068 --- Diff: metron-platform/metron-elasticsearch/src/main/java/org/apache/metron/elasticsearch/writer/CachedFieldNameConverterFactory.java --- @@ -0,0

[GitHub] metron pull request #1022: METRON-1569 Allow user to change field name conve...

2018-05-24 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/1022#discussion_r190702283 --- Diff: metron-platform/metron-elasticsearch/src/main/java/org/apache/metron/elasticsearch/writer/CachedFieldNameConverterFactory.java --- @@ -0,0

[GitHub] metron pull request #1022: METRON-1569 Allow user to change field name conve...

2018-05-24 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/1022#discussion_r190737770 --- Diff: metron-platform/metron-elasticsearch/src/main/java/org/apache/metron/elasticsearch/writer/CachedFieldNameConverterFactory.java --- @@ -0,0

[GitHub] metron pull request #1022: METRON-1569 Allow user to change field name conve...

2018-05-24 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/1022#discussion_r190715353 --- Diff: metron-platform/metron-elasticsearch/src/main/java/org/apache/metron/elasticsearch/writer/CachedFieldNameConverterFactory.java --- @@ -0,0

[GitHub] metron pull request #1022: METRON-1569 Allow user to change field name conve...

2018-05-24 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/1022#discussion_r190742938 --- Diff: metron-platform/metron-elasticsearch/src/main/java/org/apache/metron/elasticsearch/writer/CachedFieldNameConverterFactory.java --- @@ -0,0

[GitHub] metron issue #1015: METRON-1544 Flaky test: org.apache.metron.stellar.common...

2018-05-18 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/1015 @mmiklavc bump. Did I answer your question? How is this looking? ---

[GitHub] metron issue #1015: METRON-1544 Flaky test: org.apache.metron.stellar.common...

2018-05-15 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/1015 Ok, now its really working. The second problem was that there is some variability in which items get expired from the cache according to the LRU algorithm. In about 1/250 runs

[GitHub] metron issue #1026: METRON-1574: Update version to 0.5.0

2018-05-23 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/1026 +1 Looks good @justinleet Thanks! ---

[GitHub] metron issue #1018: METRON-1566: Alert updates are not propagated to metaale...

2018-05-22 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/1018 +1 Thanks @merrimanr ---

[GitHub] metron issue #1035: METRON-1581: kill the profiler topology immediately befo...

2018-06-06 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/1035 I have a [theory as to why this is happening](https://github.com/apache/metron/pull/1045#issuecomment-394033676) that should be fixed thanks to #1045. That being said, I am not sure

[GitHub] metron pull request #1045: METRON-1594: KafkaWriter is asynchronous and may ...

2018-06-06 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/1045#discussion_r193392088 --- Diff: metron-platform/metron-writer/src/main/java/org/apache/metron/writer/kafka/KafkaWriter.java --- @@ -156,33 +172,61 @@ public void configure

[GitHub] metron issue #1045: METRON-1594: KafkaWriter is asynchronous and may lose da...

2018-06-07 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/1045 @mmiklavc FYI You've got a TODO comment in `ConfiguredIndexingBolt.java` that seems like something you wanted to address before merging. Usually good to at least give a chance for all

[GitHub] metron issue #1045: METRON-1594: KafkaWriter is asynchronous and may lose da...

2018-06-07 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/1045 I was still going through it. Not sure where @ottobackwards landed on this. Besides the open TODO comment, I am not sure how much testing we did around the Profiler or testing

[GitHub] metron issue #1030: METRON-1573 Enhance KAFKA_* functions to return partitio...

2018-06-08 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/1030 > [Stellar]>>> KAFKA_TAIL("mytopic") > [] KAFKA_TAIL always seeks to the end of the topic. So the consumer offset was set to the end of the topic (off

[GitHub] metron issue #1055: METRON-1608: Add configuration for threat.triage.field n...

2018-06-07 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/1055 FYI - There is also another `source.type.field` reference that would be an easy update [here](https://github.com/apache/metron/blob/71a015fabc47b23ea0c5400fa239fee9f5c0d194/metron-interface

[GitHub] metron issue #1053: METRON-1607: update public web site to point at 0.5.0 ne...

2018-06-07 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/1053 +1 Thanks @justinleet. I spun-up the site locally and poked around. Everything looks kosher. ---

[GitHub] metron pull request #1055: METRON-1608: Add configuration for threat.triage....

2018-06-07 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/1055#discussion_r193850059 --- Diff: metron-interface/metron-rest/src/main/java/org/apache/metron/rest/service/impl/SearchServiceImpl.java --- @@ -151,7 +152,7 @@ public

[GitHub] metron pull request #1056: METRON-1609 Elasticsearch settings in Ambari shou...

2018-06-07 Thread nickwallen
GitHub user nickwallen opened a pull request: https://github.com/apache/metron/pull/1056 METRON-1609 Elasticsearch settings in Ambari should not be required if Solr is the Indexer NOTE: This PR has been submitted against the Solr feature branch; not master

[GitHub] metron pull request #1055: METRON-1608: Add configuration for threat.triage....

2018-06-07 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/1055#discussion_r193849566 --- Diff: metron-platform/metron-elasticsearch/src/main/java/org/apache/metron/elasticsearch/dao/ElasticsearchMetaAlertDao.java --- @@ -720,4 +719,12

[GitHub] metron issue #1055: METRON-1608: Add configuration for threat.triage.field n...

2018-06-08 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/1055 +1 looks good. Thanks I wouldn't worry about that constant. Not worth it. ---

[GitHub] metron pull request #1047: METRON-1599 Allow user to define global property ...

2018-06-18 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/1047#discussion_r196184150 --- Diff: metron-deployment/packaging/ambari/metron-mpack/src/main/resources/common-services/METRON/CURRENT/package/scripts/alerts_ui_master.py

[GitHub] metron pull request #1066: METRON-1622 Allow user to define global property ...

2018-06-18 Thread nickwallen
GitHub user nickwallen opened a pull request: https://github.com/apache/metron/pull/1066 METRON-1622 Allow user to define global property 'threat.triage.score.field' in Ambari Based on #1055 and #1062 , the user can specify the name of the field containing the threat triage score

[GitHub] metron pull request #1047: METRON-1599 Allow user to define global property ...

2018-06-18 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/1047#discussion_r196140639 --- Diff: metron-deployment/packaging/ambari/metron-mpack/src/main/resources/common-services/METRON/CURRENT/package/scripts/alerts_ui_master.py

[GitHub] metron pull request #1047: METRON-1599 Allow user to define global property ...

2018-06-18 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/1047#discussion_r196132728 --- Diff: metron-deployment/packaging/ambari/metron-mpack/src/main/resources/common-services/METRON/CURRENT/configuration/metron-env.xml --- @@ -137,4

[GitHub] metron pull request #1047: METRON-1599 Allow user to define global property ...

2018-06-18 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/1047#discussion_r196141302 --- Diff: metron-deployment/packaging/ambari/metron-mpack/src/main/resources/common-services/METRON/CURRENT/configuration/metron-env.xml --- @@ -137,4

[GitHub] metron pull request #1047: METRON-1599 Allow user to define global property ...

2018-06-18 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/1047#discussion_r196130055 --- Diff: metron-deployment/packaging/ambari/metron-mpack/src/main/resources/common-services/METRON/CURRENT/configuration/metron-env.xml --- @@ -137,4

[GitHub] metron pull request #1047: METRON-1599 Allow user to define global property ...

2018-06-18 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/1047#discussion_r196130319 --- Diff: metron-deployment/packaging/ambari/metron-mpack/src/main/resources/common-services/METRON/CURRENT/configuration/metron-env.xml --- @@ -137,4

[GitHub] metron issue #1056: METRON-1609 Elasticsearch settings in Ambari should not ...

2018-06-07 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/1056 Thanks @merrimanr. Good catch. I will fix that. ---

[GitHub] metron issue #1057: METRON-1611: Increment master version number to 0.5.1 fo...

2018-06-19 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/1057 +1 Thanks! ---

[GitHub] metron pull request #1036: METRON-1584 Indexing Topology Crashes with Invali...

2018-05-29 Thread nickwallen
GitHub user nickwallen opened a pull request: https://github.com/apache/metron/pull/1036 METRON-1584 Indexing Topology Crashes with Invalid Message If the indexing topology receives a message containing invalid JSON, the topology will crash. The topology needs to handle

[GitHub] metron issue #1014: METRON-1563 : Base Stellar assign for feature branch

2018-05-29 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/1014 > Should assignment be = or :=? Ultimately, I'd like to see us move to supporting `=` as that is just way more intuitive for most people. Maybe that means supporting b

[GitHub] metron issue #1014: METRON-1563 : Base Stellar assign for feature branch

2018-05-29 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/1014 > I am not sure how this PR impacts all the places where Stellar is used and assignment .. Or maybe that is left to a future PR? Sorry, its a little hard to digest that old PR, bu

[GitHub] metron pull request #1022: METRON-1569 Allow user to change field name conve...

2018-05-29 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/1022#discussion_r191585931 --- Diff: metron-platform/metron-common/src/main/java/org/apache/metron/common/field/FieldNameConverters.java --- @@ -0,0 +1,98

[GitHub] metron pull request #1036: METRON-1584 Indexing Topology Crashes with Invali...

2018-05-29 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/1036#discussion_r191587917 --- Diff: metron-platform/metron-writer/src/main/java/org/apache/metron/writer/bolt/BulkMessageWriterBolt.java --- @@ -213,60 +214,144 @@ public void

[GitHub] metron pull request #1036: METRON-1584 Indexing Topology Crashes with Invali...

2018-05-29 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/1036#discussion_r191588328 --- Diff: metron-platform/metron-writer/src/main/java/org/apache/metron/writer/BulkWriterComponent.java --- @@ -115,15 +116,37 @@ public void commit

[GitHub] metron pull request #1036: METRON-1584 Indexing Topology Crashes with Invali...

2018-05-29 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/1036#discussion_r191596670 --- Diff: metron-platform/metron-writer/src/main/java/org/apache/metron/writer/BulkWriterComponent.java --- @@ -115,15 +116,37 @@ public void commit

[GitHub] metron issue #953: METRON-1472 Add stylelint support

2018-05-29 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/953 -1 as this has become an abandoned PR. I will open a request to close this. ---

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

2018-05-29 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/830 -1 as this PR has been abandoned. ---

[GitHub] metron issue #1022: METRON-1569 Allow user to change field name conversion w...

2018-05-29 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/1022 All review feedback should have been addressed. Let me know if there is anything else @mmiklavc @cestella ---

[GitHub] metron pull request #1036: METRON-1584 Indexing Topology Crashes with Invali...

2018-05-29 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/1036#discussion_r191590539 --- Diff: metron-platform/metron-writer/src/main/java/org/apache/metron/writer/bolt/BulkMessageWriterBolt.java --- @@ -213,60 +214,144 @@ public void

[GitHub] metron issue #954: METRON-1478 Move type definitions to dev-dependencies

2018-05-29 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/954 -1 as this has become an abandoned PR. I will open a request to close this. ---

[GitHub] metron issue #951: METRON-1479 Add editorconfig - create guideline for code ...

2018-05-29 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/951 -1 as this has become an abandoned PR. I will open a request to close this PR. ---

[GitHub] metron issue #956: METRON-1474 Add normalizecss

2018-05-29 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/956 -1 as this has become an abandoned PR. I will open a request to close this PR. ---

[GitHub] metron issue #952: METRON-1480 Add yarn as default build tool for the fronte...

2018-05-29 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/952 -1 as this has become an abandoned PR. I will open a request to close this. ---

[GitHub] metron pull request #1042: METRON-1592 Unable to use third party parser with...

2018-05-31 Thread nickwallen
GitHub user nickwallen opened a pull request: https://github.com/apache/metron/pull/1042 METRON-1592 Unable to use third party parser with Storm versions >= 1.1.0 When launching a third party parser using `$METRON_HOME/bin/start_parser_topology.sh` in HDP 2.6, Storm 1.

  1   2   3   4   5   6   7   8   >