在 kibana(5.1.1) 中的数据 Table 可视化中,如何对整个存储桶使用像 `(sum/count)` 这样的聚合函数?

In kibana(5.1.1) in Data Table visualization how can I Use aggregate function like `(sum/count)` for whole bucket?

我想打印 sum(duration)/3600 使用数据 Table 可视化整个存储桶如何实现相同的结果。

恐怕无法根据 Kibana 中的计数进行计算。如果您正在查看 sumaverage 或其他类似操作,您可能会在数据中使用脚本字段伪造它,但计数是绝对的。

您可以使用 Timelion though. The catch there is that Timelion doesn't yet support terms aggs. But still you could give it a try using the Json Input filter

来做您需要的事情

希望对您有所帮助!