The out setting expects the name of one or more destination nodes. Each sample which is processed by the path will be sent to each of the destination nodes.
oneOf:
- type:string
- type:array
items:
type:string
enabled:
type:boolean
default:true
description:|
The optional enabled setting can be used to temporarily disable a path.
reverse:
type:boolean
default:false
description:|
By default, the path is unidirectional.
Meaning, that it only forwards samples from the source to the destination.
Sometimes a bidirectional path is needed. This can be accomplished by setting reverse to true.
mode:
type:string
default:any
enum:
- any
- all
description:|
The mode setting specifies under which condition a path is triggered.
A triggered path will multiplex / merge samples from its input nodes and run the configured hook functions on them.
Afterwards the processed and merged samples will be send to all output nodes.