birTiwana commented on issue #6320: Moving Average query type URL: https://github.com/apache/incubator-druid/issues/6320#issuecomment-554054011 I noticed that `moving-average-query` has a **having** property. But can the having property be used only on aggregations or it can be used after averages as well? We have a use case where want to calculate a metric value based on a rolling window of 5 minutes and then return the values only where the value exceeds some threshold, so will the following parameters work? ` granularity=1 minute, averaging buckets=5, having averaging_output_field > threshold `
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
