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.
我有一条从 Couchdb 到 Elasticsearch 的工作 River,一切正常,但有时 River 停止工作,唯一的解决方案是重新启动 ES。
有没有办法监控河流,看看它是否没有更新?
我通过创建一个连接到 Elasticsearch 和 Couchdb 以收集最后一个序列号的 ruby 脚本自己找到了解决方案。比较数字并在河流不工作时发送警报。
https://gist.github.com/McRipper/7657897