By itself elasticsearch is running and when i do curl is working even browser its showing.
Maybe in Spring application i have problem because network is fine and both iam running elasticsearch and my application is working in local machine no docker.
can give me how i can contact to Spring Data Elasticsearch experts people
@dadoonet is likely correct. It may be a mismatch between your Spring Data elasticsearch library and the elasticsearch cluster.
The latest version 3 Spring Data Elasticsearch only supports upto Elasticsearch v6.8.1. And your locally installed elasticsearch is v7.5.2. So depending on the library version you use, they may not be able to communicate. This reminds me the initial error you posted:
"Received handshake message from unsupported version: [5.0.0] minimal compatible version is: [6.8.0]"
So the above error was probably not from another node, but triggered by your Spring data application.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.