Product Selector

Fusion 5.12
    Fusion 5.12

    Format Signals Index Stage

    Table of Contents

    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.

    This stage makes sure that incoming documents are properly formatted signal events.

    skip - boolean

    Set to true to skip this stage.

    Default: false

    label - string

    A unique label for this stage.

    <= 255 characters

    condition - string

    Define a conditional script that must result in true or false. This can be used to determine if the stage should process or not.

    flatten - boolean

    Flatten nested values.

    Default: true

    allowedTypes - array[string]

    List of allowed signal types.

    undefinedType - string

    Signal type when undefined. Null discards events with undefined type.

    timestampLocale - string

    Use this locale when parsing timestamp information. Null uses platform default locale.