# Kibana sees only one logstash node

**URL:** https://discuss.elastic.co/t/kibana-sees-only-one-logstash-node/244876
**Category:** Kibana
**Created:** [August 13, 2020, 12:20pm UTC](https://discuss.elastic.co/t/kibana-sees-only-one-logstash-node/244876 "2020-08-13T12:20:07Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Burga](https://avatars.discourse-cdn.com/v4/letter/b/9d8465/32.png) [@Burga](https://discuss.elastic.co/u/Burga)
#### Post date: [August 13, 2020, 12:20pm UTC](https://discuss.elastic.co/t/kibana-sees-only-one-logstash-node/244876/1 "2020-08-13T12:20:07Z")

</div>

I see only one logstash node in kibana (it changes one time the first node and then the second ), I already deleted the uuid file and restarted the node but unfortunately it didn't create the new one .

Version 6.3.0

Please assist .

---

<div class="post-metadata">

### Author: ![tylersmalley](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/tylersmalley/32/8833_2.png) [@tylersmalley](https://discuss.elastic.co/u/tylersmalley)
#### Post date: [August 13, 2020, 6:30pm UTC](https://discuss.elastic.co/t/kibana-sees-only-one-logstash-node/244876/2 "2020-08-13T18:30:20Z")

</div>

Your Logstash deployments contain a `data/` folder and in that folder is a `uuid` file. Can you verify that both of these files contain different values?

---

<div class="post-metadata">

### Author: ![Burga](https://avatars.discourse-cdn.com/v4/letter/b/9d8465/32.png) [@Burga](https://discuss.elastic.co/u/Burga)
#### Post date: [August 13, 2020, 8:22pm UTC](https://discuss.elastic.co/t/kibana-sees-only-one-logstash-node/244876/3 "2020-08-13T20:22:03Z")

</div>

no the values were identical , but changing one of them didn't provide a solution instead I followed this steps and solved the issue :

```auto
 $ sudo -i
# uuidgen > /var/lib/logstash/uuid
# tr -d "\n\r" < /var/lib/logstash/uuid > tempo ; mv tempo /var/lib/logstash/uuid
# service logstash restart

```

Best Regards

---

<div class="post-metadata">

### Author: ![tylersmalley](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/tylersmalley/32/8833_2.png) [@tylersmalley](https://discuss.elastic.co/u/tylersmalley)
#### Post date: [August 13, 2020, 8:33pm UTC](https://discuss.elastic.co/t/kibana-sees-only-one-logstash-node/244876/4 "2020-08-13T20:33:50Z")

</div>

Deleting the `uuid` file and restarting Logstash should also create a new `uuid` file. Do you now see multiple Logstash instances?

---

<div class="post-metadata">

### Author: ![Burga](https://avatars.discourse-cdn.com/v4/letter/b/9d8465/32.png) [@Burga](https://discuss.elastic.co/u/Burga)
#### Post date: [August 13, 2020, 8:36pm UTC](https://discuss.elastic.co/t/kibana-sees-only-one-logstash-node/244876/5 "2020-08-13T20:36:58Z")

</div>

yes , thank you .

---

<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: [September 10, 2020, 8:36pm UTC](https://discuss.elastic.co/t/kibana-sees-only-one-logstash-node/244876/6 "2020-09-10T20:36:59Z")

</div>

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