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>
2.5 KiB
2.5 KiB
One-click Traffic Blocking
You can block all connections in one click, except the connections that passes through O&M APIs, to handle unexpected traffic burst and quickly recover your cluster.
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 pane on the left, choose Dev Tools and run commands to enable or disable one-click traffic blocking.
- Enable one-click traffic blocking
PUT /_cluster/settings { "persistent": { "flowcontrol.break.enabled": true } }
- Disable one-click traffic blocking
PUT /_cluster/settings { "persistent": { "flowcontrol.break.enabled": false } }
- Enable one-click traffic blocking
Parent topic: Flow Control 2.0