是否可能使用直方图或其在Kibana中的卷曲响应 [英] Is it Possible to Use Histogram Facet or Its Curl Response in Kibana

查看:210
本文介绍了是否可能使用直方图或其在Kibana中的卷曲响应的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

可以在Kibana仪表板中使用手动创建的直方图面(或其卷曲请求的结果):

Is it possible to use a manually created histogram facet (or the results of its curl request) like this one in a Kibana dashboard:

{
    "query" : {
        "match_all" : {}
    },
    "facets" : {
        "histo1" : {
            "histogram" : {
                "key_script" : "doc['date'].date.minuteOfHour * factor1",
                "value_script" : "doc['num1'].value + factor2",
                "params" : {
                    "factor1" : 2,
                    "factor2" : 3
                }
            }
        }
    }
}

谢谢

推荐答案

看起来它将在Kibana4中得到支持,但似乎没有比这更多的信息。

It looks like it will be supported in Kibana4, but there doesn't seem to be much more info out there than that.

作为参考: https://github.com/elasticsearch / kibana / issues / 1249

这篇关于是否可能使用直方图或其在Kibana中的卷曲响应的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆