Sync Response

Last updated: 1 minute read.

Adds the payload in its current state as a synchronous response to the input source, where it is dealt with according to that specific input type.

# Config fields, showing default values
label: ""
sync_response: {}

For most inputs this mechanism is ignored entirely, in which case the sync response is dropped without penalty. It is therefore safe to use this processor even when combining input types that might not have support for sync responses. An example of an input able to utilise this is http_server.

Further information is available in the Synchronous Responses guide.