doc/configuration: remove mention to prune-flows

Although the `prune-flows` option was removed with a5587fec2e,
when documentation for the suricata.yaml config file was added with
b252b0d, this option was also included - as has remained until now.
pull/11792/head
Juliana Fajardini 4 weeks ago committed by Victor Julien
parent b3bd57246f
commit 1420c83a87

@ -1065,21 +1065,20 @@ flow-engine goes into the emergency-mode. In this mode, the engine
will make use of shorter time-outs. It lets flows expire in a more will make use of shorter time-outs. It lets flows expire in a more
aggressive manner so there will be more space for new Flows. aggressive manner so there will be more space for new Flows.
There are two options: emergency_recovery and prune_flows. The Emergency_recovery defines the percentage of flows that the engine needs to
emergency recovery is set on 30. This is the percentage of prealloc'd prune before clearing the **emergency mode**. The default ``emergency-recovery``
flows after which the flow-engine will be back to normal (when 30 value is 30. This is the percentage of prealloc'd flows after which the flow
percent of the 10000 flows is completed). -engine will be back to normal (when 30 percent of the 10000 flows are
completed).
If during the emergency-mode, the aggressive time-outs do not If during the **emergency-mode** the aggressive time-outs do not
have the desired result, this option is the final resort. It have the desired result, this option is the final resort. It
ends some flows even if they have not reached their time-outs ends some flows even if they have not reached their time-outs
yet. The prune-flows option shows how many flows there will be yet.
terminated at each time a new flow is set up.
:: ::
emergency_recovery: 30 #Percentage of 1000 prealloc'd flows. emergency_recovery: 30 #Percentage of 10000 prealloc'd flows.
prune_flows: 5 #Amount of flows being terminated during the emergency mode.
Flow Time-Outs Flow Time-Outs
~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~

Loading…
Cancel
Save