I have 2 elasticsearch documents each having following fields
“cri-o”
“etcd”
“k8s”
Now my requirement is to compare above mentioned fields between these 2 documents using grafana bar chart,
comparison should be like cri-o of document A is placed next to cri-o of document B and similarly etcd of document A is placed next to etcd of document B and so on.
Please suggest me with a solution.