# Logstash Metricbeat monitoring - empty instance kibana display

**URL:** https://discuss.elastic.co/t/logstash-metricbeat-monitoring-empty-instance-kibana-display/266599
**Category:** Elasticsearch
**Tags:** elastic-stack-monitoring
**Created:** [March 8, 2021, 7:47pm UTC](https://discuss.elastic.co/t/logstash-metricbeat-monitoring-empty-instance-kibana-display/266599 "2021-03-08T19:47:32Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Fran\_Raknic](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/fran_raknic/32/77781_2.png) [@Fran\_Raknic](https://discuss.elastic.co/u/Fran_Raknic)
#### Post date: [March 8, 2021, 7:47pm UTC](https://discuss.elastic.co/t/logstash-metricbeat-monitoring-empty-instance-kibana-display/266599/1 "2021-03-08T19:47:32Z")

</div>

I am having problems monitoring Logstash instances with Metricbeat, to be more precise the problem is with Kibana instance Node tab. Metricbeat service is running with logstash-xpack.yml properly configured, I can `curl localhost:9600` and get a response from Logstash API.  
First of all I get an extra "Standalone cluster" for my Logstash instance that I can live with since I only need the load graphs (tried troubleshooting this - all my versions are correct and I have only one metricbeat index and template).  
The problem is with Nodes tab when selecting a particular Logstash instance, the tab is simply empty and there are console errors.

metricbeat.yml:

```
metricbeat.config.modules:
  path: ${path.config}/modules.d/*.yml
  reload.enabled: false
setup.template.settings:
  index.number_of_shards: 1
  index.codec: best_compression

setup.kibana:
  host: "http://x.x.x.11:5601"

output.elasticsearch:
  hosts:["http://x.x.x.24:9200","http://x.x.x.23:9200","http://x.x.x.22:9200","http://x.x.x.21:9200"] 
processors:
  - add_host_metadata: ~
  - add_cloud_metadata: ~
  - add_docker_metadata: ~
  - add_kubernetes_metadata: ~

```

Cluster menu:

 ![clusters](https://us1.discourse-cdn.com/elastic/original/3X/e/6/e66f69f1ec168ec585760235c70f4c8cc22fe873.png)

Selected "Standalone cluster":

 ![select_cluster](https://us1.discourse-cdn.com/elastic/original/3X/2/d/2d5873836cc3dc7e742fe14c8dc76b2048e989b1.png)

Selected Logstash instance:

 ![selected](https://us1.discourse-cdn.com/elastic/original/3X/d/3/d3ed5ba592e944e1509bd5dbc0eeeb1604d7b0bb.png)

The overview tab works fine but it displays only input,emit and latency for all the nodes combined, I need everything else that was once available when you would select the node.  
I have tried restarting my whole ES cluster, re-creating Metricbeat index, restarting Metricbeat and Kibana services, there are no errors in logs. The version is 7.11.1. Any help would be appreciated, 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: [April 5, 2021, 7:47pm UTC](https://discuss.elastic.co/t/logstash-metricbeat-monitoring-empty-instance-kibana-display/266599/2 "2021-04-05T19:47:47Z")

</div>

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