如何使用Timelion显示前N个指标? (Elasticsearch)

时间:2018-11-14 21:21:05

标签: elasticsearch kibana timelion

我读了一些关于人们试图显示相对于日期直方图的前N个指标的帖子。 https://discuss.elastic.co/t/kibana-line-chart-limit-number-of-lines-over-date-histogram/52700

某种程度上的共识是使用Timelion来引用一个已有的查询,但是我找不到一个例子。有人可以引导我通过它吗?

对于(假想的)奖励积分,我更具体的问题是:该指标的每日最高每周平均值的前N个分裂项是什么?

为了表明我已经尝试过但不一定有帮助:

.es(index=<my index>,metric=max:process_duration,split=<term>.keyword:7,timefield=@timestamp).mvavg(8).label("$1", "^.* > <term>.keyword:(.+) > .*"  ).color('blue:green:yellow:red').title("Top <term> Duration").yaxis(label="<term> Duration (s)",color=white)

0 个答案:

没有答案