mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-16 22:40:54 +02:00
13 lines
267 B
YAML
13 lines
267 B
YAML
type: leaky
|
|
debug: true
|
|
name: test/simple-leaky-cancel
|
|
description: "Simple leaky"
|
|
filter: "evt.Line.Labels.type =='testlog'"
|
|
cancel_on: evt.Parsed.random_value == '42'
|
|
leakspeed: "10s"
|
|
blackhole: 1m
|
|
capacity: 1
|
|
groupby: evt.Meta.source_ip
|
|
labels:
|
|
type: overflow_1
|
|
|