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?
相关问题
- python-logstash not working
- Outputting UDP From Logstash
- Elasticsearch Unreachable: Connection refused
- Create a new index per day for Elasticsearch in Lo
- Can kibana connect with data sources other than el
相关文章
- Duplicate entries into Elastic Search while logsta
- can't parse xml input with logstash filter
- Getting CloudTrail Logs into Logstash
- Logstash not reading file input
- Kibana time delta between two fields
- Missing data when using unique count and creating
- Why does logstash take so long to start/load?
- Can I change the index pattern of a visualization
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:
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.