How to do pipeline aggregation in Time Series Visual Builder? I got only so far:
but the dropdown options are grayed out for Pipeline Aggregations.
Can you help?
How to do pipeline aggregation in Time Series Visual Builder? I got only so far:
Pipeline aggregations are based on other aggregations, so you need at least two aggregations in the series to create one. Click the blue plus icon in the aggregation row.
Now you can select a pipeline agg in the new row:
Thanks.
I am trying to find serial difference between current value and one day old value. I saw there's lag option but how do we specify minutes/hours/days/week?
Okay, I was able to get the weekly serial difference by setting interval to 1 hour, and lag to 168 (1 hour * 24 * 7):
Here's what I think is what's happening:
As you zoom in you're restricting the time range. In the last graph you provided, the green area is the only part of the graph where data from a week ago is still within your selected time range. Since the data isn't available, it can't compute the serial difference for any time before that green area.
Ah, cool!
But, I feel we should have a way to zoom in without affecting the time range, or lag value should, behind the scene, increase the time range for calculation purpose and show the result from the selected time range only.
Thanks for the help!
Yeah that's not a bad idea, feel free to file a feature request on our Github repo!
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
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.