Hello, I've some difficulties to understand how works "join alternative, nested, object type, ..." in ES.
I've read some docs (like Nested field type | Elasticsearch Guide [8.11] | Elastic) but I can't see how a nested object is mapped to another indice.
index xxx_* - { "key":"value", "ip" : "value"}
index abcd - { "ip":"value", "name":"value", "desc":"value"}
I wish to join xxx_*.ip with abcd.ip.
Someone can explain me how to do that ?
Thank for your help.