I have number field called count.
which is collected every min.
I want to sum them up for every 15 min. and display only max of that four itration on hourly windows.
1st sum (1-15 min data) 110
2nd sum (16-30 min data) 120
3rd sum (31-45 min data) 140
4th sum (46-00 min data) 100
then on X axis where I have date histogram (one hour) I want to display only 140. is that possible?
On the X axis it's a regular hourly date histogram. The metric on the y axis is the "Max bucket" of a 15m date histogram of the sum of the field you are interested in.
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.