Skip to content

Can't sum up the values with top_hits aggragation #201

Description

@yjaigu

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 :
    • Show total : checked

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions