问题标签 [timelion]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
27 浏览

kibana - Kibana timelion,不同端点的请求时间比较

我需要创建新旧端点请求时间的 Kibana 可视化比较。取决于日志,nginx 相关日志有这样一个字段message.request_time(以秒为单位显示时间,如 0.090)和message.request(显示类似“GET /some_endpoint HTTP/1.1”的内容)。

我正在尝试用 timelion 以某种方式将其可视化,这是我的查询:

当我删除metric='avg:message.request_time'它显示可视化时,它什么也没有显示,但它只是在 Y 轴上显示文档数量,这不是我需要的。

有人可以帮助我了解如何将其可视化,以及为什么它不起作用metric='avg:message.request_time'???谢谢!

0 投票
0 回答
32 浏览

elasticsearch - 在 kibana timelion 中显示趋势方程

是否可以在 kibana timelion 的趋势​​线后面以某种方式显示方程?

我有以下代码,需要比较趋势的斜率

.es(index=metricbeat-*, metric='percentiles:system.process.memory.rss.bytes:90').trend(mode='linear').label('Trend')