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