# Logstash monitoring info not showing in kibana

**URL:** https://discuss.elastic.co/t/logstash-monitoring-info-not-showing-in-kibana/170321
**Category:** Logstash
**Tags:** elastic-stack-monitoring
**Created:** [February 28, 2019, 11:11am UTC](https://discuss.elastic.co/t/logstash-monitoring-info-not-showing-in-kibana/170321 "2019-02-28T11:11:20Z")
**Posts on this page:** 19
**Page:** 1

<div class="post-metadata">

### Author: ![varun1992](https://avatars.discourse-cdn.com/v4/letter/v/3da27b/32.png) [@varun1992](https://discuss.elastic.co/u/varun1992)
#### Post date: [February 28, 2019, 11:11am UTC](https://discuss.elastic.co/t/logstash-monitoring-info-not-showing-in-kibana/170321/1 "2019-02-28T11:11:20Z")

</div>

i am using ELK version 6.5.4.

what i did , i changed elastic cluster settings and added as persistent  
`xpack.monitoring.collection.enabled : true`

i changed logstash.yml file as

```
xpack.monitoring.enabled: true
xpack.monitoring.elasticsearch.url: ["http://localhost:9200"]
xpack.monitoring.collection.interval: 10s
xpack.monitoring.collection.pipeline.details.enabled: true

```

added elastic url in kibana. Now in monitoring option, it only show elasticsearch details  
It is not showing logstash

i am not using any ssl settings or security features.

---

<div class="post-metadata">

### Author: ![chrisronline](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/chrisronline/32/28230_2.png) [@chrisronline](https://discuss.elastic.co/u/chrisronline)
#### Post date: [February 28, 2019, 2:49pm UTC](https://discuss.elastic.co/t/logstash-monitoring-info-not-showing-in-kibana/170321/2 "2019-02-28T14:49:31Z")

</div>

Hi @varun1992,

A few things to check:

1. How do you have monitoring configured? Are you sending monitoring data to a separate cluster or do you have a more monolith setup? If you are, double check that the exporters are setup correctly. You can read more about [this here](https://www.elastic.co/guide/en/x-pack/current/how-monitoring-works.html)

2. Run this query against the ES cluster you are sending monitoring data to:

```auto
POST .monitoring-logstash-6-*/_search
{
  "size": 1,
  "query": {
    "bool": {
      "filter": [
        {
          "range": {
            "timestamp": {
              "gte": "now-2m",
              "lte": "now"
            }
          }
        }
      ]
    }
  }
}

```

1. Do you have pipelines setup and are they working correctly?

---

<div class="post-metadata">

### Author: ![varun1992](https://avatars.discourse-cdn.com/v4/letter/v/3da27b/32.png) [@varun1992](https://discuss.elastic.co/u/varun1992)
#### Post date: [March 2, 2019, 11:40am UTC](https://discuss.elastic.co/t/logstash-monitoring-info-not-showing-in-kibana/170321/3 "2019-03-02T11:40:54Z")

</div>

> [@chrisronline](#):
>
> .monitoring-

Only showing **.monitoring-Kibana** \* and **.monitoring-es** \*

what to do ?

---

<div class="post-metadata">

### Author: ![chrisronline](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/chrisronline/32/28230_2.png) [@chrisronline](https://discuss.elastic.co/u/chrisronline)
#### Post date: [March 4, 2019, 2:32pm UTC](https://discuss.elastic.co/t/logstash-monitoring-info-not-showing-in-kibana/170321/4 "2019-03-04T14:32:28Z")

</div>

Have you tried going through these steps? [https://www.elastic.co/guide/en/logstash/current/logstash-monitoring-overview.html](https://www.elastic.co/guide/en/logstash/current/logstash-monitoring-overview.html)

---

<div class="post-metadata">

### Author: ![elasticforme](https://avatars.discourse-cdn.com/v4/letter/e/f05b48/32.png) [@elasticforme](https://discuss.elastic.co/u/elasticforme)
#### Post date: [March 4, 2019, 2:36pm UTC](https://discuss.elastic.co/t/logstash-monitoring-info-not-showing-in-kibana/170321/5 "2019-03-04T14:36:22Z")

</div>

Try restarting your elk stack

---

<div class="post-metadata">

### Author: ![varun1992](https://avatars.discourse-cdn.com/v4/letter/v/3da27b/32.png) [@varun1992](https://discuss.elastic.co/u/varun1992)
#### Post date: [March 7, 2019, 12:53pm UTC](https://discuss.elastic.co/t/logstash-monitoring-info-not-showing-in-kibana/170321/6 "2019-03-07T12:53:01Z")

</div>

i tried it , no change

---

<div class="post-metadata">

### Author: ![Mike\_Place](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/mike_place/32/39555_2.png) [@Mike\_Place](https://discuss.elastic.co/u/Mike_Place)
#### Post date: [March 7, 2019, 4:15pm UTC](https://discuss.elastic.co/t/logstash-monitoring-info-not-showing-in-kibana/170321/7 "2019-03-07T16:15:31Z")

</div>

If you start logstash with `--verbose`, you shoudl see lines such as:

```auto
[2019-03-07T09:14:07,023][INFO][logstash.monitoring.internalpipelinesource] Monitoring License OK
[2019-03-07T09:14:07,024][INFO][logstash.monitoring.internalpipelinesource] Validated license for monitoring. Enabling monitoring pipeline.
...
[2019-03-07T09:14:11,247][INFO][logstash.javapipeline] Pipeline started {"pipeline.id"=>".monitoring-logstash"}

```

Can you confirm that you're seeing monitoring actually start when you start the Logstash process with verbose logging enabled?

---

<div class="post-metadata">

### Author: ![varun1992](https://avatars.discourse-cdn.com/v4/letter/v/3da27b/32.png) [@varun1992](https://discuss.elastic.co/u/varun1992)
#### Post date: [March 27, 2019, 2:39pm UTC](https://discuss.elastic.co/t/logstash-monitoring-info-not-showing-in-kibana/170321/8 "2019-03-27T14:39:31Z")

</div>

i am not seeing these lines, why is that ?

---

<div class="post-metadata">

### Author: ![Mike\_Place](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/mike_place/32/39555_2.png) [@Mike\_Place](https://discuss.elastic.co/u/Mike_Place)
#### Post date: [March 27, 2019, 2:42pm UTC](https://discuss.elastic.co/t/logstash-monitoring-info-not-showing-in-kibana/170321/9 "2019-03-27T14:42:24Z")

</div>

Are you certain that you are editing the correct configuration file? You could try to ensure this by pointing logstash directly to it with `-f` as in `logstash -f /path/to/logstash.yml`.

---

<div class="post-metadata">

### Author: ![varun1992](https://avatars.discourse-cdn.com/v4/letter/v/3da27b/32.png) [@varun1992](https://discuss.elastic.co/u/varun1992)
#### Post date: [March 27, 2019, 2:59pm UTC](https://discuss.elastic.co/t/logstash-monitoring-info-not-showing-in-kibana/170321/10 "2019-03-27T14:59:07Z")

</div>

yes i edited **/etc/logstash/logstash.yml** file in ubuntu 18.04

---

<div class="post-metadata">

### Author: ![Mike\_Place](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/mike_place/32/39555_2.png) [@Mike\_Place](https://discuss.elastic.co/u/Mike_Place)
#### Post date: [March 27, 2019, 4:43pm UTC](https://discuss.elastic.co/t/logstash-monitoring-info-not-showing-in-kibana/170321/11 "2019-03-27T16:43:31Z")

</div>

Could you please post the output of `logstash --log.level=debug --config.debug|egrep 'logstash.runner'` but **REMOVE ANY PASSWORDS OR SENSITIVE INFORMATION**. Thanks!

---

<div class="post-metadata">

### Author: ![Izek](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/izek/32/37113_2.png) [@Izek](https://discuss.elastic.co/u/Izek)
#### Post date: [March 27, 2019, 9:11pm UTC](https://discuss.elastic.co/t/logstash-monitoring-info-not-showing-in-kibana/170321/12 "2019-03-27T21:11:29Z")

</div>

is your logstash on the same host as ELK?  
you post your data to localhost.

---

<div class="post-metadata">

### Author: ![varun1992](https://avatars.discourse-cdn.com/v4/letter/v/3da27b/32.png) [@varun1992](https://discuss.elastic.co/u/varun1992)
#### Post date: [March 28, 2019, 11:34am UTC](https://discuss.elastic.co/t/logstash-monitoring-info-not-showing-in-kibana/170321/13 "2019-03-28T11:34:17Z")

</div>

logstash and elastic are in different servers. beat data is indexing ok to elastic from logstash, but monitoring data not indexing

---

<div class="post-metadata">

### Author: ![varun1992](https://avatars.discourse-cdn.com/v4/letter/v/3da27b/32.png) [@varun1992](https://discuss.elastic.co/u/varun1992)
#### Post date: [March 28, 2019, 11:58am UTC](https://discuss.elastic.co/t/logstash-monitoring-info-not-showing-in-kibana/170321/14 "2019-03-28T11:58:57Z")

</div>

> [@Mike\_Place](#):
>
> egrep

i am using a ubuntu server, it is throwing error when running this code

---

<div class="post-metadata">

### Author: ![varun1992](https://avatars.discourse-cdn.com/v4/letter/v/3da27b/32.png) [@varun1992](https://discuss.elastic.co/u/varun1992)
#### Post date: [March 31, 2019, 12:36pm UTC](https://discuss.elastic.co/t/logstash-monitoring-info-not-showing-in-kibana/170321/15 "2019-03-31T12:36:26Z")

</div>

log is sending to different server

---

<div class="post-metadata">

### Author: ![Izek](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/izek/32/37113_2.png) [@Izek](https://discuss.elastic.co/u/Izek)
#### Post date: [March 31, 2019, 2:34pm UTC](https://discuss.elastic.co/t/logstash-monitoring-info-not-showing-in-kibana/170321/16 "2019-03-31T14:34:48Z")

</div>

> [@varun1992](#):
>
> xpack.monitoring.enabled: true xpack.monitoring.elasticsearch.url: ["[http://localhost:9200](http://localhost:9200)"] xpack.monitoring.collection.interval: 10s xpack.monitoring.collection.pipeline.details.enabled: true

"xpack.monitoring.elasticsearch.url " is localhost. you should point to your elk instead of localhost

---

<div class="post-metadata">

### Author: ![varun1992](https://avatars.discourse-cdn.com/v4/letter/v/3da27b/32.png) [@varun1992](https://discuss.elastic.co/u/varun1992)
#### Post date: [April 1, 2019, 10:14am UTC](https://discuss.elastic.co/t/logstash-monitoring-info-not-showing-in-kibana/170321/17 "2019-04-01T10:14:10Z")

</div>

i changed it. still not working

---

<div class="post-metadata">

### Author: ![shaunak](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/shaunak/32/6643_2.png) [@shaunak](https://discuss.elastic.co/u/shaunak)
#### Post date: [April 1, 2019, 10:12pm UTC](https://discuss.elastic.co/t/logstash-monitoring-info-not-showing-in-kibana/170321/18 "2019-04-01T22:12:23Z")

</div>

Hi @varun1992,

Similar to @Mike_Place's suggestion above, could you please post the output of `logstash --log.level=debug`. The first 50 lines or so should be sufficient. As before, please **REMOVE ANY PASSWORDS OR SENSITIVE INFORMATION**. Thanks!

---

<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: [April 29, 2019, 10:12pm UTC](https://discuss.elastic.co/t/logstash-monitoring-info-not-showing-in-kibana/170321/19 "2019-04-29T22:12:24Z")

</div>

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