Hi Team,
I have a .NET project that was previously using the following Elasticsearch setup:
- Version: 7.12.0
- Lucene Version: 8.8.0
- Minimum Wire Compatibility Version: 6.8.0
- Minimum Index Compatibility Version: 6.0.0-beta1
Recently, I upgraded the project from .NET Framework to .NET Core.
It uses Elastic.Clients.Elasticsearch Version 8.17.3
Now, when I try to create a new index using the same Elasticsearch account, I encounter this error:
The client noticed that the server is not a supported distribution of Elasticsearch or an unknown product.
However, after logging into Elasticsearch, I noticed that the index does get created, but it doesn't work due to compatibility issues.
My question:
Would upgrading the old Elasticsearch instance solve this issue without changing the code?
Any help is appreciated.
Thanks in advance!