# Error when installing x-pack on logstash beta2

**URL:** https://discuss.elastic.co/t/error-when-installing-x-pack-on-logstash-beta2/99108
**Category:** Logstash
**Created:** [September 1, 2017, 10:02am UTC](https://discuss.elastic.co/t/error-when-installing-x-pack-on-logstash-beta2/99108 "2017-09-01T10:02:21Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![MartinBr](https://avatars.discourse-cdn.com/v4/letter/m/bb73d2/32.png) [@MartinBr](https://discuss.elastic.co/u/MartinBr)
#### Post date: [September 1, 2017, 10:02am UTC](https://discuss.elastic.co/t/error-when-installing-x-pack-on-logstash-beta2/99108/1 "2017-09-01T10:02:21Z")

</div>

Hello,

While trying to install x-pack on logstash beta2 ([https://www.elastic.co/guide/en/logstash/6.0/installing-xpack-log.html](https://www.elastic.co/guide/en/logstash/6.0/installing-xpack-log.html)), I encounter the following error :

ERROR: Something went wrong when installing file:E:/Beta2/x-pack-6.0.0-beta2.zip, message: no implicit conversion of nil into String

Here is the cmd that I have launched : E:\Beta2\elasticsearch\bin\>"E:\Beta2\logstash\bin\logstash-plugin" install file:E:/Beta2/x-pack-6.0.0-beta2.zip

I am installing on windows server that don't have access to internet.  
I had no issue installing x-pack on elasticsearch and kibana.

Could you please help me ?

Thank you,  
Regards,

Martin

---

<div class="post-metadata">

### Author: ![Marius\_Dragomir](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/marius_dragomir/32/42087_2.png) [@Marius\_Dragomir](https://discuss.elastic.co/u/Marius_Dragomir)
#### Post date: [September 4, 2017, 6:18pm UTC](https://discuss.elastic.co/t/error-when-installing-x-pack-on-logstash-beta2/99108/2 "2017-09-04T18:18:43Z")

</div>

Hello,

The command on windows requires double forward slashes before the path, so it should be something like this for your case:  
'E:\Beta2\elasticsearch\bin\>“E:\Beta2\logstash\bin\logstash-plugin” install file://E:/Beta2/x-pack-6.0.0-beta2.zip'

---

<div class="post-metadata">

### Author: ![MartinBr](https://avatars.discourse-cdn.com/v4/letter/m/bb73d2/32.png) [@MartinBr](https://discuss.elastic.co/u/MartinBr)
#### Post date: [September 5, 2017, 6:25am UTC](https://discuss.elastic.co/t/error-when-installing-x-pack-on-logstash-beta2/99108/3 "2017-09-05T06:25:50Z")

</div>

Hello,

Thank you very much, it worked perfectly.  
I was lucky that it worked without the double forward slashes for elasticsearch and kibana...

Regards,  
Martin

---

<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: [October 3, 2017, 6:25am UTC](https://discuss.elastic.co/t/error-when-installing-x-pack-on-logstash-beta2/99108/4 "2017-10-03T06:25:52Z")

</div>

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