OpenSearch HTTP Connect

Hi guys,

I have a question related to the HTTP connection. So basically, we would like to use an HTTP connection between OpenSearch Dashboard and OpenSearch.

In OpenSearch nodes, I’m change property “plugins.security.disabled: true”… All the nodes can communicate, however, I cannot log in OpenSearch Dashboard ( we can access web console though ). I got some error related to " Error: no handler found for uri [/_plugins/_security/authinfo] and method [GET]"

So I changed property “plugins.security.disabled: false” and installing SSL as well and we can access OpenSearch Dashboard as normal

Is there another way to avoid using SSL in “opensearch.yml”?

@levi_1925 You need to disable the security plugin in OpenSearch Dashboards too.

3 Likes