Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ Currently, only 4 orders are available:

## Enable console management

:::info

Since CrowdSec v1.6.9, this flag is no longer required. CrowdSec will automatically detect the console plan in use and enable this option if needed.

It may take up to 30 minutes for CrowdSec to detect a plan upgrade or downgrade.

:::

We need to enable the option on the LAPI side:
```bash
sudo cscli console enable console_management
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar_position: 1
---

:::info
This feature needs the *console_management* feature activated on your Security Engine.
If running a version before v1.6.9, this feature needs the *console_management* feature activated on your Security Engine.
Activate it to make sure actions from the **decision management** are applied **immediately**.
Check the instructions to activate it [HERE](/u/console/decisions/decisions_intro).
:::
Expand Down