Skip to content

Commit f059b04

Browse files
committed
up
1 parent a332cb3 commit f059b04

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

crowdsec-docs/docs/intro.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ Under the hood, the Security Engine has various components:
5757

5858
- The Log Processor is in charge of detection: it analyzes logs from [various data sources](/docs/data_sources/intro) or [HTTP requests](/appsec/intro.md) from web servers.
5959
- The [Appsec](/appsec/intro.md) feature is part of the Log Processor and filters HTTP Requests from the compatible web servers.
60-
- The [Local API](/local_api/intro.md) acts as a middle man between the [Log Processors](/docs/data_sources/intro) and the [Remediation Components](/u/bouncers/intro) which are in charge of enforcing decisions.
60+
- The [Local API](/local_api/intro.md) acts as a middle man:
61+
- Between the [Log Processors](/docs/data_sources/intro) and the [Remediation Components](/u/bouncers/intro) which are in charge of enforcing decisions.
62+
- And with the [Central API](/central_api/intro.md) to share alerts and receive blocklists.
6163
- The [Remediation Components](/u/bouncers/intro) - also known as bouncers - block malicious IPs at your chosen level—whether via IpTables, firewalls, web servers, or reverse proxies. [See the full list on our CrowdSec Hub.](https://app.crowdsec.net/hub/remediation-components)
6264

6365
This architecture allows for both simple/standalone setups, or more distributed ones including as illustrated below:

0 commit comments

Comments
 (0)