Tutorials Elasticsearch 8.x compatibility fix

XFModz

Administrator
Staff member
Admin
‎1 Year of Service‎
After installing Elasticsearch 8.x, it will not connect to xenForo Enhanced Search (xfES). Why? Because the latest Elasticsearch includes new security features incompatible with xfES.

Step 1 #nano /etc/elasticsearch/elasticsearch.yml
replace
YAML:
xpack.security.enabled: true
with
YAML:
xpack.security.enabled: false
Step 2 #systemctl restart elasticsearch.

Step 3 Check the now working connection with #curl localhost:9200
 
Back
Top