Repository: metron Updated Branches: refs/heads/master 50abfa441 -> 240b69f8c
METRON-1035 Added SUM to the rules triage aggregation docs closes apache/incubator-metron#649 Project: http://git-wip-us.apache.org/repos/asf/metron/repo Commit: http://git-wip-us.apache.org/repos/asf/metron/commit/240b69f8 Tree: http://git-wip-us.apache.org/repos/asf/metron/tree/240b69f8 Diff: http://git-wip-us.apache.org/repos/asf/metron/diff/240b69f8 Branch: refs/heads/master Commit: 240b69f8c303a8e5103c9d5d0a22b0d061e043fe Parents: 50abfa4 Author: Simon Elliston Ball <[email protected]> Authored: Tue Jul 25 11:43:06 2017 +0100 Committer: cstella <[email protected]> Committed: Tue Jul 25 11:43:06 2017 +0100 ---------------------------------------------------------------------- metron-platform/metron-enrichment/README.md | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/metron/blob/240b69f8/metron-platform/metron-enrichment/README.md ---------------------------------------------------------------------- diff --git a/metron-platform/metron-enrichment/README.md b/metron-platform/metron-enrichment/README.md index 29d59e3..10f2cd4 100644 --- a/metron-platform/metron-enrichment/README.md +++ b/metron-platform/metron-enrichment/README.md @@ -207,6 +207,7 @@ The supported aggregation functions are: * `MAX` : The max of all of the associated values for matching queries * `MIN` : The min of all of the associated values for matching queries * `MEAN` : The mean of all of the associated values for matching queries +* `SUM` : The sum of all the associated values for matching queries * `POSITIVE_MEAN` : The mean of the positive associated values for the matching queries. ### Example Configuration
