I just installed elasticsearch 7.9.2 in my centos 7.8.2003. Whenever I run ./bin/elasticsearch
it just returns "killed" along with a bunch of warnings. I have referred this for installation.
I have 2GB installed memory and anytime I get >700mb free
In my jvm options i have set
-Xms512m
-Xmx512m
Following is the output when I try to launch
./bin/elasticsearch
future versions of Elasticsearch will require Java 11; your Java version from [/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jre] does not meet this requirement
future versions of Elasticsearch will require Java 11; your Java version from [/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jre] does not meet this requirement
Killed
No logs are generated. Any idea where else can I check for logs and what is wrong here?