Overview
This filter type can be used to match, then split a single log into multiple logs.
While you can split lines with an input, you can use this filter for additional line splitting.
Review Parameters
Review the following parameters that you can configure in the Edge Delta App:
YAML | Description |
name |
Enter a descriptive name for this filter. When you create a workflow, you will use this label to enter your filter into the workflow. This parameter is required. Review the following example: - name: split_logs_using_specified_delimiter |
type |
Enter split-with-delimiter. This parameter is required. Review the following example: type: split-with-delimiter |
delimiter |
Enter how to split logs. This parameter is optional. The default value is /n, which creates new lines. Review the following example: delimiter: "," |
Review Sample Configuration
Review the following sample configuration:
- name: split_logs_using_specified_delimiter type: split-with-delimiter delimiter: ","