{
  "service": {
    "name": "Health Check: Log - Kibana",
    "checks": [
      {
        "id": "log-kibana-server",
        "name": "Log kibana Health Check",
        "http": "http://log-kibana:5601/status",
        "method": "HEAD",
        "tls_skip_verify": true,
        "interval": "15s",
        "timeout": "1s"
      }
    ]
  }
}