Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
2020年以降、インポート時にelastalertが失敗するようです
ログには次のように書かれています: 時間からモノトニックをインポートできません
Elastalert は "stomp" lib バージョンを固定せず、"stomp" は python2 をサポートしない新しいバージョンをリリースしました。
バージョン4.1.22以下を固定する「stomp」libをrequirements.txtに追加するだけです。
ストンプ.py==4.1.22