NEST/Elasticsearch.Net version: 7.13.1、7.17.5.......
Elasticsearch version: 7.10
Description of the problem including expected versus actual behavior:
Steps to reproduce:
- I was previously using NEST/Elasticsearch.NET 7.13.1 to connect Elasticsearch 7.10 in .netcore3.1, and it`s work properly.
- After upgrading .netcore3.1 to .net7, with the same NEST/Elasticsearch.NET and Elasticsearch, it`s work properly in my local VisualStudio(IIS Express),but it reports "The client noticed that the server is not a supported distribution of Elasticsearch" when deployed in Centos7.9.
- I have tried to using NEST/Elasticsearch.NET 7.15、7.16、7.9、7.11、7.12...... but the result was still like 2
- When i using NEST/Elasticsearch.NET 7.17.5, it reports "The client noticed that the server is not a supported distribution of Elasticsearch" both in my local VisualStudio(IIS Express) and Centos7.9
Provide ConnectionSettings (if relevant):
Provide DebugInformation (if relevant):
Describe the feature: