# Heartbeat configure problem

**URL:** https://discuss.elastic.co/t/heartbeat-configure-problem/107290
**Category:** Beats
**Tags:** heartbeat
**Created:** [November 12, 2017, 6:32am UTC](https://discuss.elastic.co/t/heartbeat-configure-problem/107290 "2017-11-12T06:32:06Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![abu.sayeed](https://avatars.discourse-cdn.com/v4/letter/a/dec6dc/32.png) [@abu.sayeed](https://discuss.elastic.co/u/abu.sayeed)
#### Post date: [November 12, 2017, 6:32am UTC](https://discuss.elastic.co/t/heartbeat-configure-problem/107290/1 "2017-11-12T06:32:06Z")

</div>

IP 192.168.10.36  
HOST: clientpc  
I install heartbeat 5.6.4 in this pc.

vim /etc/heartbeat/heartbeat.yml

- type: tcp  
schedule: '@every 5s'  
hosts: ["192.168.10.71"] # 192.168.10.71 is a remote pc  
ports: [5044, 9200]  
ssl:  
certificate\_authorities: ['/etc/pki/tls/certs/logstash-forwarder.crt']  
supported\_protocols: ["TLSv1.0", "TLSv1.1", "TLSv1.2"]  
check.send: Hi  
check.receive: Ya

192.168.10.71 is my elk server. I want to monitoring its 9200 and 5044 and 5601 port vai tcp

It's send wrong information. Logstash service off. and elasticsearch service on. But its show both service is up.

What is my wrong? How can I solve it?  
Thanks

---

<div class="post-metadata">

### Author: ![steffens](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/steffens/32/79630_2.png) [@steffens](https://discuss.elastic.co/u/steffens)
#### Post date: [November 13, 2017, 5:14pm UTC](https://discuss.elastic.co/t/heartbeat-configure-problem/107290/2 "2017-11-13T17:14:21Z")

</div>

Please use the `</>` button to format configuration + logs. Beats config is sensitive to indentation, without proper formatting it's difficult to see some common errors in config files.

Can you share heartbeat debug output? Run heartbeat with `-e -v -d '*'`.

---

<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 11, 2017, 5:14pm UTC](https://discuss.elastic.co/t/heartbeat-configure-problem/107290/3 "2017-12-11T17:14:27Z")

</div>

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