fix typos in doc + update schema (#221)
Co-authored-by: erenJag <erenJag>
This commit is contained in:
parent
b270bfbcfe
commit
160b5f8486
3 changed files with 3 additions and 3 deletions
|
@ -30,7 +30,7 @@ To achieve this, Crowdsec reads logs from different sources (files, streams ...)
|
|||
|
||||
Crowdsec is a modular and plug-able framework, it ships a large variety of well known popular scenarios; users can choose what scenarios they want to be protected from as well as easily add new custom ones to better fit their environment.
|
||||
|
||||
Detected malevolent peers can then be prevented from accessing your resources by deploying [bouncers](https://hub.crowdsec.net/browse/#blockers) at various levels (applicative, system, infrastructural) of your stack.
|
||||
Detected malevolent peers can then be prevented from accessing your resources by deploying [bouncers](https://hub.crowdsec.net/browse/#bouncers) at various levels (applicative, system, infrastructural) of your stack.
|
||||
|
||||
One of the advantages of Crowdsec when compared to other solutions is its crowded aspect : Meta information about detected attacks (source IP, time and triggered scenario) are sent to a central API and then shared amongst all users.
|
||||
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 35 KiB |
|
@ -106,7 +106,7 @@ extra:
|
|||
name: Crowdsec Hub
|
||||
htmlname: "[Crowdsec Hub](https://hub.crowdsec.net/)"
|
||||
url: "https://hub.crowdsec.net/"
|
||||
plugins_url: "https://hub.crowdsec.net/browse/#blockers"
|
||||
plugins_url: "https://hub.crowdsec.net/browse/#bouncers"
|
||||
scenarios_url: "https://hub.crowdsec.net/browse/#configurations"
|
||||
parsers_url: "https://hub.crowdsec.net/browse/#configurations"
|
||||
collections_url: "https://hub.crowdsec.net/browse/#collections"
|
||||
|
@ -144,7 +144,7 @@ extra:
|
|||
bouncers:
|
||||
name: bouncers
|
||||
Name: Bouncers
|
||||
url: "https://hub.crowdsec.net/browse/#blockers"
|
||||
url: "https://hub.crowdsec.net/browse/#bouncers"
|
||||
htmlname: "[bouncers](/bouncers/)"
|
||||
Htmlname: "[Bouncers](/bouncers/)"
|
||||
plugins:
|
||||
|
|
Loading…
Reference in a new issue