Hi,
I am getting the following error while I am trying to run Logstash for the first time. I am following the logstash configuration link to do the same (https://www.elastic.co/guide/en/logstash/current/configuration.html)
While running logstash -f logstash.conf (I have created the logstash.conf file under the C:\Java\logstash-6.2.4\bin folder) and getting this error.
C:\Java\logstash-6.2.4\bin>logstash -f logstash.conf
[ERROR] 2018-04-24 14:36:24.286 [main] Logstash - java.lang.IllegalStateException: org.jruby.exceptions.RaiseException: (RuntimeError)
** you might need to reinstall the gem which depends on the missing jar or in case there is Jars.lock then resolve the jars with lock_jars
command**
no such file to load -- /Users/kannan.pathy/.m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2 (LoadError)
C:\Java\logstash-6.2.4\bin>
Please help me resolve this issue.
Thanks,
KR