Kibana插件Timelion介绍

Kibana插件Timelion介绍

Timelion是一个kibana时间序列展示组件

效果图如下:

Screen Shot 2015-11-12 at 2.27.39 PM.png

The time series composer for Kibana

Kibana4.5安装方式:

 ./bin/kibana plugin -i elastic/timelion

Kibana5安装方式

./bin/kibana-plugin install timelion

扫描二维码关注公众号,回复: 402699 查看本文章

安装完成后可以在kibana看到这个插件!如果没有显示,请尝试重启kibanba服务。

Screen Shot 2015-11-12 at 5.33.20 PM.png

查询语法:

    .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

The time series composer for Kibana

猜你喜欢

转载自corejava2008.iteye.com/blog/2307039