7dc164bc5d
this patch adds base framework for a new event pipeline manager to allow developers/operators ability to transform and trigger incoming notifications similar to how pipeline manager works for samples. Change-Id: I607763213d9bf0121bf4182e236335546a1222f8 Implements: blueprint notification-pipelines
14 lines
210 B
YAML
14 lines
210 B
YAML
---
|
|
sources:
|
|
- name: event_source
|
|
events:
|
|
- "*"
|
|
sinks:
|
|
- event_sink
|
|
sinks:
|
|
- name: event_sink
|
|
transformers:
|
|
triggers:
|
|
publishers:
|
|
- direct://
|