How to create a simple graph structure using Kibana xpack plugin

I have inserted the below data into the elasticsearch and trying to view it in Kibana - graph options.
I am using Kibana 5.2.2. Added the below records. Added the 2 columns and selected 2 icons. what are the next steps to view the graph
curl -XPUT 'http://10.51.88.17:9200/casemanager2/test/t2' -d '{"origin_country_code": 100,"merchant_code" : 1002}';
curl -XPUT 'http://10.51.88.17:9200/casemanager2/test/t3' -d '{"origin_country_code": 200,"merchant_code" : 1002}';
curl -XPUT 'http://10.51.88.17:9200/casemanager2/test/t4' -d '{"origin_country_code": 300,"merchant_code" : 1003}';
curl -XPUT 'http://10.51.88.17:920

0/casemanager2/test/t5' -d '{"origin_country_code": 400,"merchant_code" : 1003}';

Can someone look into this question ?

You need to search for something against those fields, like a specific merchant or country code.

Thanks Mark. I have tried to search with a value present in elastic search say 100.
it doesn't return anything.PFA the screenshots.

Can some one please check this issue

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