Skip to main content
This stage is available in Fusion 5.9.6 and later.
The Route Response Signals to Signal API Index Stage formats the signal data as JSON and posts it to the Signals API, which then sends the signals to cloud storage. This stage is only used with cloud signal storage and is available in the default _signal_ingest pipeline when cloud signals are enabled. See Cloud Signal Storage. for more information. The stage uses the following fields to configure how signals are processed.
FieldTypeDefaultDescription
Required FieldsArrayEmptyA list of field names that must exist in the signal for it to be processed. If any fields are missing, the stage does not process the signal.
Timestamp LocaleStringEmptyThe locale used to parse the signal’s timestamp. If this field is empty, the platform’s default locale is used.

Configuration

When entering configuration values in the UI, use unescaped characters, such as \t for the tab character. When entering configuration values in the API, use escaped characters, such as \\t for the tab character.