Merge pull request #11 from crowdsecurity/improve_bininstall
up binary install : add essential collection
This commit is contained in:
commit
18bee7ff3e
2 changed files with 21 additions and 3 deletions
|
@ -30,7 +30,7 @@ The process should take less than a minute, [please report if there are any issu
|
|||
|
||||
You are then ready to [take a tour](/getting_started/crowdsec-tour/) of your freshly deployed {{crowdsec.name}} !
|
||||
|
||||
## Using unattended mode
|
||||
## Binary installation
|
||||
|
||||
> you of little faith
|
||||
|
||||
|
@ -41,6 +41,24 @@ sudo {{wizard.bin}} --bininstall
|
|||
This will deploy a valid/empty {{crowdsec.name}} configuration files and binaries.
|
||||
Beware, in this state, {{crowdsec.name}} won't monitor/detect anything unless configured.
|
||||
|
||||
```
|
||||
cscli install collection crowdsecurity/linux
|
||||
```
|
||||
|
||||
|
||||
Installing at least the `crowdsecurity/linux` collection will provide you :
|
||||
|
||||
- syslog parser
|
||||
- geoip enrichment
|
||||
- date parsers
|
||||
|
||||
|
||||
You will need as well to configure your {{ref.acquis}} file to feed {{crowdsec.name}} some logs.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## From source
|
||||
|
||||
!!! warning "Requirements"
|
||||
|
|
|
@ -141,8 +141,8 @@ extra:
|
|||
Parser: "[Parser](/references/parsers/)"
|
||||
scenario: "[scenarios](/references/scenarios/)"
|
||||
Scenario: "[Scenarios](/references/scenarios/)"
|
||||
acquis: "[acquisition](/references/acquis/)"
|
||||
Acquis: "[Acquisition](/references/acquis/)"
|
||||
acquis: "[acquisition](/guide/crowdsec/acquisition/)"
|
||||
Acquis: "[Acquisition](/guide/crowdsec/acquisition/)"
|
||||
output: "[output](/references/output/)"
|
||||
Output: "[Output](/references/output/)"
|
||||
# All the technical terms
|
||||
|
|
Loading…
Reference in a new issue