Unable to download specific kibana free version with url

Hello,
I was trying to build my elastic stack 8.4.2 docker image when I realised I was unable to download with specific version =>

 wget 'https://api.beshu.tech/download/kbn?edition=kbn_free&esVersion=7.17.5&emai
l=**' -O ror
--2022-10-19 10:16:38--  https://api.beshu.tech/download/kbn?edition=kbn_free&esVersion=7.17.5&email=**
**(proxy info)**
Proxy request sent, awaiting response... 500 Internal Server Error
2022-10-19 10:16:38 ERROR 500: Internal Server Error.
wget 'https://api.beshu.tech/download/kbn?edition=kbn_free&esVersion=8.2.0&email
=**' -O ror
--2022-10-19 10:07:57--  https://api.beshu.tech/download/kbn?edition=kbn_free&esVersion=8.2.0&email=**
**(proxy info)**
Proxy request sent, awaiting response... 500 Internal Server Error
2022-10-19 10:07:57 ERROR 500: Internal Server Error.

But without esVersion it’s working as intended (or esVersion=7.8.1 or lower)

wget 'https://api.beshu.tech/download/kbn?edition=kbn_free&email=**' -O ror
--2022-10-19 10:05:21--  https://api.beshu.tech/download/kbn?edition=kbn_free&email=**
**(proxy info)**
Proxy request sent, awaiting response... 302 Found
Location: https://readonlyrest-data.s3.amazonaws.com/build/1.44.0/free/readonlyrest_kbn_free-1.44.0_es7.8.1.zip?AWSAccessKeyId=**&Signature=**%3D&Expires=1666253121 [following]
--2022-10-19 10:05:21--  https://readonlyrest-data.s3.amazonaws.com/build/1.44.0/free/readonlyrest_kbn_free-1.44.0_es7.8.1.zip?AWSAccessKeyId=**&Signature=**%3D&Expires=1666253121

Am I missing something ? Was there a change in the parameters of the urls for newer versions ?

Yes, good call, the docker demo has to be updated! Will do, and report back to this thread. :slight_smile:

There has been changes, quite a lot.

1 Like

You can try now, have a look at the actual repository.

It’s indeed working now.

Cheers :slight_smile:

1 Like