Skip to content

Commit 0fdacb3

Browse files
author
jdv
committed
remediation sync page
1 parent 01a2da1 commit 0fdacb3

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed

crowdsec-docs/sidebarsUnversioned.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,14 @@ const sidebarsUnversionedConfig: SidebarConfig = {
228228
},
229229
],
230230
},
231+
{
232+
id: "console/remediation_sync",
233+
type: "doc",
234+
label: "Remediation Sync",
235+
customProps: {
236+
tag: "premium",
237+
},
238+
},
231239
{
232240
type: "doc",
233241
label: "Remediation Metrics",
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
id: remediation_sync
3+
title: Remediation Sync
4+
---
5+
6+
import { Badge } from "@site/src/ui/badge";
7+
8+
<div className="mb-4">
9+
<Badge variant="premium">CrowdSec Premium Feature</Badge>
10+
</div>
11+
12+
:::info Beta Feature
13+
This feature is currently in beta (v0.1). It can be enabled from the Settings page under the Security Engines section for all Beta participants.
14+
:::
15+
16+
## Introduction
17+
18+
Remediation Sync automatically synchronizes security decisions across your entire organization, ensuring consistent threat protection everywhere.
19+
All decisions from one Security Engine are automatically synced to all other Security Engines and your Blocklists-as-a-Service (BLaaS) endpoints, allowing for simple, consistent edge enforcement.
20+
21+
## How It Works
22+
23+
When one Security Engine detects and creates a decision about a threat, that decision is immediately propagated to:
24+
- All other Security Engines in your organization
25+
- Your Blocklists-as-a-Service (BLaaS) endpoints
26+
27+
This ensures that once a threat is identified anywhere in your infrastructure, it's blocked everywhere.
28+
29+
> In the current version, Remediation Sync shares across the whole organization.
30+
> Future versions will allow more granular control over which Security Engines share decisions to what other Security Engines or BLaaS endpoints.
31+
32+
## Enabling Remediation Sync
33+
34+
To enable this feature:
35+
36+
1. Navigate to **Settings** in your CrowdSec Console
37+
2. Go to the **Security Engines** section
38+
3. Toggle the **Remediation Sync** option to **ON**
39+

0 commit comments

Comments
 (0)