[TSVB][Lens] Added support of Variance aggregation for navigate to lens#143209
Conversation
|
Pinging @elastic/kibana-vis-editors @elastic/kibana-vis-editors-external (Team:VisEditors) |
|
Why don't we allow the transition for moving average? It can be Same question for Derivative. |
@stratoula good catch! Forgot to add new case for converting parent pipeline aggs. Fixed. |
stratoula
left a comment
There was a problem hiding this comment.
This works fine now, LGTM
|
@elasticmachine merge upstream |
💚 Build Succeeded
Metrics [docs]Module Count
Async chunks
History
To update your PR or re-run it, just comment with: cc @VladLasitsa |
Summary
Completes part of #138236
Added support of 'Variance' aggregation. This aggregation convert to formula -
pow(standard_deviation(fieldName), 2)TSVB:

After conversion in Lens:
