我跟随this url安装了Elastalert,但是我甚至不知道config.yaml.example文件在哪里。默认情况下,elastalert安装在哪里?我错过了什么吗?
发布于 2017-06-03 02:23:19
https://github.com/Yelp/elastalert/blob/master/config.yaml.example
如果通过pip安装,则不会安装此文件。
如果您克隆了存储库,则它将位于基目录中。
发布于 2017-10-18 20:12:50
我通过pip安装,但找不到config.yaml文件。因此,我卸载了elastalert,克隆了存储库,并运行了documentation中提到的其他步骤
简而言之,这些步骤对我很有效。如果您已经通过pip安装了它,那么pip uninstall elastalert
git clone https://github.com/Yelp/elastalert.git
pip install "setuptools>=11.3"
python setup.py install对于ES > 5.0.0
pip install "elasticsearch>=5.0.0"
https://stackoverflow.com/questions/43876304
复制相似问题