jertel / elastalert2

ElastAlert 2 is a continuation of the original yelp/elastalert project. Pull requests are appreciated!
https://elastalert2.readthedocs.org
Apache License 2.0
895 stars 282 forks source link

No module named 'elastalert_modules' #1273

Closed pravyn closed 11 months ago

pravyn commented 11 months ago

Hi,

We have running prod Elastalert2, now we have copied new rule with match_enhancement. But we are getting below error

image

Sep 21 01:12:12 server01 python3[14309]: ERROR:elastalert:Could not load rule /opt/elastalert2/rules/systems/disks/os_disk_alert_less_5gb.yaml: Could not import module elastalert_modules.drop_if_not_exists_in_list.DropIfNotExistsInList: No module named 'elastalert_modules'

But when i run the rule manually, it working perfectly. Looks like while running elastalert as service, module error is coming up. Can you please help on this.

Thanks, Praveen