Kibana Comparison between two indexes data

Hi All...

Am using Kibana to visualize elastic search data, I have to indexes shown
below:

Index1:

{
"_index": "index1",
"_type": "type1",
"_id": "today-data",
"_version": 1,
"found": true,
"_source": {
"content": {
"gold": "20.00",
"silver": "40.00",
"Bronze": "75.00",
"Platinum": "110.00",
"diamond": "125.00"
}
}
}

Index2:

{
"_index": "index2",
"_type": "type2",
"_id": "yesterday-data",
"_version": 1,
"found": true,
"_source": {
"content": {
"gold": "25.00",
"silver": "45.00",
"Bronze": "70.00",
"Platinum": "130.00",
"diamond": "105.00"
}
}
}

Now I want to Visualize the cost difference between today-data and
yesterday-data on Kibana using Elasticsearch.

Please let me know how Can I achieve it.

Thanks&Regards,
Srinivas K.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/160cf14a-44c8-4e94-b25b-53c6ec903230%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Please let me know whether above scenario is possible or not.

Thanks,
Srinivas K.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/abe4dadc-9914-48b8-b783-6877412bd726%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.