Enhanced Search Query

Mister.T

Member
Hi,

I've just purchased XFES, installed it in my XF Admin Panel, but how do I go about configuring it correctly. It's the first time I've used it and I like my toys... :D
 
Solution
Have you managed to get ElasticSearch installed as was being discussed in the other thread? XFES won't work without ES. And if ES is installed, you should have the details to put in XFES backend to activate it.
 
Hi,

I've just purchased XFES, installed it in my XF Admin Panel, but how do I go about configuring it correctly. It's the first time I've used it and I like my toys... :D

Have you managed to get ElasticSearch installed as was being discussed in the other thread? XFES won't work without ES. And if ES is installed, you should have the details to put in XFES backend to activate it.
As the above reply asks, is ES installed and running?
What was the result of the curl check?
# curl -XGET 'http://localhost:9200'
Here is the XF manual.
 
Last edited:
Have you managed to get ElasticSearch installed as was being discussed in the other thread? XFES won't work without ES. And if ES is installed, you should have the details to put in XFES backend to activate it.
My host said they installed it, but gave me no details, such as username or password.
 
As the above reply asks, is ES installed and running?
What was the result of the curl check?
# curl -XGET 'http://localhost:9200'
Here is the XF manual.

I get this, see image.
Screenshot 2024-05-22 031046.webp

And this in the XF Admin, with no index like yours. Don't know where I would find the username and password.
1716344224535.webp

PS - I'm using XF 2.3.0 (Beta 7) and XFES 2.3.0 (Beta 7) if that helps?
 
Last edited:
If you are still on the Quasar VPS you cannot install ES 7, not enough RAM. Namecheap does offer an option for more ram.
ES 6 runs on 4 gig ram. Probably why that is the version they installed..

Options:
1) Install more ram.
2) Install NON beta XF 2.2.15
 
My host are not familiar with ES, is there anywhere I can go to hire as server admin to install ES 8+ for me and uninstall the old one 6.8.23?

My host put this.
We're not familiar with Elastic Search in detail. We can proceed with the installation if provided with appropriate guidance. Online instructions are available for version 7, while cPanel's official page covers version 6.8.23, which is why it was installed in the first place.

I'm unsure if hiring someone is necessary for this process as if you can provide us with an article detailing the installation steps, we should be able to handle it ourselves.
However, if there are some specialists in this sphere, sure you can consult with them.
 
 
Solution
Holy ****! Not familiar with ES? Ridiculous!
Tell them to just frikin' Google it...

PS, any host with inadequate tech support is pretty worthless. Your paying for a managed VPS.

Thankyou, so much do you have a guide for ES 8+? So I have the latest version.
 
They installed it, but it fails to start. They said this.
We have completed all the actions we're ready to do with the software in question.



Unfortunately, the later versions of Elasticsearch fail to start.



Our assumption (based on the system logs the "systemctl start elasticsearch.service" command generates) is that this is caused by the fact that /tmp is mounted with "noexec" due to security measures that cPanel enforces.



Apparently, Elasticsearch tries to extract a custom Java library there and run it from there, but fails due to the limitations of the security /tmp partition on cPanel hosts.



We did not find an easy way to modify the behavior of Elasticsearch to use a different directory and there's not much we can do beyond that.



In-depth investigation of cPanel-Elasticsearch compatibility issues is beyond the scope of assistance we can provide.



Currently, your setup has Elasticsearch 8.13.4 installed, which matches your declared requirements. Feel free to investigate the issue from your side to find a solution that will make those applications work together.
 
Top Bottom