[Lens] Support for all time series functions #74813
Labels
enhancement
New value added to drive a business result
Feature:Lens
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
This issue organizes the closely related functionality of time series functions.
All time-dependent functions in Lens have the same core behavior, which is that they must be part of a date histogram. Many of these time series functions allow the user to scale to a different unit than the date interval, such as seconds.
Time series functions will most commonly take a metric as input, where a metric is something like "Count of Records". Due to the new implementation plan for calculations in Lens, we can also introduce the possibility of composable inputs such as "Moving average of filter ratio".
There are multiple types of numbers in common use in Elasticsearch:
The following functions are supported: cumulative sum, simple moving average, derivative, counter rate, normalize per time unit
Details
The following functions are not supported:
Technical requirements:
The text was updated successfully, but these errors were encountered: