Hi,
I am trying to monitor a healthcheck url but it has to first call a token API to get the token then pass the token value to the next healthcheck API which I actually want to monitor.
In the past, I'm using Logstash http-poller to call a token API to get a new token then pass the token to the next pipeline's http-poller to call the healthcheck API with the token in the header.
As I known about heartbeat. There's not any feature like I mentioned above. So how to manage this kind of token expiration problem when monitor URL which has to request with token?