Timelion moving continusly

Hi,

I have created Timelion and also using it in Dashboard. Timelion is continuously moving, is there any setting we can set?

Please suggest...

Thanks!

Hi

Which version of Kibana are you using ? I think you have timebased data indexed- such as stock prices or server metrics etc ...Moving averages are applied on such data. Date histograms are bucket aggregations, and the interval controls the size of the buckets / how many buckets there are from the start time to the end time.
Moving averages need to create subsets of the data to average, and then shift the subset forward across the data to continuously calculate an average.
https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-pipeline-movavg-aggregation.html

Also, Github brought me to this similar issue discussed here: https://github.com/elastic/kibana/issues/8341

This has been fixed here: https://github.com/elastic/kibana/pull/12298

You probably need to upgrade to the version its fixed on. Let me know if this helps...

Thanks
Rashmi

Have upgraded 5.4.1 to 5.5.1 and issue resolved!!!

Thanks!

Glad it worked and thanks for updating the thread...
cheers
Rashmi

Thanks Rashmi!

I am facing issue with timelion. Can you help me please...

Thanks!

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.