How can I relate _Id from diferents Index

I can to relate two index by an ID.

How can I do that?

If you are asking about joins (like in relational database), then they are not supported by elasticsearch. The closest you can get is terms query with id lookup.