About Enhanced Search Setup

CL4Y

Member
Hello, I installed elasticsearch:9.0.1 via Plesk. However, I can't seem to start it from the XenForo admin panel. Could my steps be incorrect?

1759046992032.webp

1759047008678.webp

1759047023807.webp
 
Solution
Here is a good guide Andy put together. Your on Ubuntu but the general concept is the same.
Do you have the correct security set?

nano /etc/elasticsearch/elasticsearch.yml
Code:
xpack.security.enabled: false
xxpack.security.http.ssl:
enabled: false
xpack.security.transport.ssl:
enabled: false
 
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
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:

 
Here is a good guide Andy put together. Your on Ubuntu but the general concept is the same.
 
Solution
Here is a good guide Andy put together. Your on Ubuntu but the general concept is the same.
Thank you, I was able to complete the installation using the link I sent and the settings you provided.

So, it seems that installation with Docker on Plesk is problematic.

1759050844610.webp
 
Here is a good guide Andy put together. Your on Ubuntu but the general concept is the same.
Hello again, is it normal for it to use all the memory on the server? It uses 15GB out of 16GB of memory.
 
You can adjust RAM usage limits by entering the above values (or any values you want) in the config file
Thise numbers are min and max ram size

Depending what distro you are using you will find the file at somewhere like
/etc/elasticsearch/jvm.options.d/jvm.options
 
Back
Top Bottom