github.com/crowdsecurity/crowdsec@v1.6.1/pkg/leakybucket/tests/simple-leaky-uniq-cachesize/bucket.yaml (about) 1 # ssh bruteforce 2 type: leaky 3 debug: true 4 name: test/simple-leaky 5 description: "Simple leaky" 6 filter: "evt.Line.Labels.type =='testlog'" 7 leakspeed: "20s" 8 capacity: 3 9 cache_size: 1 10 distinct: evt.Meta.uniq_key 11 groupby: evt.Meta.source_ip 12 labels: 13 type: overflow_1 14