Open walkslowly opened 3 years ago
https://github.com/opendistro-for-elasticsearch/sql/blob/main/docs/user/admin/settings.rst#opendistro-sql-cursor-enabled 当我按上述文档更改设置会失败。响应结果为400,type=“invalid_index_name_exception”。 显然它将‘_opendistro’当成一个索引了,但是我已经安装了sql插件。 我又尝试了 PUT _cluster/settings { "transient" : { "opendistro.sql.enabled" : false } } 也是报相同错误。 es版本:6.8.17 plugin版本:0.10.0
PUT _cluster/settings { "transient" : { "opendistro.sql.enabled" : false } }
https://github.com/opendistro-for-elasticsearch/sql/blob/main/docs/user/admin/settings.rst#opendistro-sql-cursor-enabled 当我按上述文档更改设置会失败。响应结果为400,type=“invalid_index_name_exception”。 显然它将‘_opendistro’当成一个索引了,但是我已经安装了sql插件。 我又尝试了
PUT _cluster/settings { "transient" : { "opendistro.sql.enabled" : false } }
也是报相同错误。 es版本:6.8.17 plugin版本:0.10.0