Unfortunately, I keep getting an error when I try that too.Uncheck use HTTPS connection.
nano /etc/elasticsearch/elasticsearch.ymlxpack.security.enabled: false
xxpack.security.http.ssl:
enabled: false
xpack.security.transport.ssl:
enabled: false
I don't think it creates this directory when installing via Docker, so I'm trying to install it without Docker now, addressing this issue:Do you have the correct security set?
nano /etc/elasticsearch/elasticsearch.yml
Code:xpack.security.enabled: falsexx pack.security.http.ssl: enabled: false xpack.security.transport.ssl: enabled: false
Thank you, I was able to complete the installation using the link I sent and the settings you provided.Here is a good guide Andy put together. Your on Ubuntu but the general concept is the same.
How to install Elasticsearch 9.x
Before installing Elasticsearch on your server, make sure you have a minimum of 4GB of total memory. You can log into the terminal as root and use the following command: free -h ==== See this link for reference: https://www.elastic.co/guide/en/elasticsearch/reference/current/rpm.html Create...www.xf2addons.com

Hello again, is it normal for it to use all the memory on the server? It uses 15GB out of 16GB of memory.Here is a good guide Andy put together. Your on Ubuntu but the general concept is the same.
How to install Elasticsearch 9.x
Before installing Elasticsearch on your server, make sure you have a minimum of 4GB of total memory. You can log into the terminal as root and use the following command: free -h ==== See this link for reference: https://www.elastic.co/guide/en/elasticsearch/reference/current/rpm.html Create...www.xf2addons.com
Thank you, in this case it would be better for me to move forward by switching to Almalinux 9.I am not sure about Ubuntu but you can limit your Java resources by setting (Almalinux).
-Xms
-Xmx
Try
-Xms1g
-Xmx1g
The values must be the same
Adjust as necessary.
Does using too much RAM create a disadvantage?I don't really think that is necessary. Your system is working for you.
Follow this for your server.
We use essential cookies to make this site work, and optional cookies to enhance your experience.