Reputation: 103
I have just installed JRE by using apt-get install default-jre
I then installed Elasticsearch by using apt-get install elasticsearch
Now, I have to edit the jvm.options file, which should reside under /etc/elasticsearch/, but it's not there. I also tried a find
on jvm.options, to no avail.
What am I missing?
Upvotes: 0
Views: 128
Reputation: 401
Are you sure you got Elasticsearch 7? From what I know, apt-get install elasticsearch
will get you a very old version of Elasticsearch, and things may be considerably different in that version than in 7.3.1.
My recommendation is to check the Elasticsearch version, and if it's not the one you expect, get one from the official source.
Upvotes: 1