if I send something like this in (except with almost 300 fields):
"durations": [
{
"Patching": 4
},
{
"Extracting": 0
},
{
"Building": 5
},
{
"Configuring": 6
},
{
"Installing to host directory": 1
},
}
is it possible for Kibana to go through and find the ten largest durations categories and visualize them, without me having to put every individual category into the graph?