Hi guys,

We're using Kibana3 (latest version) in XWiki 
(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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/52324f75-f63c-4b75-8ff2-3f04f12626e8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to