in elastictransport/connection.go [383:387]
func (c *Connection) markAsHealthy() { c.IsDead = false c.DeadSince = time.Time{} c.Failures = 0 }