mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-09 08:56:23 -04:00
Bump version 1.0.3; acquire packet filter logs. (#3376)
This commit is contained in:
parent
101ef0a232
commit
a4b63d523b
4 changed files with 10 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
PLUGIN_NAME= crowdsec
|
||||
PLUGIN_VERSION= 1.0.2
|
||||
PLUGIN_VERSION= 1.0.3
|
||||
PLUGIN_DEPENDS= crowdsec
|
||||
PLUGIN_COMMENT= Lightweight and collaborative security engine
|
||||
PLUGIN_MAINTAINER= marco@crowdsec.net
|
||||
|
|
|
|||
|
|
@ -8,6 +8,12 @@ WWW: https://crowdsec.net/
|
|||
Plugin Changelog
|
||||
================
|
||||
|
||||
1.0.3
|
||||
|
||||
* acquire filter logs for the firewallservices/pf collection (port scans).
|
||||
If you already added it manually, you can remove it now to avoid counting
|
||||
the events twice.
|
||||
|
||||
1.0.2
|
||||
|
||||
* updated cron job (reload only when there are updates), added small random delay
|
||||
|
|
|
|||
|
|
@ -14,5 +14,7 @@ filenames:
|
|||
- /var/log/audit/latest.log
|
||||
# collection: crowdsecurity/opnsense-gui (web admin)
|
||||
- /var/log/lighttpd/latest.log
|
||||
# collection: firewallservices/pf
|
||||
- /var/log/filter/latest.log
|
||||
labels:
|
||||
type: syslog
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<model>
|
||||
<mount>//OPNsense/crowdsec/general</mount>
|
||||
<description>CrowdSec general configuration</description>
|
||||
<version>1.0.2</version>
|
||||
<version>1.0.3</version>
|
||||
<items>
|
||||
|
||||
<agent_enabled type="BooleanField">
|
||||
|
|
|
|||
Loading…
Reference in a new issue