Kibana插件Timelion介绍
Timelion是一个kibana时间序列展示组件
效果图如下:
The time series composer for Kibana
Kibana4.5安装方式:
./bin/kibana plugin -i elastic/timelion
Kibana5安装方式
./bin/kibana-plugin install timelion
安装完成后可以在kibana看到这个插件!如果没有显示,请尝试重启kibanba服务。
查询语法:
.es(q="querystring", metric="cardinality:uid", index="qmonitor-*", offset="-3d") .graphite(metric="path.to.*.data", offset="-1d") .quandl() .worldbank_indicators() .wbi() .worldbank() .wb() .abs(): 绝对值 .precision($number): 浮点数精度 .testcast($count, $alpha, $beta, $gamma) .cusum($base) .derivative() .divide($divisor) .multiply($multiplier) .subtract($term) .sum($term) .add() .plus() .first() .movingaverage($window) .mvavg() .movingstd($window) .mvstd() .bars($width) .lines($width, $fill, $show, $steps) .points() .color("#c3c2c3") .hide() .label("今天数据") .legend($position, $column) .yaxis($yaxis_number, $min, $max, $position)
The time series composer for Kibana