Hi team,
I just installed ELK stack.
But my Logstash is not working.
I am using Logstash version:7.2.0
Java version: 11
I just run the command:
logstash -e
'input { stdin { } } output { stdout {} }'
then Got the Error:
OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
Error: Could not find or load main class Files
Caused by: java.lang.ClassNotFoundException: Files