2024-03-28 15:39:40 -05:00
|
|
|
---
|
|
|
|
title: Crowdsec
|
|
|
|
description: Crowdsec Widget Configuration
|
|
|
|
---
|
|
|
|
|
|
|
|
Learn more about [Crowdsec](https://crowdsec.net).
|
|
|
|
|
|
|
|
See the [crowdsec docs](https://docs.crowdsec.net/docs/local_api/intro/#machines) for information about registering a machine,
|
|
|
|
in most instances you can use the default credentials (`/etc/crowdsec/local_api_credentials.yaml`).
|
|
|
|
|
2024-04-02 18:42:34 -04:00
|
|
|
Allowed fields: `["alerts", "bans"]`.
|
2024-03-28 15:39:40 -05:00
|
|
|
|
|
|
|
```yaml
|
|
|
|
widget:
|
|
|
|
type: crowdsec
|
|
|
|
url: http://crowdsechostorip:port
|
|
|
|
username: localhost # machine_id in crowdsec
|
2024-04-08 15:19:35 -07:00
|
|
|
password: password
|
2024-03-28 15:39:40 -05:00
|
|
|
```
|