# Can't see logstash monitoring window in kibana

**URL:** https://discuss.elastic.co/t/cant-see-logstash-monitoring-window-in-kibana/244858
**Category:** Logstash
**Created:** [August 13, 2020, 10:41am UTC](https://discuss.elastic.co/t/cant-see-logstash-monitoring-window-in-kibana/244858 "2020-08-13T10:41:31Z")
**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, 10:41am UTC](https://discuss.elastic.co/t/cant-see-logstash-monitoring-window-in-kibana/244858/1 "2020-08-13T10:41:31Z")

</div>

Hi , I'm trying to configure logstash monitoring but can't see it in kibana , I see the index is created and have no related errors 🙂  
GET /\_cluster/settings

```auto
{
  "persistent": {
    "xpack": {
      "monitoring": {
        "collection": {
          "cluster": {
            "stats": {
              "timeout": "60s"
            }
          },
          "enabled": "true"
        }
      }
    }
  }

```

on the logstash server :

```auto
xpack.monitoring.enabled: true
#xpack.monitoring.elasticsearch.username: logstash_system
#xpack.monitoring.elasticsearch.password: password
xpack.monitoring.elasticsearch.url: ["http://es-prd1:9200", "http://es-prd2:9200"]
#xpack.monitoring.elasticsearch.ssl.ca: ["/path/to/ca.crt"]
#xpack.monitoring.elasticsearch.ssl.truststore.path: path/to/file
#xpack.monitoring.elasticsearch.ssl.truststore.password: password
#xpack.monitoring.elasticsearch.ssl.keystore.path: /path/to/file
#xpack.monitoring.elasticsearch.ssl.keystore.password: password
#xpack.monitoring.elasticsearch.ssl.verification_mode: certificate
xpack.monitoring.elasticsearch.sniffing: true
#xpack.monitoring.collection.interval: 10s
#xpack.monitoring.collection.pipeline.details.enabled: true

```

but when querying `curl -XGET http://es-prd1:9200/_xpack?pretty`:

getting

```auto
{
  "build" : {
    "hash" : "eb782d0",
    "date" : "2018-06-29T22:03:21.668624Z"
  },
  "license" : {
    "uid" : "2236aa2b-11be-44e1-9a86-23b29c643519",
    "type" : "basic",
    "mode" : "basic",
    "status" : "active"
  },
  "features" : {
    "graph" : {
      "description" : "Graph Data Exploration for the Elastic Stack",
      "available" : false,
      "enabled" : true
    },
    "logstash" : {
      "description" : "Logstash management component for X-Pack",
      "available" : false,
      "enabled" : true
    },
    "ml" : {
      "description" : "Machine Learning for the Elastic Stack",
      "available" : false,
      "enabled" : true,
      "native_code_info" : {
        "version" : "6.3.1",
        "build_hash" : "4d0b8f0a0ef401"
      }
    },
    "monitoring" : {
      "description" : "Monitoring for the Elastic Stack",
      "available" : true,
      "enabled" : true
    },
    "rollup" : {
      "description" : "Time series pre-aggregation and rollup",
      "available" : true,
      "enabled" : true
    },
    "security" : {
      "description" : "Security for the Elastic Stack",
      "available" : false,
      "enabled" : true
    },
    "watcher" : {
      "description" : "Alerting, Notification and Automation for the Elastic Stack",
      "available" : false,
      "enabled" : true
    }
  },
  "tagline" : "You know, for X"
}

```

logstash available : false

please assist

---

<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, 10:59am UTC](https://discuss.elastic.co/t/cant-see-logstash-monitoring-window-in-kibana/244858/2 "2020-08-13T10:59:44Z")

</div>

Hi , it probably took some time before it appeared , now I see the first node , hopefully second will appear also .

---

<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:42pm UTC](https://discuss.elastic.co/t/cant-see-logstash-monitoring-window-in-kibana/244858/3 "2020-08-13T12:42:19Z")

</div>

Now I cant see only one node, after deleting even uuid file under /data and bouncing the host .  
Any ideas ?

---

<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, 5:29pm UTC](https://discuss.elastic.co/t/cant-see-logstash-monitoring-window-in-kibana/244858/4 "2020-08-13T17:29:08Z")

</div>

Someone Maybe?

---

<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:16pm UTC](https://discuss.elastic.co/t/cant-see-logstash-monitoring-window-in-kibana/244858/5 "2020-08-13T20:16:37Z")

</div>

Hi , this is solution the solution:

```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: ![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:16pm UTC](https://discuss.elastic.co/t/cant-see-logstash-monitoring-window-in-kibana/244858/6 "2020-09-10T20:16:47Z")

</div>

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