How to disable Kibana for Opensearch resource

0

Hi, I've set-up opensearch service and I've noticed that kibana service was also started (URL was generated). Can i disable it somehow? I couldn't find any option nor in documentation neither in terraform documentation.

Regards, Mateusz Glowinski

已提问 2 年前466 查看次数
2 回答
1

If you create your OpenSearch cluster inside a VPC, which you should be doing in any case as a security best practice, then the OpenSearch Dashboards URL is not a publicly accessible URL. It will be a private URL that you can access from within the VPC or from outside through a bastion host sitting in a public subnet in your VPC. Please take a look at the AWS documentation around creating OpenSearch clusters inside a VPC - https://docs.aws.amazon.com/opensearch-service/latest/developerguide/vpc.html

profile pictureAWS
专家
已回答 2 年前
0

That is what i did actually. Nevertheless, my intention is to disable Kibana completely, not only make it unreachable. Is there such an option?

已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则