# Metricbeat dosen't show metrics on Kibana

**URL:** https://discuss.elastic.co/t/metricbeat-dosent-show-metrics-on-kibana/306448
**Category:** Beats
**Tags:** metricbeat
**Created:** [June 6, 2022, 12:37pm UTC](https://discuss.elastic.co/t/metricbeat-dosent-show-metrics-on-kibana/306448 "2022-06-06T12:37:33Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![alexander2](https://avatars.discourse-cdn.com/v4/letter/a/b4bc9f/32.png) [@alexander2](https://discuss.elastic.co/u/alexander2)
#### Post date: [June 6, 2022, 12:37pm UTC](https://discuss.elastic.co/t/metricbeat-dosent-show-metrics-on-kibana/306448/1 "2022-06-06T12:37:33Z")

</div>

Hello everyone, i'm having trouble seeing the metrics on my kibana dashboard.

I have ELK deployed on my kubernetes cluster and a remote virtual machine (centos 8) which i installed metricbeat. i changed the output to logstash in here.

```auto
# ------------------------------ Logstash Output -------------------------------
output.logstash:
  # The Logstash hosts
  hosts: ["10.112.42.72:5044"]
 # Optional SSL. By default is off.
  # List of root certificates for HTTPS server verifications
  #ssl.certificate_authorities: ["/etc/pki/root/ca.pem"]

```

that's my logstash ip address and i changed the host.

```auto
setup.kibana:

  # Kibana Host
  # Scheme and port can be left out and will be set to the default (http and 5601)
  # In case you specify and additional path, the scheme is required: http://localhost:5601/path
  # IPv6 addresses should always be defined as: https://[2001:db8::1]:5601
  host: "10.112.42.71:5601"

```

Since the output is logstash i need to load the index template manually. i used this command.

```auto
metricbeat setup --index-management -E output.logstash.enabled=false -E 'output.elasticsearch.hosts=["10.112.42.73:9200"]'

```

that's the ip address of Elasticsearch.

the index then showed.

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

the index was created just fine.  
i can see the metrics coming to logstash.

 ![image](https://us1.discourse-cdn.com/elastic/original/3X/7/c/7c893db49b77e99e71717bb79139a78349554696.png)

but i can't see the metrics when the index is metricbeat.

 ![image](https://us1.discourse-cdn.com/elastic/original/3X/c/8/c8b5dbc2816b98067266a142dc44b43fb40264a9.png)

and i can't see any data in metrics tab.

 ![image](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1a0b520632684075a2de3372177cab82b615d153.png)

and the dashboard isn't showing anything too.

thank you for taking your time to read 🙂

---

<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: [July 4, 2022, 2:38pm UTC](https://discuss.elastic.co/t/metricbeat-dosent-show-metrics-on-kibana/306448/2 "2022-07-04T14:38:03Z")

</div>

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