# HeartBeat monitor does not display in Kibana

**URL:** https://discuss.elastic.co/t/heartbeat-monitor-does-not-display-in-kibana/346262
**Category:** Beats
**Tags:** heartbeat
**Created:** [November 2, 2023, 6:45am UTC](https://discuss.elastic.co/t/heartbeat-monitor-does-not-display-in-kibana/346262 "2023-11-02T06:45:29Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![AlekseyD](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/alekseyd/32/126032_2.png) [@AlekseyD](https://discuss.elastic.co/u/AlekseyD)
#### Post date: [November 2, 2023, 6:45am UTC](https://discuss.elastic.co/t/heartbeat-monitor-does-not-display-in-kibana/346262/1 "2023-11-02T06:45:29Z")

</div>

**Kibana:** 8.10.2  
**Heartbeat:** 8.10.2  
**Elasticsearch:** 8.10.2  
**ECK:** 2.9  
**K8s:** 1.24.3

Hi! I have a problem with display Heartbeat monitor in Kibana!  
Heartbeat config:

```auto
apiVersion: beat.k8s.elastic.co/v1beta1
kind: Beat
metadata:
  name: eck-heartbeat
  namespace: eck
spec:
  type: heartbeat
  version: 8.10.2
  config:
    heartbeat.monitors:
    - type: tcp
      schedule: '@every 5s'
      hosts: ["eck-elastic-es-http.eck.svc.cluster.local:9200"]
    - type: tcp
      schedule: '@every 5s'
      hosts: ["eck-kibana-kb-http.eck.svc.cluster.local:5601"]

    output:
      elasticsearch:
          hosts: ["http://eck-elastic-es-http.eck.svc.cluster.local:9200"]
          password: changeme
          username: eck-eck-heartbeat-beat-user

```

There are no error messages in Heartbeat, Elasticsearch, Kibana logs.

In Kibana overview (apm section) display 2 monitors, but nothing is displayed in the monitors section

 ![Снимок экрана 2023-11-02 в 09.40.42](https://us1.discourse-cdn.com/elastic/original/3X/f/1/f1a663bc64dc5159932cafb2389e267301e307fd.jpeg)  
 ![Снимок экрана 2023-11-02 в 09.41.01](https://us1.discourse-cdn.com/elastic/original/3X/d/7/d703b830a6a05a0679b3c417b082d43274510589.jpeg)

Any ideas how to fix it?

---

<div class="post-metadata">

### Author: ![suman.kumar](https://avatars.discourse-cdn.com/v4/letter/s/6bbea6/32.png) [@suman.kumar](https://discuss.elastic.co/u/suman.kumar)
#### Post date: [November 2, 2023, 10:02am UTC](https://discuss.elastic.co/t/heartbeat-monitor-does-not-display-in-kibana/346262/2 "2023-11-02T10:02:07Z")

</div>

Hi @AlekseyD

Could you see the docs into the hearbeat indices?

---

<div class="post-metadata">

### Author: ![AlekseyD](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/alekseyd/32/126032_2.png) [@AlekseyD](https://discuss.elastic.co/u/AlekseyD)
#### Post date: [November 2, 2023, 1:06pm UTC](https://discuss.elastic.co/t/heartbeat-monitor-does-not-display-in-kibana/346262/3 "2023-11-02T13:06:09Z")

</div>

Hi @suman.kumar, thanks for the reply  
Indices are not empty

 ![Снимок экрана 2023-11-02 в 16.05.15](https://us1.discourse-cdn.com/elastic/original/3X/0/0/00d7a2bb19f5d5f8cbe8165b22cae72aadeaf190.png)

---

<div class="post-metadata">

### Author: ![suman.kumar](https://avatars.discourse-cdn.com/v4/letter/s/6bbea6/32.png) [@suman.kumar](https://discuss.elastic.co/u/suman.kumar)
#### Post date: [November 2, 2023, 1:42pm UTC](https://discuss.elastic.co/t/heartbeat-monitor-does-not-display-in-kibana/346262/4 "2023-11-02T13:42:42Z")

</div>

Hi @AlekseyD

Please try following url and seperate below property in two parts:

**From:**  
hosts: ["eck-elastic-es-http.eck.svc.cluster.local:9200"]

**To:**  
hosts: ["eck-elastic-es-http.eck.svc.cluster.local"]  
ports: [9200]

> **[TCP options | Heartbeat Reference \[8.10\] | Elastic](https://www.elastic.co/guide/en/beats/heartbeat/current/monitor-tcp-options.html)**

---

<div class="post-metadata">

### Author: ![vigneshshanmugam](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/vigneshshanmugam/32/40324_2.png) [@vigneshshanmugam](https://discuss.elastic.co/u/vigneshshanmugam)
#### Post date: [November 2, 2023, 9:58pm UTC](https://discuss.elastic.co/t/heartbeat-monitor-does-not-display-in-kibana/346262/5 "2023-11-02T21:58:45Z")

</div>

Hi @AlekseyD,

From the configuration it seems like HB monitors are configured in a older way which only works with Uptime App in Kibana - [Get started with Uptime | Elastic Observability [8.10] | Elastic](https://www.elastic.co/guide/en/observability/current/uptime-get-started.html)

Going forward Synthetics is the recommended way to run Synthetics monitors. For more details around Configuring and using Synthetics monitors. Refer to these [docs](https://www.elastic.co/guide/en/observability/current/synthetics-get-started-ui.html), Please do let us know if you need more information.

Thanks,  
Vignesh

---

<div class="post-metadata">

### Author: ![AlekseyD](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/alekseyd/32/126032_2.png) [@AlekseyD](https://discuss.elastic.co/u/AlekseyD)
#### Post date: [November 16, 2023, 9:41am UTC](https://discuss.elastic.co/t/heartbeat-monitor-does-not-display-in-kibana/346262/6 "2023-11-16T09:41:40Z")

</div>

Hi @vigneshshanmugam ,

I followed the docs installation guide, there was a problem in an empty response from the Kibana server, the module is running and is in working condition  
Later I will be able to describe the problem in more detail with logs and examples

---

<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 14, 2023, 11:42am UTC](https://discuss.elastic.co/t/heartbeat-monitor-does-not-display-in-kibana/346262/7 "2023-12-14T11:42:26Z")

</div>

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