Heartbeat configure problem

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

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 '*'.

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