Merging Fields from Different Types

I have one index with two _type , how can I pull fields from one _type value into a record from another _type value if a match is found?

For example:

I want to add the vendor value from:
_type: device_data vendor

to

_type: network

when the mac address matches

Are you wanting to join the data?

I understand that "joins" aren't supported (based on searching the forums), but I'm trying to figure out how to pull data from other _types when there is a common field (such as mac address) between the documents. Is there a way to do this?

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