# Kibana monitoring with Metricbeat

**URL:** https://discuss.elastic.co/t/kibana-monitoring-with-metricbeat/279728
**Category:** Kibana
**Created:** [July 27, 2021, 12:55pm UTC](https://discuss.elastic.co/t/kibana-monitoring-with-metricbeat/279728 "2021-07-27T12:55:44Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![PraveenKT](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/praveenkt/32/35483_2.png) [@PraveenKT](https://discuss.elastic.co/u/PraveenKT)
#### Post date: [July 27, 2021, 12:55pm UTC](https://discuss.elastic.co/t/kibana-monitoring-with-metricbeat/279728/1 "2021-07-27T12:55:44Z")

</div>

I am trying to monitor kibana with Metricbeat kibana-xpack. But i am getting below log messages.

```auto
Jul 27 05:47:09 xxxxxxxxx metricbeat[149229]: 2021-07-27T05:47:09.110-0700#011ERROR#011[kibana.stats]#011stats/stats.go:79#011error making http request: Get "https://xxxxx.xxxxxx.com:5601/api/status": dial tcp x.x.x.x:5601: i/o timeout

```

below is the kibana-xpack.yaml configuration. What i am missing here?

```auto
- module: kibana
  metricsets:
    - stats
  period: 10s
  hosts: ["https://xxxx.xxxx.com:5601"]
  username: "xxxxxx"
  password: "xxxxx"
  xpack.enabled: true
  ssl.verification_mode: "certificate"
  server.ssl.enabled: true
  server.ssl.keystore.path: "/etc/kibana/ingeststart.pfx"

```

Below is the xpack configuration in Kibana.yaml

```auto
xpack.encryptedSavedObjects.encryptionKey: "abcdefghijklmnopqrstuvwxyz123456780"
xpack.security.encryptionKey: "abcdefghijklmnopqrstuvwxyz123456780"
monitoring.kibana.collection.enabled: false
monitoring.enabled: true

```

---

<div class="post-metadata">

### Author: ![Dzmitry](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/dzmitry/32/65026_2.png) [@Dzmitry](https://discuss.elastic.co/u/Dzmitry)
#### Post date: [July 30, 2021, 10:16am UTC](https://discuss.elastic.co/t/kibana-monitoring-with-metricbeat/279728/2 "2021-07-30T10:16:55Z")

</div>

Hi @PraveenKT ,

What stack version you are using?

At first look configs are good.

You can check yourself following step by step guide [here](https://www.elastic.co/guide/en/kibana/current/monitoring-metricbeat.html)

Hopefully you will find smth missing in your actions.

Best, Dima

---

<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: [August 27, 2021, 10:17am UTC](https://discuss.elastic.co/t/kibana-monitoring-with-metricbeat/279728/3 "2021-08-27T10:17:04Z")

</div>

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