forked from docs/doc-exports
Reviewed-by: Kacur, Michal <michal.kacur@t-systems.com> Co-authored-by: Wuwan, Qi <wuwanqi1@noreply.gitea.eco.tsi-dev.otc-service.com> Co-committed-by: Wuwan, Qi <wuwanqi1@noreply.gitea.eco.tsi-dev.otc-service.com>
38 lines
3.8 KiB
HTML
38 lines
3.8 KiB
HTML
<a name="css_02_0097"></a><a name="css_02_0097"></a>
|
|
|
|
<h1 class="topictitle1">Connecting User-Built Kibana to an Elasticsearch Cluster</h1>
|
|
<div id="body8662426"><p id="css_02_0097__en-us_topic_0000001223754364_en-us_topic_0298576535_p10597930447">To interconnect user-built Kibana with CSS Elasticsearch clusters, the following conditions must be met:</p>
|
|
<ul id="css_02_0097__en-us_topic_0000001223754364_en-us_topic_0298576535_ul10520101712016"><li id="css_02_0097__en-us_topic_0000001223754364_en-us_topic_0298576535_li11520517804">The local environment must support access from external networks.</li><li id="css_02_0097__en-us_topic_0000001223754364_en-us_topic_0298576535_li12520717807">Kibana is built using ECS in the same VPC as Elasticsearch. Kibana can be accessed from the local public network.</li><li id="css_02_0097__en-us_topic_0000001223754364_en-us_topic_0298576535_li12520717303">Only Kibana images of the OSS version can be connected to Elasticsearch on CSS.</li></ul>
|
|
<p id="css_02_0097__en-us_topic_0000001223754364_en-us_topic_0298576535_p13532194613713">Example of a Kibana configuration file:</p>
|
|
<ul id="css_02_0097__en-us_topic_0000001223754364_en-us_topic_0298576535_ul12181154171214"><li id="css_02_0097__en-us_topic_0000001223754364_en-us_topic_0298576535_li818194114124">Security mode:<pre class="screen" id="css_02_0097__en-us_topic_0000001223754364_en-us_topic_0298576535_screen9591204514710">elasticsearch.username: "***"
|
|
elasticsearch.password: "***"
|
|
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
|
|
elasticsearch.hosts: https://10.0.0.xxx:9200
|
|
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</pre>
|
|
<div class="note" id="css_02_0097__en-us_topic_0000001223754364_en-us_topic_0298576535_note177271459164410"><img src="public_sys-resources/note_3.0-en-us.png"><span class="notetitle"> </span><div class="notebody"><ul id="css_02_0097__en-us_topic_0000001223754364_en-us_topic_0298576535_ul13378162120366"><li id="css_02_0097__en-us_topic_0000001223754364_en-us_topic_0298576535_li9378172111369">In security mode, the <strong id="css_02_0097__b36721551125512">opendistro_security_kibana</strong> plug-in must be installed. For details, see <a href="https://github.com/opendistro-for-elasticsearch/security-kibana-plugin/tags?after=v1.3.0.0" target="_blank" rel="noopener noreferrer">https://github.com/opendistro-for-elasticsearch/security-kibana-plugin/tags?after=v1.3.0.0</a>.</li><li id="css_02_0097__en-us_topic_0000001223754364_en-us_topic_0298576535_li9109162383616">The version of the installed plug-in must be the same as that of the cluster. To check the version of the plug-in version, run the <b><span class="cmdname" id="css_02_0097__en-us_topic_0000001223754364_en-us_topic_0298576535_cmdname13585011610">GET _cat/plugins</span></b> command.</li></ul>
|
|
</div></div>
|
|
</li><li id="css_02_0097__en-us_topic_0000001223754364_en-us_topic_0298576535_li1667115520122">Non-security mode<pre class="screen" id="css_02_0097__en-us_topic_0000001223754364_en-us_topic_0298576535_screen033142414303">server.port: 5601
|
|
logging.dest: /home/Ruby/log/kibana.log
|
|
pid.file: /home/Ruby/run/kibana.pid
|
|
server.host: 192.168.xxx.xxx
|
|
elasticsearch.hosts: http://10.0.0.xxx:9200</pre>
|
|
</li></ul>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="css_01_0107.html">Kibana Platform</a></div>
|
|
</div>
|
|
</div>
|
|
|