kibana - display average times

2019-04-08 13:10发布

I am using kibana 3 to display my nginx logs which include the request_time, I would like a graph to display the average request times over the last x seconds in kibana but am not sure how todo this. Is this easily done or do I need to push it out to graphite?

1条回答
Rolldiameter
2楼-- · 2019-04-08 13:31

You're going to want to find the histogram settings panel. There should be a gear icon labelled "configure" or some such. Once there, find the panel's "mode" setting:

enter image description here

Pick "mean" mode, then select the field you'd like to show. Note you must select a field, and that field must be numeric, or the histogram will throw an error.

You can try it at the live demo, pretty quick. bytes is a good field to use.

查看更多
登录 后发表回答