# Kibana 5 : Sense plugin installation fails in windows

**URL:** https://discuss.elastic.co/t/kibana-5-sense-plugin-installation-fails-in-windows/67459
**Category:** Kibana
**Created:** [November 29, 2016, 9:39am UTC](https://discuss.elastic.co/t/kibana-5-sense-plugin-installation-fails-in-windows/67459 "2016-11-29T09:39:47Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![sharmila\_prajapati](https://avatars.discourse-cdn.com/v4/letter/s/898d66/32.png) [@sharmila\_prajapati](https://discuss.elastic.co/u/sharmila_prajapati)
#### Post date: [November 29, 2016, 9:39am UTC](https://discuss.elastic.co/t/kibana-5-sense-plugin-installation-fails-in-windows/67459/1 "2016-11-29T09:39:47Z")

</div>

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](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.

---

<div class="post-metadata">

### Author: ![lcoianiz](https://avatars.discourse-cdn.com/v4/letter/l/7cd45c/32.png) [@lcoianiz](https://discuss.elastic.co/u/lcoianiz)
#### Post date: [November 29, 2016, 2:43pm UTC](https://discuss.elastic.co/t/kibana-5-sense-plugin-installation-fails-in-windows/67459/2 "2016-11-29T14:43:56Z")

</div>

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](http://elastic.co)\kibana\kibana-4.6.2-windows-x86\> bin\kibana.bat plugin -i sense -u file://C:\zApps\[elastic.co](http://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](http://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](http://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

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [December 27, 2016, 2:43pm UTC](https://discuss.elastic.co/t/kibana-5-sense-plugin-installation-fails-in-windows/67459/3 "2016-12-27T14:43:57Z")

</div>

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