mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-16 14:33:17 +02:00
11 lines
No EOL
322 B
YAML
11 lines
No EOL
322 B
YAML
type: conditional
|
|
name: test/conditional
|
|
#debug: true
|
|
description: "conditional bucket"
|
|
filter: "evt.Meta.log_type == 'http_access-log'"
|
|
groupby: evt.Meta.source_ip
|
|
condition: any(queue.Queue, {.Meta.http_path == "/"}) and any(queue.Queue, {.Meta.http_path == "/foo"})
|
|
leakspeed: 1s
|
|
capacity: -1
|
|
labels:
|
|
type: overflow_1 |