Nirjonadda
Well-known member
Enhanced Search 2.2.2 not compatible with Elasticsearch Version: 8.0.0?
Not really something we've had an opportunity to test yet, given it was only released yesterday.
Are you telling us it's not compatible? (if so, we'd need more info) or are you asking us is it compatible? (if so, I have no idea)
I am asked for support or bug because I can not use enhanced search after upgraded to Version: 8.0.0.
Elasticsearch server is running.
View attachment 264676
But enhanced search can not made connect:
View attachment 264677
Also Use HTTPS connection have server error log:
View attachment 264678
In case you are fine with disabling its security features (options in elasticsearch.yml under "# Enable security features"),
version 8 should work just fine.
# Enable security features
xpack.security.enabled: true
xpack.security.enrollment.enabled: true
# Enable encryption for HTTP API client connections, such as Kibana, Logstash, and Agents
xpack.security.http.ssl:
enabled: true
keystore.path: certs/http.p12
# Enable encryption and mutual authentication between cluster nodes
xpack.security.transport.ssl:
enabled: true
verification_mode: certificate
keystore.path: certs/transport.p12
truststore.path: certs/transport.p12
Do we need disabled all security features?
Code:# Enable security features xpack.security.enabled: true xpack.security.enrollment.enabled: true # Enable encryption for HTTP API client connections, such as Kibana, Logstash, and Agents xpack.security.http.ssl: enabled: true keystore.path: certs/http.p12 # Enable encryption and mutual authentication between cluster nodes xpack.security.transport.ssl: enabled: true verification_mode: certificate keystore.path: certs/transport.p12 truststore.path: certs/transport.p12
xpack.security.http.ssl:
enabled: true
keystore.path: certs/http.p12
Any official updates from XenForo Development as to whether / when Elasticsearch 8.x is officially supported?
Also one question - why does official ES support go all the way back to version 2.x? Why not advance the ES minimum version supported like with PHP, databases, and so forth? Does ES 2.x essentially do the same things that the current 7.X and 8.X do?
It's working properly, just need to disable new security measures introduced in ES8ElasticSearch 8.x was released 9 months ago, is there sill no official support from Xf?
That's not the point but I'm sure it'll be a feature of XenForo 2.3It's working properly, just need to disable new security measures introduced in ES8
We use essential cookies to make this site work, and optional cookies to enhance your experience.