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
warkolm
(Mark Walkom)
May 29, 2017, 9:02pm
2
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?
warkolm
(Mark Walkom)
May 31, 2017, 12:12am
4
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
Yoo man!!
Thanks a lot!! Its working now.
Install successful.
1 Like
system
(system)
Closed
June 29, 2017, 11:02am
8
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.