forked from docs/doc-exports
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com> Co-authored-by: Zheng, Xiu <zhengxiu@huawei.com> Co-committed-by: Zheng, Xiu <zhengxiu@huawei.com>
4.6 KiB
4.6 KiB
Global Path Whitelist for Flow Control
Context
The following table describes the global path whitelist parameters for flow control.
Parameter |
Type |
Description |
---|---|---|
flowcontrol.path.white_list |
List<String> |
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. A maximum of 10 paths can be configured. A path can contain up to 32 characters. This parameter is left blank by default. NOTE:
You are advised not to configure this parameter, unless required by plug-ins. |
Procedure
- Log in to the CSS management console.
- Choose Clusters in the navigation pane. On the Clusters page, locate the target cluster and click Access Kibana in the Operation column.
- In the navigation tree on the left, choose Dev Tools. Run the following command to configure the global path whitelist for flow control:
PUT _cluster/settings { "persistent": { "flowcontrol.path.white_list": "xxxx" } }
Parent topic: Flow Control 1.0