Logstash load error no such file to load -- bundler

Hi,

I'm new to the ELK and am having trouble using Logstash to load my data to Elastic.
After I type:

C:\Users\GBS\Downloads\logstash\bin>logstash -f ../config/filename.conf

I get the following error message:

[ERROR] 2019-09-06 08:24:43.474 [main] Logstash - java.lang.IllegalStateException: Logstash stopped processing because of an error: (LoadError) no such file to load -- bundler

I'm running version 6.30 of logstash on Windows 10.

Many thanks in advance.

I managed to find the solution to this problem. I simply moved logstash to C:\ and now everything works. The problem was my user name, which contains a "strange" character (namely, ç).

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