# Logstash does not work with windows 10

**URL:** https://discuss.elastic.co/t/logstash-does-not-work-with-windows-10/138812
**Category:** Logstash
**Created:** [July 6, 2018, 2:16am UTC](https://discuss.elastic.co/t/logstash-does-not-work-with-windows-10/138812 "2018-07-06T02:16:20Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![GGUERRA](https://avatars.discourse-cdn.com/v4/letter/g/b2d939/32.png) [@GGUERRA](https://discuss.elastic.co/u/GGUERRA)
#### Post date: [July 6, 2018, 2:16am UTC](https://discuss.elastic.co/t/logstash-does-not-work-with-windows-10/138812/1 "2018-07-06T02:16:20Z")

</div>

Hi everyone, It is very likely that logstash will not work with windows 10. I'm learning to use logstash so I downloaded its latest version and I want to test it on my computer that has windows 10. When I get to the test part Configuration file entering:

logstash -f LogstashPipeLine.conf --config.test\_and\_exit

I get the following error in terminal:

[ERROR] 2018-07-02 19: 18: 55.413 [main] Logstash - java.lang.IllegalStateException: org.jruby.exceptions.RaiseException: (LoadError) no such file to load - bundler

Download: logstash-6.2.4  
My operating system is Windows 10.  
The JDK version is: jdk1.8.0\_171  
I have the JAVA\_HOME variable initialized

My configuration file is the following:

input  
{  
file  
{  
path =\> "C:\Users\Gastón\Desktop\ELK\Input\logstash-Input.log"  
start\_position =\> "beginning"  
}  
}  
output  
{  
file  
{  
path =\> "C:\Users\Gastón\Desktop\ELK\Output\logstash-Output.log"  
}  
}

---

<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: [August 3, 2018, 2:16am UTC](https://discuss.elastic.co/t/logstash-does-not-work-with-windows-10/138812/2 "2018-08-03T02:16:26Z")

</div>

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