You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
554 B
YAML
17 lines
554 B
YAML
cep:
|
|
bindings:
|
|
rabbit-eebus-alarm-routingkey:
|
|
enabled: false
|
|
in:
|
|
type: RABBIT
|
|
match:
|
|
# IMPORTANT: for Rabbit ingress we match on the *received routing key* if present,
|
|
# otherwise we match on the consumer queue name.
|
|
queueRegex: "^alarms\\.(?<site>[^.]+)\\.(?<department>[^.]+)\\.(?<deviceId>[^.]+)$"
|
|
extract:
|
|
tenant: "default"
|
|
parserRef: "eebusAlarm"
|
|
detectorRef: "passthroughEebusAlarm"
|
|
lifecyclePolicyRef: "default"
|
|
outputRefs: ["rabbitMalisEebus"]
|