I was installing Logstash 7.7.1 on Windows 10. When I tried to configure it with the command
bin/logstash -f logstash.conf
it is showing following error
ignoring JAVA_OPTS= -Xms1g -Xmx1g -XX:+UseConcMarkSweepGC -XX:CMSInitiatingOccupancyFraction=75 -XX:+UseCMSInitiatingOccupancyOnly -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Djruby.compile.invokedynamic=true -Djruby.jit.threshold=0 -Djruby.regexp.interruptible=true -XX:+HeapDumpOnOutOfMemoryError -Djava.security.egd=file:/dev/urandom -Dlog4j2.isThreadContextMapInheritable=true ; pass JVM parameters via LS_JAVA_OPTS
Can someone please help me to solve this issue?
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.