mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-16 14:33:17 +02:00
* make uniq/distinct use a cache that is independant of the bucket's cache_size * add testing specifically for cache_size
14 lines
262 B
YAML
14 lines
262 B
YAML
# ssh bruteforce
|
|
type: leaky
|
|
debug: true
|
|
name: test/simple-leaky
|
|
description: "Simple leaky"
|
|
filter: "evt.Line.Labels.type =='testlog'"
|
|
leakspeed: "20s"
|
|
capacity: 3
|
|
cache_size: 1
|
|
distinct: evt.Meta.uniq_key
|
|
groupby: evt.Meta.source_ip
|
|
labels:
|
|
type: overflow_1
|
|
|