How to compare two column fields under same index table and create graph based on the output

Hello Team,

We have a scenario where we want to check percentage of transactions breached SLA time.
If we are logging field 'Duration' and 'Expected SLA' under same index, then how to compare both these fields on Kibana and show result of this comparison in the form of Graph.

Basically, first we need to compare fields to find whether SLA is breached or not for all the transactions and then show the result in form of percentage of transactions breached SLA.

Thanks,

Hi @Mohit.Sharma ,

welcome to the Kibana community.
May I ask to make an actual example with numbers of your use case?

Are the Duration field values expressed in ms (long type)?
How are Expected SLA values expressed?

How would you compare one against the other if you should express it in some meta-programming/math code?

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