How to resolve installation issue in kibana-plugin for extended_metric_vis?

I'm working on Elastocsearch 5.0.0 and kibana 5.0.0 and extended_metric_vis-5.0.0
I am trying to install extended_metric_vis plugins available for kibana but I am getting below error...

D:..\kibana-5.0.0-windows-x86\kibana-5.0.0-windows-x86\bin>kibana-plugin install https://github.com/ommsolutions/kibana_ext_metrics_vis/releases/download/0.1.0/extended_metric_vis.zip
Attempting to transfer from https://github.com/ommsolutions/kibana_ext_metrics_vis/releases/download/0.1.0/extended_metric_vis.zip
Attempting to transfer from https://artifacts.elastic.co/downloads/kibana-plugins/https://github.com/ommsolutions/kibana_ext_metrics_vis/releases/download/0.1.0/extended_metric_vis.zip/https://github.com/ommsolutions/kibana_ext_metrics_vis/releases/download/0.1.0/extended_metric_vis.zip-5.0.0.zip (WHY URL IS APPENDED HERE???)
Error: Client request error: read ECONNRESET
Plugin installation was unsuccessful due to error "Client request error: read ECONNRESET"

Please tell me what am I doing wrong???

I have also tried local installation but getting same error

This is either a bug with the plugin installer and windows - we've made several windows improvements since 5.0.0, or the url isn't accessible. It's attempting to download the plugin, and when that fails it tries to download it from artifacts.elastic.co.

Can you download the zip separately? If you can, extracting the zip and moving the contents of the kibana folder in the exaction into the plugins folder will get you running.

I have tried downloading zip also and the plugin contents are already inside kibana folder.
But I am getting same error its appending file:///D:/... URL to http://artifacts.elastci.co.... URL

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