You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@metron.apache.org by justinleet <gi...@git.apache.org> on 2017/09/15 18:01:44 UTC

[GitHub] metron issue #763: METRON-1190: Fix Meta Alert Type handling in calculation ...

Github user justinleet commented on the issue:

    https://github.com/apache/metron/pull/763
  
    The relevant method that things go into is `calculateMetaScores`.  Didn't mention that in the initial setup.  This is used by `handleMetaUpdate` and `update` (in the case of an update to a metalert itself), but they were both passing in different field types for the alert field.


---