crowdsecurity / crowdsec

CrowdSec - the open-source and participative security solution offering crowdsourced protection against malicious IPs and access to the most advanced real-world CTI.
https://crowdsec.net
MIT License
8.75k stars 451 forks source link

Improvement/Allow Notification System to log alert to flat file or journald #1471

Open Sachiru opened 2 years ago

Sachiru commented 2 years ago

Is your feature request related to a problem? Please describe. This feature request allows for historical logging and log aggregation of actions taken by Crowdsec.

Describe the solution you'd like Allow notification system to log alerts to flat files on local storage or to journald. Actions logged to flat files can then be picked up by logging agents (Fluentd/Zabbix agent/Logstash) and forwarded to log aggregators for historical analysis.

LaurenceJJones commented 1 year ago

User has created https://github.com/zbalkan/notification-file for logging to flat file.