Skip to content

2.1.8中创建到OpenSearch Catalog 无法获取数据 #47922

Answered by dpnotnull
dpnotnull asked this question in Q&A
Discussion options

You must be logged in to vote

已解决:

  1. create catalog properties 设置
    "nodes_discovery" = "false"

  2. OpenSearch的Domain Endpoint后增加 :443

类似:

CREATE CATALOG es_test PROPERTIES (
"type"="es",
"hosts"="https://xxx.yyyy.zzz.com:443",
"user"="root",
"password"="foobar",
"nodes_discovery" = "false"
);

以上:
针对 OpenSearch 2.5 2.7 2.9 验证通过~

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dpnotnull
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant