How can I get the data from two types in elastic search?

I have two types in elastic search. One type is for saving the request information table and other one is for saving the id, value information about method full information. I want to show the request information table using mapped two types. How can I get the data from two types where it is in elastic search on the kibana? Or Is there any other way to implement this? Elastic search can provide the query time join for the relation parent and child. It may create the view that parent and child information have. Can I fetch this view in the kbana? please Help me. Thanks..

You cannot join in ES (or nosql in general).
Ideally you should be adding the information at index time.