I just downloaded latest versions of ELK 5.6.2 to upgrade so that I can use X-pack 5.6.2. Elasticsearch and kibana started with no issues but Logstash is aborting with the below message. "warning: ignoring JAVA_OPTS=-Xmx1024m; pass JVM parameters via LS_JAVA_OPTS" I tried adding set LS_JAVA_OPTS="-Xms1024m -Xmx1024m" in setup.bat and also -DLS_JAVA_OPTS="-Xms1024m -Xmx1024m" in jvm.options file. Both doesn't seem to work . I don't see any log file being generated too. What am I doing wrong?
The command is \bin\logstatsh.bat -f logstash_config.json I get same warning even when I check the the config with --config.test_and_exit and no logs. I am sure the config file is good as the same file works with logstash-5.5.1