# Heartbeat 6.7.0 isnt updating kibana uptime endpoint count

**URL:** https://discuss.elastic.co/t/heartbeat-6-7-0-isnt-updating-kibana-uptime-endpoint-count/175182
**Category:** Beats
**Tags:** heartbeat
**Created:** [April 3, 2019, 11:41am UTC](https://discuss.elastic.co/t/heartbeat-6-7-0-isnt-updating-kibana-uptime-endpoint-count/175182 "2019-04-03T11:41:55Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Luis\_Pereira1](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/luis_pereira1/32/43046_2.png) [@Luis\_Pereira1](https://discuss.elastic.co/u/Luis_Pereira1)
#### Post date: [April 3, 2019, 11:41am UTC](https://discuss.elastic.co/t/heartbeat-6-7-0-isnt-updating-kibana-uptime-endpoint-count/175182/1 "2019-04-03T11:41:55Z")

</div>

Hello,

Im trying to deploy a elastic stack on docker and im having some trouble with the heartbeat plugin.  
ls

I have my heartbeat.yml like this:

eartbeat.config.monitors:

# Directory + glob pattern to search for configuration files

path: /usr/share/heartbeat/monitors.d/\*.yml

# If enabled, heartbeat will periodically check the config.monitors path for changes

reload.enabled: true

# How often to check for changes

reload.period: 1s

heartbeat.monitors:

- type: http  
schedule: '@every 5s'  
urls:
  - [http://www.apdl.pt/header](http://www.apdl.pt/header)
  - [http://www.google.pt](http://www.google.pt)

#- type: icmp

# schedule: '@every 5s'

# hosts:

# - _ **.\*..** _

# - _ **.\*\*\*.\*\*\*.** _

# ipv4: true

# ipv6: false

# mode: any

heartbeat.scheduler:  
name: heartbeat

output.elasticsearch:  
hosts: '{ELASTICSEARCH\_HOSTS:elasticsearch:9200}' username: '{ELASTICSEARCH\_USERNAME:}'  
password: '${ELASTICSEARCH\_PASSWORD:}'

#- type: icmp

# schedule: '@every 5s'

# hosts:

# - _ **.\*\*\*.\*\*\*.** _

# - _ **.\*\*\*.\*\*\*.** _

# ipv4: true

# ipv6: false

# mode: any

heartbeat.scheduler:  
name: heartbeat

output.elasticsearch:  
hosts: '{ELASTICSEARCH\_HOSTS:elasticsearch:9200}' username: '{ELASTICSEARCH\_USERNAME:}'  
password: '${ELASTICSEARCH\_PASSWORD:}'

and my icpm.yml config looks like this

- type: icmp # monitor type `icmp` (requires root) uses ICMP Echo Request to ping

# configured hosts

# Monitor name used for job name and document type.

name: icmp

# Enable/Disable monitor

enabled: true

# Configure task schedule using cron-like syntax

schedule: '@every 5s' # exactly every 5 seconds like 10:00:00, 10:00:05, ...

# List of hosts to ping

hosts:  
- _ **.\*\*\*.\*\*\*.** _  
- _ **.\*..** _

# Configure IP protocol types to ping on if hostnames are configured.

# Ping all resolvable IPs if `mode` is `all`, or only one IP if `mode` is `any`.

ipv4: true  
ipv6: true  
mode: any

# Total running time per ping test.

timeout: 16s

# Waiting duration until another ICMP Echo Request is emitted.

wait: 1s

# The tags of the monitors are included in their own field with each

# transaction published. Tags make it easy to group servers by different

# logical properties.

#tags: ["service-X", "web-tier"]

# Optional fields that you can specify to add additional information to the

# monitor output. Fields can be scalar values, arrays, dictionaries, or any nested

# combination of these.

#fields:

# env: staging

# If this option is set to true, the custom fields are stored as top-level

# fields in the output document instead of being grouped under a fields

# sub-dictionary. Default is false.

#fields\_under\_root: false

When i do the command heartbeat test ouput and test config everything is ok.

Im sending the information directly to elastic, i cant figure it out why the uptime feature isnt updating my endpoints, i should have a total of 19 counting with 2 webpages and when i look in kibana the total endpoints is 21.

If you need any more information just ask...

---

<div class="post-metadata">

### Author: ![ruflin](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/ruflin/32/3116_2.png) [@ruflin](https://discuss.elastic.co/u/ruflin)
#### Post date: [April 8, 2019, 8:37am UTC](https://discuss.elastic.co/t/heartbeat-6-7-0-isnt-updating-kibana-uptime-endpoint-count/175182/2 "2019-04-08T08:37:48Z")

</div>

Could you share the content of your log file?

Also can you try to format the config above with 3 ticks before and after to make it more readable?

---

<div class="post-metadata">

### Author: ![Luis\_Pereira1](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/luis_pereira1/32/43046_2.png) [@Luis\_Pereira1](https://discuss.elastic.co/u/Luis_Pereira1)
#### Post date: [April 9, 2019, 3:55pm UTC](https://discuss.elastic.co/t/heartbeat-6-7-0-isnt-updating-kibana-uptime-endpoint-count/175182/3 "2019-04-09T15:55:19Z")

</div>

HI,

Thank you for the reply, i already solved this problem.

---

<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: [May 7, 2019, 3:55pm UTC](https://discuss.elastic.co/t/heartbeat-6-7-0-isnt-updating-kibana-uptime-endpoint-count/175182/4 "2019-05-07T15:55:20Z")

</div>

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