ERROR: Something went wrong when installing file:///root/Plugins/x-pack-5.3.0 (1).zip

Hi I'm able to installing X-pack in 5.3.0 versions got into error not sure what exactly mean able to install x-pack sucessfully in kibana elastic search when i try logstash getting failed

[root@elk-cclab38 bin]# ./logstash-plugin install file:///root/Plugins/x-pack-5.3.0\ (1).zip
ERROR: Something went wrong when installing file:///root/Plugins/x-pack-5.3.0 (1).zip, message: bad URI(is not URI?): https://artifacts.elastic.co/downloads/logstash-plugins/file:///root/Plugins/x-pack-5.3.0 (1).zip/file:///root/Plugins/x-pack-5.3.0 (1).zip-5.3.0.zip
[root@elk-cclab38 bin]#

Can you try to rename your file so you don't have the space(1) part?

If it does not work may be open an issue?

Did you try

bin/logstash-plugin install x-pack

Thanks Very Much didn't expect it was matter :slight_smile: thanks again

[root@elk-cclab38 bin]# ./logstash-plugin install file:///root/Plugins/x-pack-5.3.0.zip
Installing file: /root/Plugins/x-pack-5.3.0.zip
Install successful
[root@elk-cclab38 bin]#

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