# Filebeats with metricbeats data in standalone cluster

**URL:** https://discuss.elastic.co/t/filebeats-with-metricbeats-data-in-standalone-cluster/258841
**Category:** Beats
**Tags:** filebeat, metricbeat
**Created:** [December 16, 2020, 10:41am UTC](https://discuss.elastic.co/t/filebeats-with-metricbeats-data-in-standalone-cluster/258841 "2020-12-16T10:41:02Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![mutt13y](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/mutt13y/32/74962_2.png) [@mutt13y](https://discuss.elastic.co/u/mutt13y)
#### Post date: [December 16, 2020, 10:41am UTC](https://discuss.elastic.co/t/filebeats-with-metricbeats-data-in-standalone-cluster/258841/1 "2020-12-16T10:41:03Z")

</div>

Hello,  
I am trying to move over to metricbeat monitoring running 7.10 eveywhere

I have Filebeat -\> logstash -\> elastic main cluster

filebeat node metricbeat -\> monitoring cluster  
logstash node metricbeat -\> monitoring cluster

What decides which cluster the metricbeat data is associated with ?

I see my logstash data appearing associated with the main cluster which is what I want. However the filebeat metrics appear as a standalone cluster

tried  
xpack.monitoring.cluster\_uuid in filebeat.yml  
and  
monitoring.cluster\_uuid in metricbeat.yml

how do I tell either filebeats or the filebeat plugin in metricbeats that this should be labeled/tagged against the main cluster uuid

Thanks  
Stuart

---

<div class="post-metadata">

### Author: ![mutt13y](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/mutt13y/32/74962_2.png) [@mutt13y](https://discuss.elastic.co/u/mutt13y)
#### Post date: [December 16, 2020, 11:31am UTC](https://discuss.elastic.co/t/filebeats-with-metricbeats-data-in-standalone-cluster/258841/2 "2020-12-16T11:31:26Z")

</div>

Found it! Just in case anyone else gets stuck  
filebeat.yml

```auto
monitoring:
   enabled: false
   cluster_uuid: THE UUID

```

---

<div class="post-metadata">

### Author: ![Kaiyan\_Sheng](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/kaiyan_sheng/32/38247_2.png) [@Kaiyan\_Sheng](https://discuss.elastic.co/u/Kaiyan_Sheng)
#### Post date: [December 17, 2020, 1:40am UTC](https://discuss.elastic.co/t/filebeats-with-metricbeats-data-in-standalone-cluster/258841/3 "2020-12-17T01:40:55Z")

</div>

Thank you for posting your solution here!

---

<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 14, 2021, 3:40am UTC](https://discuss.elastic.co/t/filebeats-with-metricbeats-data-in-standalone-cluster/258841/4 "2021-01-14T03:40:56Z")

</div>

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