Fix spurious admin dashboard warning when using ElasticSearch 7.x (#23064)

Some 7.x ElasticSearch versions support some 6.x nodes, thus the version check
is inadequate. I am not sure there is a good way to check if a server
implements all the 7.x APIs, so check server version and minimum wire version
instead.
This commit is contained in:
Claire 2023-01-18 16:21:48 +01:00 committed by GitHub
parent fcc4c9b34a
commit 41517a4845
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 3 deletions