Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

kibana - display average times

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?

like image 298
henry.oswald Avatar asked Nov 11 '13 13:11

henry.oswald


1 Answers

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.

like image 182
rutter Avatar answered Sep 28 '22 13:09

rutter