Kibana agreggations wildcard queries

I have an index with document like these:
{
"client": "id1",
"f_1": 20,
"f_2": 30,
},
{
"client": "id2",
"f_2": 40,
"f_4": 50
},
{
"client": "id3",
"f_5": 10,
"f_6": 20
}

Etc....

Is it possible using kibana to make a aggregation using the f_* fields?

Hi Carlos,

I think I understand what you are asking. I'm unsure about what such an aggregation across any/all f_* fields would return, though. Could you give an example? That will probably help clear things up for me.

Thanks,

Shaunak

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