Heatmap from matrixstats in kibana

Hi everyone,

I can query elastic search as follows:

GET my-index*/_search
{
"aggs": {
"matrixstats": {
"matrix_stats": {
"fields": ["Var_01",
"Var_02",
"Var_03",
"Var_04"]
}
}
}
}

and I get the correlation o all the variables with all the rest. Is there any way I can plots the correlation matrix in kibana using this info? If not, could I see one of these as a metric? I would like to see the information depending on several filters I would have in the dashboard.

Thank you for your time.

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