ERROR: Something went wrong when installing file:///Softwares\Kibana\x-pack.zip, message: bad URI(is not URI?):

Hi,
Below are my versions i'm using.

Logstash-5.2.2
Elasticsearch-5.2.2
Kibana-5.2.2

While trying to install the X-pack into my system, it was successful for KIbana & elastic search.
When trying to install for Logstash, it is throwing the below error. I have no spaces in between the foldername.

C:\Softwares\Kibana\latest_logstash\logstash-5.2.2\logstash-5.2.2\bin>logstash-plugin install file:///C:\Softwares\Kibana\x-pack-5.2.2.zip
ERROR: Something went wrong when installing file:///C:\Softwares\Kibana\x-pack-5.2.2.zip, message: bad URI(is not URI?): https://artifacts.elastic.co/downloads/logstash-plugins/file:///C:\Softwares\Kibana\x-pack-5.2.2.zip/file:///C:\Softwares\Kibana\x-pack-5.2.2.zip-5.2.2.zip

Try logstash-plugin install file://C:\Softwares\Kibana\x-pack-5.2.2.zip.

Hey,

I have tried that option as well with no success.

Could you please help me out?

Can you post the complete command you ran and the response?

Hi,

Please find below commands I tried and their outputs.

C:\Nagasayana\Softwares\Kibana\latest_logstash\logstash-5.2.2\logstash-5.2.2\bin>logstash-plugin install file://C:\Nagasayana\Softwares\Kibana\x-pack-5.2.2.zip
ERROR: Something went wrong when installing file://C:\Nagasayana\Softwares\Kibana\x-pack-5.2.2.zip, message: bad URI(is not URI?): https://artifacts.elastic.co/downloads/logstash-plugins/file://C:\Nagasayana\Softwares\Kibana\x-pack-5.2.2.zip/file://C:\Nagasayana\Softwares\Kibana\x-pack-5.2.2.zip-5.2.2.zip

C:\Nagasayana\Softwares\Kibana\latest_logstash\logstash-5.2.2\logstash-5.2.2\bin>logstash-plugin install file:///C:\Nagasayana\Softwares\Kibana\x-pack-5.2.2.zip
ERROR: Something went wrong when installing file:///C:\Nagasayana\Softwares\Kibana\x-pack-5.2.2.zip, message: bad URI(is not URI?): https://artifacts.elastic.co/downloads/logstash-plugins/file:///C:\Nagasayana\Softwares\Kibana\x-pack-5.2.2.zip/file:///C:\Nagasayana\Softwares\Kibana\x-pack-5.2.2.zip-5.2.2.zip

Hi,

This should be working:


bin\logstash-plugin install file:///C:/Softwares/Kibana/x-pack-5.2.2.zip

1 Like

Yoo man!!
Thanks a lot!! Its working now.
Install successful.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.