Skip to content

Commit 51756b8

Browse files
committed
up
1 parent 08be5c2 commit 51756b8

File tree

3 files changed

+13
-10
lines changed

3 files changed

+13
-10
lines changed

crowdsec-docs/docs/intro.mdx

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -54,27 +54,30 @@ In addition to the core "detect and react" mechanism, CrowdSec is committed to s
5454
-->
5555
<div style={{display: 'flex'}}>
5656
<div style={{textAlign: 'center', flex: '1'}}>
57-
<img src={useBaseUrl('/img/simplified_SE_underthehood.gif')}></img>
57+
<img src={useBaseUrl('/img/simplified_SE_underthehood.png')}></img>
5858
</div>
5959
</div>
6060

6161
Under the hood, the Security Engine has various components:
6262

63-
- The [Log Processor](...) is in charge of detection: it analyzes logs from various data sources or HTTP requests from web servers.
64-
- The [Local API](...) acts as a middle man between the [Log Processors](...) and the [Remediation Components](...) which are in charge of enforcing decisions.
65-
- The [Remediation Components](...) - also known as bouncers - are in charge of blocking bad IPs by using the components already available.
63+
- 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.
64+
- The [WAF](/appsec/intro.md) feature is part of the Log Processor and filters HTTP Requests from the compatible web servers.
65+
- 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.
66+
- The [Remediation Components](/u/bouncers/intro) - also known as bouncers - are in charge of blocking bad IPs by using the components already available.
6667

6768

6869
<!-- @tko
6970
- decide which ones to keep in the list and make (short) dedicated pages for those
7071
-->
7172

72-
This architecture allows great flexibility in setups. Find the one relevant to you:
73-
- I have one or more machine with no log pit (ie. VPS)
74-
- I have an existing log pit (ie. rsyslog)
75-
- I am running containers
76-
- I am running kubernetes
77-
- Just show me an example architecture
73+
This architecture allows for both simple/standalone setups, or more distributed ones including several Log Processors, LAPIs and Remediation components collaborating together:
74+
75+
- One or more machines? Run crowdsec on each (alongside with a remediation component)
76+
- Already have a log pit (such as rsyslog or loki)? Run crowdsec next to it, not on the production workloads
77+
- Running Kubernetes? Have a look at our helm chart
78+
- Running containers? The docker data source might be what you need
79+
- Just looking for a WAF? Look at our quickstart
80+
7881

7982

8083
<AcademyPromo
134 KB
Loading
226 KB
Loading

0 commit comments

Comments
 (0)