Docs
Search
⌃K

Transform

Transform is responsible for parsing, enriching, or transforming your event data in-flight. A transform consists of multiple functions that can be chained together and executed in order.

To Create a transform

1. In https://apps.signalflex.io/transform/add page, click + Add transform button.
2. Click + Add function to add new function to this transform.
3. A function form will appear, click dropdown menu and select the function your want to use.
4. Test you transform. Before save your transform configuration, you can test them with an example input. These transforms functions will be executed with the input.
Click Test button, you can see a pane appear on the right where you can fill in example input
Fill in example input and click Test Transform
Inspect result is rendered
5. If everything is working as expected, add a name to your transform and click Save.
Last modified 2yr ago