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.
19 lines
518 B
YAML
19 lines
518 B
YAML
cep:
|
|
bindings:
|
|
mqtt-ports8-raw-json-to-external-detector:
|
|
enabled: true
|
|
in:
|
|
type: MQTT
|
|
match:
|
|
topicRegex: "^/sadfjsadf/(?<site>[^/]+)/(?<department>[^/]+)$"
|
|
extract:
|
|
tenant: "default"
|
|
deviceIdStrategy:
|
|
type: "HASH_OF_TOPIC"
|
|
config:
|
|
salt: "ports8"
|
|
parserRef: "jsonPorts8"
|
|
detectorRef: "externalM2MRest"
|
|
lifecyclePolicyRef: "portsFlappy"
|
|
outputRefs: ["mqttMalisEebus", "mqttMalisEebusDatagramXml"]
|