kibana timeion

Posted 饭前码字

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了kibana timeion相关的知识,希望对你有一定的参考价值。

以下代码是表示某个销售的毛利润点阵图

(.es(index=mm_, metric=sum:product_price, timefield=create_time,q="+user_name:hehe +status:2 +cost_price:>0").subtract( .es(index=mm_, metric=sum:cost_price, timefield=create_time,q="+user_name:hehe +status:2 +cost_price:>0"))).label(hehe).points(fill=10, symbol=square)

timefield=create_time:create_time是这个索引里的date类型字段 


q="+user_name:hehe +status:2 +cost_price:>0":表示查找条件,➕表示与的关系,相当于and;没有➕的表示或的关系,相当于or。关于q可以查看


以上是关于kibana timeion的主要内容,如果未能解决你的问题,请参考以下文章

Kibana:Kibana 入门

kibana 常用查询语法

yum安装的kibana怎么启动

Kibana视频教程

kibana基础操作

kibana的安装和启动