We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1334b61 + 511538b commit f8f6fc5Copy full SHA for f8f6fc5
elastalert/loaders.py
@@ -50,6 +50,7 @@ class RulesLoader(object):
50
'cardinality': ruletypes.CardinalityRule,
51
'metric_aggregation': ruletypes.MetricAggregationRule,
52
'percentage_match': ruletypes.PercentageMatchRule,
53
+ 'spike_aggregation': ruletypes.SpikeMetricAggregationRule,
54
}
55
56
# Used to map names of alerts to their classes
0 commit comments