# Logstash Pipeline with elasticsearch output missing in Stack Monitoring

**URL:** https://discuss.elastic.co/t/logstash-pipeline-with-elasticsearch-output-missing-in-stack-monitoring/318439
**Category:** Kibana
**Created:** [November 8, 2022, 1:34pm UTC](https://discuss.elastic.co/t/logstash-pipeline-with-elasticsearch-output-missing-in-stack-monitoring/318439 "2022-11-08T13:34:42Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![peet](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/peet/32/113099_2.png) [@peet](https://discuss.elastic.co/u/peet)
#### Post date: [November 8, 2022, 1:34pm UTC](https://discuss.elastic.co/t/logstash-pipeline-with-elasticsearch-output-missing-in-stack-monitoring/318439/1 "2022-11-08T13:34:42Z")

</div>

Hi!

We are currently setting up monitoring for our Logstash instances.  
Metricbeat on the Logstash is configured as described in the [instructions](https://www.elastic.co/guide/en/logstash/current/monitoring-with-metricbeat.html):

```auto
- module: logstash
  metricsets:
    - node
    - node_stats
  xpack.enabled: true
  period: 10s
  hosts: ["localhost:9600"]

```

```auto
output.elasticsearch:
  # Array of hosts to connect to.
  hosts:
    - https://es-rm-1.<domain>
    - https://es-rm-2.<domain>

  # Protocol - either `http` (default) or `https`.
  #protocol: "https"

  username: "logstash"
  password: "redacted"

```

Receiving data works fine, the stack monitoring shows informations about pipelines.  
These pipelines exist: syslog, exim, dhcpd, radiusd, panorama, output-elastic, output-percent

However, for some reason, specifically pipelines with an output plugin "elasticsearch" are not shown:

 ![image](https://us1.discourse-cdn.com/elastic/original/3X/e/2/e2447014d45785cb56923794f0c91407ac804266.png)

As soon as I replace the elasticsearch output plugin with the stdout plugin, the pipeline shows up in the view. Is this by design or is there a setting we have to change?

FWIW, the pipeline does show up in the output of [http://localhost:9600/\_node/stats/pipelines](http://localhost:9600/_node/stats/pipelines)

```auto
curl -s http://localhost:9600/_node/stats/pipelines | jq -r '.pipelines | to_entries[] | .key'
output-percent
exim
radiusd
dhcpd
panorama
output-elastic
syslog

```

Thanks for any help!  
Best Regards  
Peter

---

<div class="post-metadata">

### Author: ![peet](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/peet/32/113099_2.png) [@peet](https://discuss.elastic.co/u/peet)
#### Post date: [November 15, 2022, 12:23pm UTC](https://discuss.elastic.co/t/logstash-pipeline-with-elasticsearch-output-missing-in-stack-monitoring/318439/2 "2022-11-15T12:23:54Z")

</div>

We got this fixed by accident.  
Previously, we only had Metricbeat installed on the Logstash systems. After we installed Metricbeat on all Elasticsearch nodes, the pipelines appeared in the Logstash stack monitoring. It seems that some necessary data was missing before we installed Metricbeat everywhere.

---

<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: [December 13, 2022, 12:23pm UTC](https://discuss.elastic.co/t/logstash-pipeline-with-elasticsearch-output-missing-in-stack-monitoring/318439/3 "2022-12-13T12:23:55Z")

</div>

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