# Joining incoming Data with existing Elasticsearch documents

**URL:** https://discuss.elastic.co/t/joining-incoming-data-with-existing-elasticsearch-documents/62816
**Category:** Logstash
**Created:** [October 12, 2016, 2:29pm UTC](https://discuss.elastic.co/t/joining-incoming-data-with-existing-elasticsearch-documents/62816 "2016-10-12T14:29:20Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![TWalter](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/twalter/32/41239_2.png) [@TWalter](https://discuss.elastic.co/u/TWalter)
#### Post date: [October 12, 2016, 2:29pm UTC](https://discuss.elastic.co/t/joining-incoming-data-with-existing-elasticsearch-documents/62816/1 "2016-10-12T14:29:20Z")

</div>

Hello there,

i have the following Incoming data:  
"ID": "1234567"  
"Value": 20

I have the following documents in an Elasticsearch Index:  
"ID": "1234567"  
"Name": "Sensor"  
"Location": "New York"

I want to join with Logstash, so that i get this Document :  
"ID": "1234567"  
"Name": "Sensor"  
"Location": "New York"  
"Value": 20

Do somebody know, how this works.  
Can you do this with the Elasticsearch-Filter-Plugin?

Thanks.

---

<div class="post-metadata">

### Author: ![TWalter](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/twalter/32/41239_2.png) [@TWalter](https://discuss.elastic.co/u/TWalter)
#### Post date: [October 18, 2016, 8:48am UTC](https://discuss.elastic.co/t/joining-incoming-data-with-existing-elasticsearch-documents/62816/2 "2016-10-18T08:48:14Z")

</div>

Solved the Problem.

You can use the Elasticsearch-Filter-Plugin for joining the Information. =)

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [July 6, 2017, 4:33am UTC](https://discuss.elastic.co/t/joining-incoming-data-with-existing-elasticsearch-documents/62816/3 "2017-07-06T04:33:46Z")

</div>


