github.com/crowdsecurity/crowdsec@v1.6.1/pkg/leakybucket/tests/simple-leaky-uniq/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: "10s" 8 capacity: 1 9 distinct: evt.Meta.uniq_key 10 groupby: evt.Meta.source_ip 11 labels: 12 type: overflow_1 13