doc-exports/docs/css/umn/css_01_0165.html
Wuwan, Qi 050b395397 CSS UMN 23.2.1 20230926
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>
2024-01-10 14:23:15 +00:00

33 lines
3.1 KiB
HTML

<a name="css_01_0165"></a><a name="css_01_0165"></a>
<h1 class="topictitle1">Basic Settings</h1>
<div id="body0000001201679228"><ol id="css_01_0165__en-us_topic_0000001223754356_ol927111214106"><li id="css_01_0165__en-us_topic_0000001223754356_li1274916552817">Log in to the CSS management console.</li><li id="css_01_0165__en-us_topic_0000001223754356_li1274935516811">Choose <strong id="css_01_0165__b560613435340">Clusters</strong> in the navigation pane. On the <strong id="css_01_0165__b106061443173415">Clusters</strong> page, locate the target cluster, and click <strong id="css_01_0165__b66074432342">Access Kibana</strong> in the <strong id="css_01_0165__b6607134314341">Operation</strong> column.</li><li id="css_01_0165__en-us_topic_0000001223754356_li927171291011">Click <span class="uicontrol" id="css_01_0165__en-us_topic_0000001223754356_uicontrol127491655488"><b>Dev Tools</b></span> in the navigation tree on the left and perform the following operations:<div class="p" id="css_01_0165__p161682613342"><strong id="css_01_0165__en-us_topic_0000001223754356_b101274831118">Configure the primary cluster information</strong>.<pre class="screen" id="css_01_0165__en-us_topic_0000001223754356_screen1915102641219">PUT /_cluster/settings
{
"persistent" : {
"cluster" : {
"remote.rest" : {
"leader1" : {
"seeds" : [
"http://10.0.0.1:9200",
"http://10.0.0.2:9200",
"http://10.0.0.3:9200"
] ,
"username": "elastic",
"password": "*****"
}
}
}
}
}</pre>
<div class="note" id="css_01_0165__en-us_topic_0000001223754356_note11518733161214"><img src="public_sys-resources/note_3.0-en-us.png"><span class="notetitle"> </span><div class="notebody"><ul id="css_01_0165__en-us_topic_0000001223754356_ul651813312121"><li id="css_01_0165__en-us_topic_0000001223754356_li1219905010263">Secondary clusters must be able to access the REST API (default port: 9200) of the primary cluster.</li><li id="css_01_0165__en-us_topic_0000001223754356_en-us_topic_0298576535_li9378172111369">The primary cluster name is <strong id="css_01_0165__b196619197431">leader1</strong> and can be changed.</li><li id="css_01_0165__en-us_topic_0000001223754356_li551823371220">The value of <strong id="css_01_0165__b1587031494511">seeds</strong> is the REST address of the primary cluster. Multiple values are supported. When HTTPS access is enabled, the URI schema must be changed to HTTPS.</li><li id="css_01_0165__li0401124716424"><strong id="css_01_0165__b9618914134419">username</strong> and <strong id="css_01_0165__b76772165443">password</strong> are required only when the security mode is enabled for the primary cluster.</li><li id="css_01_0165__en-us_topic_0000001223754356_li12419102551">After the configuration is complete, you can use the <strong id="css_01_0165__b18684153335218">GET _remote/rest/info</strong> API to obtain the connection status with the primary cluster.</li></ul>
</div></div>
</div>
</li></ol>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="css_01_0164.html">Instructions</a></div>
</div>
</div>