How to join or merge two document ID data into a single document using a common field value in both Document ID

Hi All,

I am using ELK 8.0.0 version and wanted to know can we merge or join the 2 different document ID into a single data with a common field value in both the documents.

e.g
first document ID has below data
emp_name : gaurav
emp_sex: male
emp_id : 22

and

second document has below data
emp_location : leads
emp_id : 22

so after the merge or join we should get a below data in a single document
emp_name : gaurav
emp_sex: male
emp_location : leads
emp_id : 22

Please suggest if we have any such features or processor we can use or any scripting, Any help/suggestion will be appreciated.

That is exactly the purpose of the enrich processor. Take a look at this complete guide on how to enrich documents with values from a reference index

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