#3258·Archery

无法添加elasticsearch 7.10版本的实例

Author: lujayCreated Sep 16, 2026Updated Sep 16, 2026

重现步骤

ImageImage

预期外的结果

点击测试, 能够连接,就是报错不支持该类产品

日志文本

bash

版本

1.14.0

部署方式

Docker

是否还有其他可以辅助定位问题的信息?比如数据库版本等

是从 1.9.3 升级到1.14 的

2026-09-16 11:34:59,857 - elastic_transport.transport - INFO - GET http://es-cn-i7gd1.elasticsearch.aliyuncs.com:9200/*/_alias [status:200 duration:0.007s] [2026-09-16 11:34:59,858][MainThread:139733257836352][task_id:default][elasticsearch.py:118][ERROR]- 获取数据库时出错:The client noticed that the server is not Elasticsearch and we do not support this unknown productTraceback (most recent call last): File "/opt/archery/sql/engines/elasticsearch.py", line 107, in get_all_databases indices = self.conn.indices.get_alias(index=self.db_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/venv4archery/lib/python3.11/site-packages/elasticsearch/_sync/client/utils.py", line 446, in wrapped return api(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^ File "/opt/venv4archery/lib/python3.11/site-packages/elasticsearch/_sync/client/indices.py", line 1922, in get_alias return self.perform_request( # type: ignore[return-value] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/venv4archery/lib/python3.11/site-packages/elasticsearch/_sync/client/_base.py", line 423, in perform_request return self._client.perform_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/venv4archery/lib/python3.11/site-packages/elasticsearch/_sync/client/_base.py", line 271, in perform_request response = self._perform_request( ^^^^^^^^^^^^^^^^^^^^^^ File "/opt/venv4archery/lib/python3.11/site-packages/elasticsearch/_sync/client/_base.py", line 363, in _perform_request raise UnsupportedProductError( elasticsearch.UnsupportedProductError: The client noticed that the server is not Elasticsearch and we do not support this unknown product