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. |
PUT _cluster/settings { "persistent": { "flowcontrol.path.white_list": "xxxx" } }