Updated on 2023-06-20 GMT+08:00

Global Path Whitelist for Flow Control

Context

The following table describes the global path whitelist parameters for flow control.

Table 1 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.

The default value is null.

NOTE:

You are advised not to configure this parameter, unless required by plug-ins.

Procedure

  1. Log in to the CSS management console.
  2. Choose Clusters in the navigation pane. On the Clusters page, locate the target cluster and click Access Kibana in the Operation column.
  3. 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"
      }
    }