Thanks Andrew! We mapped the direct connection to ES and it worked.
For users having similar issue -
To remind, we use version 7.17.5
We deleted the indices firstly, install heartbeat-elastic, configure the basic heartbeat.yml
run the setup command, start the service
The heartbeat.yml
included with other config the following -
heartbeat.config.monitors:
path: "/etc/heartbeat/monitors.d/*.yml"
reload.enabled: true
reload.period: 1s
And if you are using Searchguard like us, make sure the user you are using has correct(and limited) permissions in sg_roles.yml
and the hash in sg_tenants.yml
is correct
You have to restart the service heartbeat-elastic after each change.
Best Regards,