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
with
Step 2 #systemctl restart elasticsearch.
Step 3 Check the now working connection with #curl localhost:9200
Step 1 #nano /etc/elasticsearch/elasticsearch.yml
replace
YAML:
xpack.security.enabled: true
YAML:
xpack.security.enabled: false
Step 3 Check the now working connection with #curl localhost:9200