[TSVB] Derivative aggregation cannot be sorted #87893
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:TSVB
TSVB (Time Series Visual Builder)
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
v7.8.2
v7.10.1
Describe the feature:
We would like to build a chart to show the most rapidly growing indices. Currently we have the following data pattern in the index:
{ "index": "indexname", "sizeInBytes": 100000000, "timestamp": "2021-04-03 13:50:00"}
This link seems to be relevant, but there doesn't seem to be a workaround: https://discuss.elastic.co/t/order-by-math-aggregation-in-tsvb-top-n-visualisation/209646
Describe a specific use case for the feature:
We would really like to sort by derivative aggregation. We collect this data every 5 minutes so have about 288 observations per day per index. The config screenshot attached shows TSVB visualization with top 10 indices based on their overall size but not on growth speed because it's not possible to select derivative agg for sorting.
The text was updated successfully, but these errors were encountered: