Yelp / elastalert

Easy & Flexible Alerting With ElasticSearch
https://elastalert.readthedocs.org
Apache License 2.0
8k stars 1.73k forks source link

Can percentage_match type add num_events? #3263

Open yanyunou opened 2 years ago

yanyunou commented 2 years ago

I have a log index.I want to alert when use_time > 500ms, percent > 50% and num_events > 10. How can i do?If percentage_match type can add num_events?