Only Kibana images of the OSS version can be connected to Elasticsearch clusters in CSS.
For details, see Elastic Cloud Server (ECS) User Guide.
If the cluster has only one node, the IP address and port number of this one node are displayed, for example, 10.62.179.32:9200. If the cluster has multiple nodes, the IP addresses and port numbers of all nodes are displayed, for example, 10.62.179.32:9200,10.62.179.33:9200.
elasticsearch.username: "***" //Username of the security cluster elasticsearch.password: "***" //Password of the security cluster elasticsearch.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 Kibana server. localhost is recommended. elasticsearch.hosts: http://10.0.0.xxx:9200 //Address for accessing the Elasticsearch cluster elasticsearch.requestHeadersWhitelist: ["securitytenant","Authorization"] opendistro_security.multitenancy.enabled: true opendistro_security.multitenancy.tenants.enable_global: true opendistro_security.multitenancy.tenants.enable_private: true opendistro_security.multitenancy.tenants.preferred: ["Private", "Global"] opendistro_security.multitenancy.enable_filter: 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 Kibana server. localhost is recommended. elasticsearch.hosts: http://10.0.0.xxx:9200 //Address for accessing the Elasticsearch cluster