[GitHub] metron issue #762: METRON-1189: Add alert escalation to the Alerts UI

2017-09-22 Thread merrimanr
Github user merrimanr commented on the issue: https://github.com/apache/metron/pull/762 The latest commit merges in master and addresses your feedback @iraghumitra. I solved the issue in my previous comment by pausing anytime a checkbox is checked and resuming when all checkboxes

[GitHub] metron pull request #771: METRON-1204: UI does not time out after being idle...

2017-09-22 Thread merrimanr
GitHub user merrimanr opened a pull request: https://github.com/apache/metron/pull/771 METRON-1204: UI does not time out after being idle, but stops functioning ## Contributor Comments This fix was verified running the Alerts UI against full dev. To test this fix, spin up full

[GitHub] metron pull request #681: METRON-1079 Add NaN as a keyword in STELLAR langua...

2017-09-22 Thread justinleet
Github user justinleet commented on a diff in the pull request: https://github.com/apache/metron/pull/681#discussion_r140489936 --- Diff: metron-stellar/stellar-common/src/test/java/org/apache/metron/stellar/dsl/functions/BasicStellarTest.java --- @@ -251,6 +251,142 @@ public

[GitHub] metron pull request #757: METRON-938: "service metron-rest start "...

2017-09-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/metron/pull/757 ---

[GitHub] metron issue #762: METRON-1189: Add alert escalation to the Alerts UI

2017-09-22 Thread iraghumitra
Github user iraghumitra commented on the issue: https://github.com/apache/metron/pull/762 @merrimanr I uncovered the issue when I was trying to integrate METRON-1189 to METRON-1123. I handled it in PR #768, the fix is to empty the selection list whenever we get new data. This would

[GitHub] metron issue #681: METRON-1079 Add NaN as a keyword in STELLAR language

2017-09-22 Thread justinleet
Github user justinleet commented on the issue: https://github.com/apache/metron/pull/681 @cestella and @mattf-horton Do we care about the Infinity cases and presumably an `IS_INFINITE()` in this PR, or are we okay with holding off until a follow on is made? Other than that

[GitHub] metron issue #681: METRON-1079 Add NaN as a keyword in STELLAR language

2017-09-22 Thread justinleet
Github user justinleet commented on the issue: https://github.com/apache/metron/pull/681 I'm on the side of holding off for an eventual follow-on regarding that question, for the record. ---

[GitHub] metron issue #681: METRON-1079 Add NaN as a keyword in STELLAR language

2017-09-22 Thread ottobackwards
Github user ottobackwards commented on the issue: https://github.com/apache/metron/pull/681 done ---

[GitHub] metron issue #769: METRON-1198: Pycapa - No such configuration property: "sa...

2017-09-22 Thread justinleet
Github user justinleet commented on the issue: https://github.com/apache/metron/pull/769 +1 by inspection. Thanks! ---

[GitHub] metron issue #757: METRON-938: "service metron-rest start " does n...

2017-09-22 Thread justinleet
Github user justinleet commented on the issue: https://github.com/apache/metron/pull/757 Merged in master for extremely minor deconflict of `rest_commands.py` for imports added on the same line. ---

[GitHub] metron issue #681: METRON-1079 Add NaN as a keyword in STELLAR language

2017-09-22 Thread justinleet
Github user justinleet commented on the issue: https://github.com/apache/metron/pull/681 @ottobackwards Could you deconflict this? It seems like semantic conversation died down and hopefully we're at least mostly set since `IS_NAN()` got added. ---

[GitHub] metron pull request #681: METRON-1079 Add NaN as a keyword in STELLAR langua...

2017-09-22 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron/pull/681#discussion_r140493668 --- Diff: metron-stellar/stellar-common/src/test/java/org/apache/metron/stellar/dsl/functions/BasicStellarTest.java --- @@ -251,6 +251,142 @@ public

question on Threat Triage Score

2017-09-22 Thread Otto Fowler
For the life of me, I can’t see where the actual score is set into the rule, besides the stellar functions. I am looking at the ThreatTriageProcessor::apply method. Does anyone know how the score gets set?

[GitHub] metron issue #770: METRON-1202: ElasticsearchDao Has extraneous sleep call

2017-09-22 Thread justinleet
Github user justinleet commented on the issue: https://github.com/apache/metron/pull/770 Even if CI succeeds, please hold off on merging, I suspect that integration tests may be a bit too timing dependent. ---

[GitHub] metron issue #770: METRON-1202: ElasticsearchDao Has extraneous sleep call

2017-09-22 Thread justinleet
Github user justinleet commented on the issue: https://github.com/apache/metron/pull/770 @nickwallen Updated the PR. The integration tests's initial doc check can be timing sensitive, which was masked by the bogus `Thread.sleep` in the `ElasticsearchDao`. Updated the test to

[GitHub] metron pull request #770: METRON-1202: ElasticsearchDao Has extraneous sleep...

2017-09-22 Thread justinleet
GitHub user justinleet opened a pull request: https://github.com/apache/metron/pull/770 METRON-1202: ElasticsearchDao Has extraneous sleep call ## Contributor Comments Less sleep and pointless test call, more performance. Spin it up. Issue a patch, make sure it's not

[GitHub] metron issue #770: METRON-1202: ElasticsearchDao Has extraneous sleep call

2017-09-22 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/770 +1 (assuming CI success) ![image](https://user-images.githubusercontent.com/2475409/30753407-3a02033c-9f8d-11e7-8360-c59d295c3b29.png) ---

[GitHub] metron issue #770: METRON-1202: ElasticsearchDao Has extraneous sleep call

2017-09-22 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/770 +1 Looks good. ---

[GitHub] metron pull request #770: METRON-1202: ElasticsearchDao Has extraneous sleep...

2017-09-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/metron/pull/770 ---