github.com/crowdsecurity/crowdsec@v1.6.1/pkg/leakybucket/tests/leaky-fixedqueue/bucket.yaml (about)

     1  type: leaky
     2  debug: true
     3  name: test/simple-leaky
     4  description: "Simple leaky"
     5  filter: "evt.Line.Labels.type =='testlog'"
     6  leakspeed: "10s"
     7  capacity: 5
     8  cache_size: 3
     9  groupby: evt.Meta.source_ip
    10  labels:
    11   type: overflow_1
    12