Kibana Data Table Math Operations

Hi guys, this question is very Important to me, so please help me:

I have two fields: priceA and priceB, and I have to do some operation like this in the data table:
sum(priceA) / sum(priceB).

How can I achive this, the data table give me the SUM metrics but how can i divide them.

Thanks.

The "data table" visualization in Kibana doesn't support math like this. You can create an equivalent visualization using TSVB, which does support math, and this is what I would recommend.

1 Like

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