Skip to main content
Solved

Has anyone here used API calls to perform Health Checks from a F5 VIP to the Worker Nodes?

  • March 11, 2025
  • 2 replies
  • 32 views

Christopher Owen

Hello.Has anyone here used API calls to perform Health Checks from a F5 VIP to the Worker Nodes? From the following link… https://docs.cribl.io/stream/usecase-syslog/It mentions to do the following… If UDP data is being sent, the load balancer has no way to automatically detect whether the destination is up. Configure the load balancer to use API calls to the Worker Nodes to check the health status of each Node.If you have done this, what API call should be performed?

Best answer by Raanan Dagan

Are you looking for this: https://docs.cribl.io/stream/monitoring/#endpoint

curl http(s)://<host>:<port>/api/v1/health

2 replies

Raanan Dagan
  • Employee
  • Answer
  • March 11, 2025

Are you looking for this: https://docs.cribl.io/stream/monitoring/#endpoint

curl http(s)://<host>:<port>/api/v1/health


Christopher Owen

thanks! that looks like what i needed.

we'll add an xref to https://docs.cribl.io/stream/usecase-syslog/#use-api-calls-to-do-health-checks. Sorry we didn't have that there for you. thanks for the pointer!