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>
44 lines
4.1 KiB
HTML
44 lines
4.1 KiB
HTML
<a name="css_01_0143"></a><a name="css_01_0143"></a>
|
|
|
|
<h1 class="topictitle1">Global Path Whitelist for Flow Control</h1>
|
|
<div id="body0000001228972046"><div class="section" id="css_01_0143__en-us_topic_0000001228972046_section104847386416"><h4 class="sectiontitle">Context</h4><p id="css_01_0143__en-us_topic_0000001228972046_p1327218103711">The following table describes the global path whitelist parameters for flow control.</p>
|
|
|
|
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="css_01_0143__en-us_topic_0000001228972046_table693818532617" frame="border" border="1" rules="all"><caption><b>Table 1 </b>Global path whitelist parameters for flow control</caption><thead align="left"><tr id="css_01_0143__en-us_topic_0000001228972046_row19349142520250"><th align="left" class="cellrowborder" valign="top" width="33.08%" id="mcps1.3.1.3.2.4.1.1"><p id="css_01_0143__en-us_topic_0000001228972046_p10110105617188">Parameter</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="15.790000000000001%" id="mcps1.3.1.3.2.4.1.2"><p id="css_01_0143__en-us_topic_0000001228972046_p81101456141815">Type</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="51.129999999999995%" id="mcps1.3.1.3.2.4.1.3"><p id="css_01_0143__en-us_topic_0000001228972046_p411085651815">Description</p>
|
|
</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody><tr id="css_01_0143__en-us_topic_0000001228972046_row1093815531963"><td class="cellrowborder" valign="top" width="33.08%" headers="mcps1.3.1.3.2.4.1.1 "><p id="css_01_0143__en-us_topic_0000001228972046_p19383534613">flowcontrol.path.white_list</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="15.790000000000001%" headers="mcps1.3.1.3.2.4.1.2 "><p id="css_01_0143__en-us_topic_0000001228972046_p1693817534618">List<String></p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="51.129999999999995%" headers="mcps1.3.1.3.2.4.1.3 "><p id="css_01_0143__en-us_topic_0000001228972046_p197801343183318">Paths that are not under flow control. These paths are not affected by memory flow control, CPU flow control, or one-click blocking; but are under IP address-based flow control.</p>
|
|
<p id="css_01_0143__en-us_topic_0000001228972046_p1993805314614">A maximum of 10 paths can be configured. A path can contain up to 32 characters.</p>
|
|
<p id="css_01_0143__en-us_topic_0000001228972046_p119388531765">This parameter is left blank by default.</p>
|
|
<div class="note" id="css_01_0143__en-us_topic_0000001228972046_note118071849142614"><span class="notetitle"> NOTE: </span><div class="notebody"><p id="css_01_0143__en-us_topic_0000001228972046_p888915417549">You are advised not to configure this parameter, unless required by plug-ins.</p>
|
|
</div></div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div class="section" id="css_01_0143__en-us_topic_0000001228972046_section08193139418"><h4 class="sectiontitle">Procedure</h4><ol id="css_01_0143__en-us_topic_0000001228972046_ol927111214106"><li id="css_01_0143__en-us_topic_0000001228972046_li1274916552817">Log in to the CSS management console.</li><li id="css_01_0143__en-us_topic_0000001228972046_li1274935516811">Choose <strong id="css_01_0143__en-us_topic_0000001228972046_b1157444913410">Clusters</strong> in the navigation pane. On the <strong id="css_01_0143__en-us_topic_0000001228972046_b3219191319535">Clusters</strong> page, locate the target cluster and click <strong id="css_01_0143__en-us_topic_0000001228972046_b16219141313534">Access Kibana</strong> in the <strong id="css_01_0143__en-us_topic_0000001228972046_b1219813155319">Operation</strong> column.</li><li id="css_01_0143__en-us_topic_0000001228972046_li927171291011">In the navigation tree on the left, choose <strong id="css_01_0143__en-us_topic_0000001228972046_b4373181235816">Dev Tools</strong>. Run the following command to configure the global path whitelist for flow control:<pre class="screen" id="css_01_0143__en-us_topic_0000001228972046_screen1922054962716">PUT _cluster/settings
|
|
{
|
|
"persistent": {
|
|
"flowcontrol.path.white_list": "xxxx"
|
|
}
|
|
}</pre>
|
|
</li></ol>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="css_01_0139.html">Flow Control 1.0</a></div>
|
|
</div>
|
|
</div>
|
|
|