Visualizing related data automatically

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?

Hello,

So you definitely have to build a whichever kind of visualization you would like for you to be able to see the results.

But the resulting display will keep changing if you have timeseries data.

Thanks,
Bhavya

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.