# Using Kibana3 to graph a trend, is it possible?

**URL:** https://discuss.elastic.co/t/using-kibana3-to-graph-a-trend-is-it-possible/16565
**Category:** Elasticsearch
**Created:** [March 24, 2014, 2:30pm UTC](https://discuss.elastic.co/t/using-kibana3-to-graph-a-trend-is-it-possible/16565 "2014-03-24T14:30:08Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Vincent\_Massol](https://avatars.discourse-cdn.com/v4/letter/v/ac91a4/32.png) [@Vincent\_Massol](https://discuss.elastic.co/u/Vincent_Massol)
#### Post date: [March 24, 2014, 2:30pm UTC](https://discuss.elastic.co/t/using-kibana3-to-graph-a-trend-is-it-possible/16565/1 "2014-03-24T14:30:08Z")

</div>

Hi guys,

We're using Kibana3 (latest version) in XWiki  
([http://activeinstalls.xwiki.org/kibana/#/dashboard/elasticsearch/XWiki%20Installs](http://activeinstalls.xwiki.org/kibana/#/dashboard/elasticsearch/XWiki%20Installs))  
to measure installs of XWiki. Every day a running XWiki instance will send  
a ping to our ElasticSearch server thus allowing us to measure active  
instances of XWiki in the wild.

I'm very new at Kibana and I'm having a hard time figuring out how to  
display a graph of active installs over time. By active, I mean the count  
of all installs received over a 2 days period. Thus I'd like to have a  
graph over time of a count of installs of every 2 days.

Is this possible with Kibana?

FTR here's the data each install is pushing to our ES server:

{  
"\_index": "installs",  
"\_type": "install",  
"\_id": "24aa62b4-cf43-4996-b026-ad61f4671d26",  
"\_score": 1.9225419,  
"\_source": {  
"distributionId": "org.xwiki.enterprise:xwiki-enterprise-web",  
"formatVersion": "1.0",  
"distributionVersion": "5.2",  
"date": "2013-12-03T23:17:34.393Z",  
"extensions": []  
}  
}

Thanks a lot for any pointer!  
-Vincent

--  
You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/52324f75-f63c-4b75-8ff2-3f04f12626e8%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/52324f75-f63c-4b75-8ff2-3f04f12626e8%40googlegroups.com).  
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

---

<div class="post-metadata">

### Author: ![Binh\_Ly\_2](https://avatars.discourse-cdn.com/v4/letter/b/d07c76/32.png) [@Binh\_Ly\_2](https://discuss.elastic.co/u/Binh_Ly_2)
#### Post date: [March 24, 2014, 3:28pm UTC](https://discuss.elastic.co/t/using-kibana3-to-graph-a-trend-is-it-possible/16565/2 "2014-03-24T15:28:05Z")

</div>

Sure, first Configure Dashboard (upper right gear), and make sure Index  
settings point (cover) your index. Timepicker time field: date

Add a Histogram Panel to your dashboard. In the Panel settings:

Chart Value: count  
Time Field: date  
Auto Interval: uncheck  
Interval: 2d

If it's not showing any data, click the i(nspect) icon on the panel to  
debug the query sent to ES and check it to see if it is what you expect.

--  
You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/f05af6d5-5941-4aaf-ab42-15ed617cac56%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/f05af6d5-5941-4aaf-ab42-15ed617cac56%40googlegroups.com).  
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

---

<div class="post-metadata">

### Author: ![Vincent\_Massol](https://avatars.discourse-cdn.com/v4/letter/v/ac91a4/32.png) [@Vincent\_Massol](https://discuss.elastic.co/u/Vincent_Massol)
#### Post date: [March 24, 2014, 3:47pm UTC](https://discuss.elastic.co/t/using-kibana3-to-graph-a-trend-is-it-possible/16565/3 "2014-03-24T15:47:56Z")

</div>

Thanks but this will not day what I need. I need the sum of all 2 days  
counts from the beginning (the whole period).

AFAIU there's no way of doing this and I need to compute that sum on the  
client side...

Thanks  
-Vincent

On Monday, March 24, 2014 4:28:05 PM UTC+1, Binh Ly wrote:

> Sure, first Configure Dashboard (upper right gear), and make sure Index  
> settings point (cover) your index. Timepicker time field: date
> 
> Add a Histogram Panel to your dashboard. In the Panel settings:
> 
> Chart Value: count  
> Time Field: date  
> Auto Interval: uncheck  
> Interval: 2d
> 
> If it's not showing any data, click the i(nspect) icon on the panel to  
> debug the query sent to ES and check it to see if it is what you expect.

--  
You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/8808e601-1df6-4978-b447-70027e861d0b%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/8808e601-1df6-4978-b447-70027e861d0b%40googlegroups.com).  
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

---

<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, 1:41am UTC](https://discuss.elastic.co/t/using-kibana3-to-graph-a-trend-is-it-possible/16565/4 "2017-07-06T01:41:08Z")

</div>


