Elastic IPS Healthcheck

Elastic IP address healthcheck

Properties

  • strikes-ok (integer): Number of attempts before considering the target healthy (default: 2)
  • tls-skip-verify (boolean): Skip TLS verification
  • tls-sni (string): An optional domain or subdomain to check TLS against
  • strikes-fail (integer): Number of attempts before considering the target unhealthy (default: 3)
  • mode (required) (string): Health check mode
  • port (required) (integer): Health check port
  • uri (string): An endpoint to use for the health check, for example ‘/status’
  • interval (integer): Interval between the checks in seconds (default: 10)
  • timeout (integer): Health check timeout value in seconds (default: 2)
Last updated on