Hi There
I am not able to launch logstash from the command line using below command.
C:\logstash\logstash-6.4.0\bin\logstash -e 'input { stdin { } } output { stdout {} }'
When I execute the command, I get the following message.
[ERROR] 2018-09-12 17:55:16.720 [main] Logstash - java.lang.IllegalStateException: Logstash stopped processing because of an error: (NameError) Java method not found: org.joda.time.DateTime.compareTo(org.joda.time.ReadableInstant)
I have installed logstash-6.4.0 on windows 7.
Any help thank you
Thanks,
Ajay