In Kibana 4.2.1, I have data loaded like so:
** Member Type |Count |@timestamp**
Member Type A | 234 | 2016-01-28
Member Type B | 345 | 2016-01-28
Member Type C | 187 | 2016-01-28
I don't understand how to get a line graph showing the 'Member Type' count changes over time.
How can I get a chart showing the change in membership categories over time?
The data itself does contain a count field called 'Count', instead of loading all the data for Kibana to perform the count.
Here is a screen shot of my settings.
I thing that, Your whole collections of timestamps are in same date.. I mean same day. So you have to set the Interval to 'auto' or some other value like 'hour'. Try this. If it is work, let me know.
Keep settings like this, but on the metrics part, change it to
Aggregation: Sum
Field: Count
The Count you currently have on Y-Axis only counts the number of documents in ES, which is not what you are looking for. Also, please check the data type of your Count field in ES to make sure it is integer.
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.