airbnb / streamalert

StreamAlert is a serverless, realtime data analysis framework which empowers you to ingest, analyze, and alert on data from any environment, using datasources and alerting logic you define.
https://streamalert.io
Apache License 2.0
2.86k stars 334 forks source link

[core] fix bug when normalization config empty #1262

Closed chunyong-lin closed 4 years ago

chunyong-lin commented 4 years ago

to:: @airbnb/streamalert-maintainers related to: #1250 resolves:

Background

During internal testing, we found that the classifier will be failed if no normalization configuration set up and it may be the case most of users.

Changes

Testing

Rule test has been passed internally.