Only OpenSearch Dashboards images of the OSS version can be connected to OpenSearch clusters in CSS.
For details, see Elastic Cloud Server User Guide.
If the cluster has only one node, the IP address and port number of this single node are displayed, for example, 10.62.179.32:9200. If the cluster has multiple nodes and all of them are data nodes, the IP addresses and port numbers of all these nodes are displayed; if some of them are client nodes, only the IP addresses and port numbers of these client nodes are displayed; for example, 10.62.179.32:9200,10.62.179.33:9200.
opensearch.username: "***" //Username of the security cluster opensearch.password: "***" //Password of the security cluster opensearch.ssl.verificationMode: none server.ssl.enabled: false server.rewriteBasePath: false server.port: 5601 logging.dest: /home/Ruby/log/kibana.log pid.file: /home/Ruby/run/kibana.pid server.host: 192.168.xxx.xxx //IP address or DNS name of the OpenSearch Dashboards server. localhost is recommended. opensearch.hosts: http://10.0.0.xxx:9200 //Address for accessing the OpenSearch cluster opensearch.requestHeadersWhitelist: ["securitytenant","Authorization"] opensearch_security.multitenancy.enabled: true opensearch_security.multitenancy.tenants.enable_global: true opensearch_security.multitenancy.tenants.enable_private: true opensearch_security.multitenancy.tenants.preferred: ["Private", "Global"] opensearch_security.multitenancy.enable_filter: false
To access a security-mode cluster, the opendistro_security_kibana plug-in must be installed. For details, see security-kibana-plugin. The plug-in version must be the same as that of the cluster. To check the plug-in version, run the GET _cat/plugins command.
server.port: 5601 logging.dest: /home/Ruby/log/opensearch-dashboards.log pid.file: /home/Ruby/run/opensearch-dashboards.pid server.host: 192.168.xxx.xxx //IP address or DNS name of the OpenSearch Dashboards server. localhost is recommended. opensearch.hosts: http://10.0.0.xxx:9200 //Address for accessing the OpenSearch cluster