I just started using ElasticSearch with LogStash and Kibana. I'm able to
extract fields from my log statements using logstash/grok. In Kibana I
have taken some of these fields and created stats panels using them for
stats like total/mean/min/max which works great for just seeing a
calculated number value quickly.
What I would like to do next is create a bar chart that can display the
count of occurrences for my extracted field within different ranges. So
say my field is called "upload_size", I would like to create a pie chart
that displays the count of files uploaded within defined ranges.
For example I would like to see counts of "upload_size" fields with values
in these ranges: 0-10KB, 10KB-100KB, 100KB-1MB, 1MB-10MB, 10MB-100MB,
100MB-1GB, 1GB+ and plotted in a pie chart.
I've experimented with the "terms" panel creating a pie chart but don't
don't see a way to define ranges. It seems this would be possible using
ElasticSearch "range
facets": http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search-facets-range-facet.html
Is it possible to do this currently in Kibana3? If not, is this on the
roadmap? I am using Kibana3 milestone 4.
Hey, I'm looking to do a nearly identical thing. I need to analyze the
ranges of service times as recorded in my logs. I found this post when I
was googling for an answer. Is there an easy way to do it just yet?
On Thursday, January 9, 2014 12:26:27 PM UTC-5, Erik Paulsson wrote:
Hey all,
I just started using Elasticsearch with LogStash and Kibana. I'm able to
extract fields from my log statements using logstash/grok. In Kibana I
have taken some of these fields and created stats panels using them for
stats like total/mean/min/max which works great for just seeing a
calculated number value quickly.
What I would like to do next is create a bar chart that can display the
count of occurrences for my extracted field within different ranges. So
say my field is called "upload_size", I would like to create a pie chart
that displays the count of files uploaded within defined ranges.
For example I would like to see counts of "upload_size" fields with values
in these ranges: 0-10KB, 10KB-100KB, 100KB-1MB, 1MB-10MB, 10MB-100MB,
100MB-1GB, 1GB+ and plotted in a pie chart.
I've experimented with the "terms" panel creating a pie chart but don't
don't see a way to define ranges. It seems this would be possible using
Elasticsearch "range facets": Elasticsearch Platform — Find real-time answers at scale | Elastic
Is it possible to do this currently in Kibana3? If not, is this on the
roadmap? I am using Kibana3 milestone 4.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.