To give a feedback to this topic https://discourse.hibernate.org/t/connect-hibernate-search-6-1-5-final-elasticsearch-8-2-x-using-a-token/6393
I configured the underlying Apache HTTP Client by implementing ElasticsearchAnalysisConfigurer with Spring Boot application as described in https://docs.jboss.org/hibernate/stable/search/reference/en-US/html_single/#backend-elasticsearch-configuration-http-client
The config files looks like :
My costum client :
It works well when connecting to an elasticsearch 8.2.x running in local host but it can’t reach a remote elasticsearch :
Am I missing something in the documentation?
Thank you in advance!