# Where are instructions to create a histogram in Kibana 4?

**URL:** https://discuss.elastic.co/t/where-are-instructions-to-create-a-histogram-in-kibana-4/26806
**Category:** Kibana
**Created:** [August 4, 2015, 2:51pm UTC](https://discuss.elastic.co/t/where-are-instructions-to-create-a-histogram-in-kibana-4/26806 "2015-08-04T14:51:15Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![mbanders](https://avatars.discourse-cdn.com/v4/letter/m/a3d4f5/32.png) [@mbanders](https://discuss.elastic.co/u/mbanders)
#### Post date: [August 4, 2015, 2:51pm UTC](https://discuss.elastic.co/t/where-are-instructions-to-create-a-histogram-in-kibana-4/26806/1 "2015-08-04T14:51:15Z")

</div>

I want a plot like this:

- Y-axis - count of entries.
- X-axis - bins of another field of type integer.

Example: Plotting number of people with ages 0 to 5, 5 to 10, 10 to 15, etc...

Is this possible?

---

<div class="post-metadata">

### Author: ![tbragin](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/tbragin/32/45166_2.png) [@tbragin](https://discuss.elastic.co/u/tbragin)
#### Post date: [August 5, 2015, 6:04am UTC](https://discuss.elastic.co/t/where-are-instructions-to-create-a-histogram-in-kibana-4/26806/2 "2015-08-05T06:04:38Z")

</div>

All official docs are on the [elastic.co](http://elastic.co) site. You are probably interested in Kibana 4 Visualize section: [https://www.elastic.co/guide/en/kibana/current/visualize.html](https://www.elastic.co/guide/en/kibana/current/visualize.html)

The specific visualization you're trying to put together is probably best accomplished with a Bar Chart and Range aggregation:

 ![](https://us1.discourse-cdn.com/elastic/original/2X/0/0c258212a3c19a715384afe49e369c96278da06f.png)

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [July 6, 2017, 2:15pm UTC](https://discuss.elastic.co/t/where-are-instructions-to-create-a-histogram-in-kibana-4/26806/3 "2017-07-06T14:15:19Z")

</div>


