Calculation between two fields in two separate indexes

Hi,

I have Index_a: with an amount field
I have Index_b: with a threshold field

Is there anyway to calculate the percentage of these fields within kibana itself?

Hi, You need to have something to correlate both the document. After that you need to perform script query to achieve the same. Could you share the sample doc and what output you're expecting?