I haven't been able to figure out how to do this and it may not be
possible, but figured I'd ask.
I have a query with multiple aggregations that looks like this:
This returns a time series of data per user:
I want to do a stats aggregation across all the values for each week to
provided per weekly statistical view of things.
Currently, I am doing these computations client side and it works pretty
well, but have performance concerns around merging lots of time series
streams.
I want to do a stats aggregation across all the values for each week to
provided per weekly statistical view of things.
Currently, I am doing these computations client side and it works pretty
well, but have performance concerns around merging lots of time series
streams.
Hi,
I am doing a terms aggregation on user with a sub date histogram
aggregation to get time series per user. I then want to perform a stats
aggregation all the values of each date bucket across users.
Thanks,
Paul
On Thursday, September 11, 2014 8:32:13 PM UTC-4, vineeth mohan wrote:
Hello ,
I didn't get your question completely , but then i feel a simple date
histogram query should do the trick.
I want to do a stats aggregation across all the values for each week to
provided per weekly statistical view of things.
Currently, I am doing these computations client side and it works pretty
well, but have performance concerns around merging lots of time series
streams.
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.