-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
Description
Time Series Visual Builder (and Kibana) needs a "fit" pipeline aggregation similar to Timelion's "fit" function that allows the user to configure which fit algorithm to use. This functionality needs to exist as a pipeline aggregation so it can be composed with other pipeline aggs. Currently Timelion supports the following algorithms:
- average
- carry
- nearest
- none
- scale
For reference here is the request for the "fit" feature for Time Series Visual Builder in Kibana elastic/kibana#11793
Here is a link to the Timelion fit functions: https://github.com/elastic/kibana/tree/master/src/core_plugins/timelion/server/fit_functions
CC: @eprothro
fbaligand, NeVraX182 and fernandrone