# How to push multiple metricbeat instance from multiple machines into 1 ES instance?

**URL:** https://discuss.elastic.co/t/how-to-push-multiple-metricbeat-instance-from-multiple-machines-into-1-es-instance/109752
**Category:** Beats
**Tags:** metricbeat
**Created:** [November 30, 2017, 1:15pm UTC](https://discuss.elastic.co/t/how-to-push-multiple-metricbeat-instance-from-multiple-machines-into-1-es-instance/109752 "2017-11-30T13:15:41Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Abdul\_Gaffar\_Shaikh](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/abdul_gaffar_shaikh/32/78006_2.png) [@Abdul\_Gaffar\_Shaikh](https://discuss.elastic.co/u/Abdul_Gaffar_Shaikh)
#### Post date: [November 30, 2017, 1:15pm UTC](https://discuss.elastic.co/t/how-to-push-multiple-metricbeat-instance-from-multiple-machines-into-1-es-instance/109752/1 "2017-11-30T13:15:41Z")

</div>

how to push multiple metricbeat instance from multiple machines into 1 ES instance connected in same network.Basically need to connect 2 windows machine and monitor the system metrics of both machines using ELK stack. For data ingestion we are using metric beat version 6.0.

---

<div class="post-metadata">

### Author: ![kvch](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/kvch/32/72058_2.png) [@kvch](https://discuss.elastic.co/u/kvch)
#### Post date: [November 30, 2017, 5:42pm UTC](https://discuss.elastic.co/t/how-to-push-multiple-metricbeat-instance-from-multiple-machines-into-1-es-instance/109752/2 "2017-11-30T17:42:34Z")

</div>

You can configure all Metricbeats to send to the same ES instance. It means that output configuration must be the same for all Metricbeat instances.

See more on ES output: [https://www.elastic.co/guide/en/beats/metricbeat/6.0/elasticsearch-output.html](https://www.elastic.co/guide/en/beats/metricbeat/6.0/elasticsearch-output.html)

---

<div class="post-metadata">

### Author: ![Abdul\_Gaffar\_Shaikh](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/abdul_gaffar_shaikh/32/78006_2.png) [@Abdul\_Gaffar\_Shaikh](https://discuss.elastic.co/u/Abdul_Gaffar_Shaikh)
#### Post date: [December 4, 2017, 1:13pm UTC](https://discuss.elastic.co/t/how-to-push-multiple-metricbeat-instance-from-multiple-machines-into-1-es-instance/109752/3 "2017-12-04T13:13:51Z")

</div>

Well thanks for the reply. However this is not the answer i was looking for. i have resolved the error by just redirecting my metricbeat data to the elastic search instance of other machine on the same network.  
This was done by mentionining the IP of that machine in metricbeat.yml file for the property mentioned below:

output.elasticsearch:  
hosts:[ip of other machine:port]

---

<div class="post-metadata">

### Author: ![kvch](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/kvch/32/72058_2.png) [@kvch](https://discuss.elastic.co/u/kvch)
#### Post date: [December 4, 2017, 4:35pm UTC](https://discuss.elastic.co/t/how-to-push-multiple-metricbeat-instance-from-multiple-machines-into-1-es-instance/109752/4 "2017-12-04T16:35:07Z")

</div>

I am glad you were able to find a solution. 🙂

---

<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: [January 1, 2018, 4:35pm UTC](https://discuss.elastic.co/t/how-to-push-multiple-metricbeat-instance-from-multiple-machines-into-1-es-instance/109752/5 "2018-01-01T16:35:16Z")

</div>

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