Event flow modifiers

Some fields defined on an event can change the data flow in Intelie Live.

Examples

In the example below, the first event will be overwritten by the second one.

echo '{"__type":"some_type", key: k, a: 1}' | nc localhost 17042
echo '{"__type":"some_type", key: k, a: 2, __overwrite:key}' | nc localhost 17042

Last updated