Hi,
in Kibana 7.11.2 and kibana-enhanced-table v1.11.1, it doesn't sum up the values in a top_hit metric, aggregated with "concatenate" (with a simple split row bucket).
Only "count" is actually working as a total function.
It is annoying since I use the total of these columns to compute other colums total.
Example :
- Metric
- aggregation : top hit
- field : a_numeric_field
- aggregate with : Concatenate
- Size : 1
- Sort on : @timestamp
- Order : descending
- Split rows :
- aggregation : terms
- field : a_string_field
- order by : alphabetical
- order : descending
- size : 5
- Options :
Hi,
in Kibana 7.11.2 and kibana-enhanced-table v1.11.1, it doesn't sum up the values in a top_hit metric, aggregated with "concatenate" (with a simple split row bucket).
Only "count" is actually working as a total function.
It is annoying since I use the total of these columns to compute other colums total.
Example :