# Default dashboard for heartbeat not working

**URL:** https://discuss.elastic.co/t/default-dashboard-for-heartbeat-not-working/282743
**Category:** Beats
**Tags:** heartbeat
**Created:** [August 29, 2021, 4:12am UTC](https://discuss.elastic.co/t/default-dashboard-for-heartbeat-not-working/282743 "2021-08-29T04:12:08Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![selin](https://avatars.discourse-cdn.com/v4/letter/s/9de053/32.png) [@selin](https://discuss.elastic.co/u/selin)
#### Post date: [August 29, 2021, 4:12am UTC](https://discuss.elastic.co/t/default-dashboard-for-heartbeat-not-working/282743/1 "2021-08-29T04:12:08Z")

</div>

Hi can I know is there default dashboard for heartbeat?

I try enable setup dashboard. But in dashboard section i cant view it. U have any idea

---

<div class="post-metadata">

### Author: ![Wolfram\_Haussig](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/wolfram_haussig/32/70528_2.png) [@Wolfram\_Haussig](https://discuss.elastic.co/u/Wolfram_Haussig)
#### Post date: [August 30, 2021, 6:00am UTC](https://discuss.elastic.co/t/default-dashboard-for-heartbeat-not-working/282743/2 "2021-08-30T06:00:49Z")

</div>

Hi,

I think in the 6.x version there was a simple dashbaord included but I do not think it still exists in the 7.x branch as the Uptime UI is much more powerful than the dashboard ever was.

Is there a reason you cannot use the Uptime UI?

Best regards  
Wolfram

---

<div class="post-metadata">

### Author: ![stephenb](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/stephenb/32/40856_2.png) [@stephenb](https://discuss.elastic.co/u/stephenb)
#### Post date: [August 30, 2021, 6:17am UTC](https://discuss.elastic.co/t/default-dashboard-for-heartbeat-not-working/282743/3 "2021-08-30T06:17:41Z")

</div>

There is no heartbeat dashboard in recent versions, as stated by @Wolfram_Haussig the Uptime App is the default now.

You certainly can build your own I gave a short start [here](https://discuss.elastic.co/t/heartbeat-uptime-service-sample-dashboard/282759)

---

<div class="post-metadata">

### Author: ![selin](https://avatars.discourse-cdn.com/v4/letter/s/9de053/32.png) [@selin](https://discuss.elastic.co/u/selin)
#### Post date: [August 30, 2021, 11:39am UTC](https://discuss.elastic.co/t/default-dashboard-for-heartbeat-not-working/282743/4 "2021-08-30T11:39:04Z")

</div>

The uptime have defect . I am getting  
An internal server error occurred.

 ![image](https://us1.discourse-cdn.com/elastic/original/3X/5/5/550739bf91eec74d3753ec31f2aa3db656a50468.png)

---

<div class="post-metadata">

### Author: ![Wolfram\_Haussig](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/wolfram_haussig/32/70528_2.png) [@Wolfram\_Haussig](https://discuss.elastic.co/u/Wolfram_Haussig)
#### Post date: [August 30, 2021, 11:43am UTC](https://discuss.elastic.co/t/default-dashboard-for-heartbeat-not-working/282743/5 "2021-08-30T11:43:56Z")

</div>

> [@selin](#):
>
> An internal server error occurred.

Can you please check the Kibana logs if there are any errors?

---

<div class="post-metadata">

### Author: ![selin](https://avatars.discourse-cdn.com/v4/letter/s/9de053/32.png) [@selin](https://discuss.elastic.co/u/selin)
#### Post date: [August 30, 2021, 11:58am UTC](https://discuss.elastic.co/t/default-dashboard-for-heartbeat-not-working/282743/6 "2021-08-30T11:58:33Z")

</div>

I saw this but really no idea what is it about

```auto

{ "message":"Internal Server Error","name":"Error","stack":"Error: Internal Server Error\n at HapiResponseAdapter.toInternalError (/usr/share/kibana/src/core/server/http/router/response_adapter.js:61:19)\n at Router.handle (/usr/share/kibana/src/core/server/http/router/router.js:177:34)\n at runMicrotasks (<anonymous>)\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at handler (/usr/share/kibana/src/core/server/http/router/router.js:124:50)\n at exports.Manager.execute (/usr/share/kibana/node_modules/@hapi/hapi/lib/toolkit.js:60:28)\n at Object.internals.handler (/usr/share/kibana/node_modules/@hapi/hapi/lib/handler.js:46:20)\n at exports.execute (/usr/share/kibana/node_modules/@hapi/hapi/lib/handler.js:31:20)\n at Request._lifecycle (/usr/share/kibana/node_modules/@hapi/hapi/lib/request.js:370:32)\n at Request._execute (/usr/share/kibana/node_modules/@hapi/hapi/lib/request.js:279:9)"}

```

Below error exists but dont think is the rotcause

```auto
kibana_1 | {"type":"error","@timestamp":"2021-08-30T12:00:00+00:00","tags":["connection","client","error"],"pid":1213,"level":"error","error":{"message":"140291804391296:error:14094416:SSL routines:ssl3_read_bytes:sslv3 alert certificate unknown:../deps/openssl/openssl/ssl/record/rec_layer_s3.c:1544:SSL alert number 46\n","name":"Error","stack":"Error: 140291804391296:error:14094416:SSL routines:ssl3_read_bytes:sslv3 alert certificate unknown:../deps/openssl/openssl/ssl/record/rec_layer_s3.c:1544:SSL alert number 46\n","code":"ERR_SSL_SSLV3_ALERT_CERTIFICATE_UNKNOWN"},"message":"140291804391296:error:14094416:SSL routines:ssl3_read_bytes:sslv3 alert certificate unknown:../deps/openssl/openssl/ssl/record/rec_layer_s3.c:1544:SSL alert number 46\n"}

```

I am sending heartbeat to logstash to elasticsearch. so output i only enable for logstash

---

<div class="post-metadata">

### Author: ![Andrew\_Cholakian1](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/andrew_cholakian1/32/3612_2.png) [@Andrew\_Cholakian1](https://discuss.elastic.co/u/Andrew_Cholakian1)
#### Post date: [August 30, 2021, 2:01pm UTC](https://discuss.elastic.co/t/default-dashboard-for-heartbeat-not-working/282743/7 "2021-08-30T14:01:06Z")

</div>

@selin this is usually caused by not having a mapping. If you are running through Logstash you need to setup the index templates first. You can do this by running a heartbeat instance directly connected to Elasticsearch with `./heartbeat setup` .

As an aside, may I ask why you are running heartbeat through Logstash? Logstash is a fantastic tool, but we generally don't find much of a need to add it between heartbeat and ES. What's your use case?

---

<div class="post-metadata">

### Author: ![selin](https://avatars.discourse-cdn.com/v4/letter/s/9de053/32.png) [@selin](https://discuss.elastic.co/u/selin)
#### Post date: [August 30, 2021, 2:05pm UTC](https://discuss.elastic.co/t/default-dashboard-for-heartbeat-not-working/282743/8 "2021-08-30T14:05:02Z")

</div>

hi, i am using logstash to just set index pattern. i 'm not using the default index pattern.

index rollover name: env-project-2021-08-30-00001  
index alias: env-project

do i need run setup ?

Please advice how i can do the mapping please

I also created index pattern

---

<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: [September 27, 2021, 4:05pm UTC](https://discuss.elastic.co/t/default-dashboard-for-heartbeat-not-working/282743/9 "2021-09-27T16:05:59Z")

</div>

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