Kibana 7.1.1 Table: Multiplication of two columns as value for a third column

This is how the current data looks like. Metric is average of value_a and max of value_b. Bucket is country. now I want to have a third column which is not in the original data. that is Value C which is the multiplication of the columns Value A and Value B. Is there any way I can do it in Kibana Visualize Table? I need the data in table format.

use Enhanced table plugin, we can do this using that plugin..

Link : https://github.com/fbaligand/kibana-enhanced-table

Follow the steps in above image..

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