Elastalert 无法从模块 stomp 中的时间导入单调
Elastalert fails importing monotonic from time in module stomp
似乎从 2020 年开始,elastalert 在导入时就失败了
日志说:无法从时间导入单调
Elastalert 不固定 "stomp" lib 版本并且 "stomp" 发布了一个不支持 python2 的新版本。
您只需在 requirements.txt 中添加固定 4.1.22 或更低版本的 "stomp" 库。
stomp.py==4.1.22
似乎从 2020 年开始,elastalert 在导入时就失败了
日志说:无法从时间导入单调
Elastalert 不固定 "stomp" lib 版本并且 "stomp" 发布了一个不支持 python2 的新版本。
您只需在 requirements.txt 中添加固定 4.1.22 或更低版本的 "stomp" 库。
stomp.py==4.1.22