I'm using @elastic/elasticsearch version ^7.5.0 and Node 14. Everything worked fine, until I ran yarn upgrade which made various changes in my yarn.lock file and since then I'm getting the following error:
The client noticed that the server is not a supported distribution of Elasticsearch
I tried upgrading @elastic/elasticsearch to latest version ^7.14.0, but this did not resolve the issue.
Nothing changed in AWS configuration either, what can be the cause for this error?
Please advise.