Kibana 5 : Sense plugin installation fails in windows

I'm trying to install the Sense plugin in Kibana 5.0.1 and I am using windows 7 As per the documentation I have used following commands

bin/kibana-plugin install <package name or URL>

I am getting follwing error:

  1. Using Package name : kibana-plugin install sense

D:\workplace\kibana-5.0.1-windows-x86\bin>kibana-plugin install sense Attempting to transfer from sense Attempting to transfer from https://artifacts.elastic.co/downloads/kibana-plugin s/sense/sense-5.0.1.zip Error: Client request error: connect ETIMEDOUT 184.73.171.14:443 Plugin installation was unsuccessful due to error "Client request error: connect ETIMEDOUT 184.73.171.14:443"

  1. Using URL : https://download.elasticsearch.org/elastic/sense/sense-latest.tar.gz

D:\workplace\kibana-5.0.1-windows-x86\bin>kibana-plugin install https ://download.elasticsearch.org/elastic/sense/sense-latest.tar.gz Attempting to transfer from https://download.elasticsearch.org/elastic/sense/sen se-latest.tar.gz Error: Client request error: connect ETIMEDOUT 174.129.17.230:443 Plugin installation was unsuccessful due to error "Client request error: connect ETIMEDOUT 174.129.17.230:443"

  1. Using downloaded file

D:\workplace\kibana-5.0.1-windows-x86\bin>kibana-plugin install file//D:/workpla ce/sense-2.0.0-beta7.tar.gz Attempting to transfer from file//D:/workplace/sense-2.0.0-beta7.tar.gz Attempting to transfer from https://artifacts.elastic.co/downloads/kibana-plugin s/file//D:/workplace/sense-2.0.0-beta7.tar.gz/file//D:/workplace/sense-2.0.0-bet a7.tar.gz-5.0.1.zip Error: Client request error: connect ETIMEDOUT 23.21.105.204:443 Plugin installation was unsuccessful due to error "Client request error: connect ETIMEDOUT 23.21.105.204:443"

Anyone have solution please?

Thank you in advance.

Hi Sharmila,

I'm not an expert but had the same problem with Kibana-4.6.2 and solved it with the right kibana-plugin syntax which seems wrong in your post, if I'm not wrong too.
That's what I did on my PC:


C:\zApps\elastic.co\kibana\kibana-4.6.2-windows-x86> bin\kibana.bat plugin -i sense -u file://C:\zApps\elastic.co\kibana\kibana-4.6.2-windows-x86\downloadedPlugins\sense-2.0.0-beta7.tar.gz

Installing sense
Attempting to transfer from file://C:\zApps\elastic.co\kibana\kibana-4.6.2-windows-x86\downloadedPlugins\sense-2.0.0-beta7.tar.gz
Transferring 1386775 bytes....................
Transfer complete
Extracting plugin archive
Extraction complete
Optimizing and caching browser bundles...
Plugin installation complete

C:\zApps\elastic.co\kibana\kibana-4.6.2-windows-x86>_


As you may notice, I used "kibana plugin -i" (-i = install) command, not "kibana-plugin", pointing it to the downloaded file (notice the slashes/backslashes, half *nix half windows).
It worked for me, I hope it helps you too.

Regards,
LC

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