# Kibana alerts

**URL:** https://discuss.elastic.co/t/kibana-alerts/252445
**Category:** Synthetics
**Created:** [October 18, 2020, 10:32am UTC](https://discuss.elastic.co/t/kibana-alerts/252445 "2020-10-18T10:32:01Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![igorid70](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/igorid70/32/45136_2.png) [@igorid70](https://discuss.elastic.co/u/igorid70)
#### Post date: [October 18, 2020, 10:32am UTC](https://discuss.elastic.co/t/kibana-alerts/252445/1 "2020-10-18T10:32:01Z")

</div>

Hi  
I implemented Kibana alerts (Kibana v7.9.1) with log connector, so all alerts are logged in Kibana log.  
There are 2 problematic points I noticed when I define an alert with trigger type ' Uptime monitor status' :

1. The monitor id is shown in Kibana log for monitors which are down. Monitor ID (coming from monitor.id heartbeat's field) is not something very useful as it is a kind of internal ID. Monitor name (monitor.name field) would be much more informative but I can't find how to make Kibana show it via available alert variables. Is there still a way to have them directly in Kibana's log (and not starting a painful process of querying heartbeat index to find it as I have an automatic process analyzing Kibana log for alerts).
2. When a few monitors are down, Kibana alert JSON does not list them all but gives a laconic "Down monitors: auto-http-0X1D669D723820E47E, auto-http-0X3864865524D4C8ED, auto-http-0X4753A98F9FDB4680... _and 19 other monitors_" Is there a way to make Kibana show the full list of monitors with status 'down'?

---

<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: [October 20, 2020, 12:55am UTC](https://discuss.elastic.co/t/kibana-alerts/252445/2 "2020-10-20T00:55:59Z")

</div>

Thanks for providing this feedback Igor. The good news is that we have some fixes for both of these issues that are targeting our upcoming 7.10 release. The tracking issue is [https://github.com/elastic/uptime/issues/237](https://github.com/elastic/uptime/issues/237) .

When this feature is released you'll be able to log a line per down monitor and pick more fields! We'd appreciate your feedback once it's out, since I think it should solve your issues.

The new default log line message, btw, follows this template:

```auto
Monitor {{state.monitorName}} with url {{{state.monitorUrl}}} is {{state.statusMessage}} from {{state.observerLocation}}. The latest error message is {{{state.latestErrorMessage}}}

```

---

<div class="post-metadata">

### Author: ![igorid70](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/igorid70/32/45136_2.png) [@igorid70](https://discuss.elastic.co/u/igorid70)
#### Post date: [October 21, 2020, 5:04am UTC](https://discuss.elastic.co/t/kibana-alerts/252445/3 "2020-10-21T05:04:04Z")

</div>

Thanks a lot for the update. Looking forward for v7.10 release

---

<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: [November 18, 2020, 5:04am UTC](https://discuss.elastic.co/t/kibana-alerts/252445/4 "2020-11-18T05:04:07Z")

</div>

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