我是Riemann的新手,也是ruby和Clojure的新手。我试图通过(streams prn)在我的riemann.config文件中输出内部riemann事件。目前,我在启动riemann的终端上看到了正在打印的消息。
例如:
#riemann.codec.Event{:host "localhost.localdomain", :service "riemann server ws 0.0.0.0:5556 in latency 0.999", :state "ok", :description nil, :metric nil, :tags nil, :time 283857867047/200, :ttl 20}然而,在我的仪表板中,我无法将这些打印到任何类型的日志或计量器。
我尝试使用下面的service =~ "riemann %"作为来自这里的一个
我收到一条橙色的信息,上面显示着1 socket errors; check the server field above或标题上方的一个大问题市场。
不知道还能做些什么来找出哪里出了问题。
发布于 2014-12-23 09:16:48
riemann仪表板显示索引中的事件,prn不更新这些事件。使用(streams index)来捕获仪表板的事件。
https://stackoverflow.com/questions/27611803
复制相似问题