Parse key-value pairs, like “k1=v1,k2=v2,…”.
Field | Type | Required | Description |
---|
description | string | | describe this step. |
condition | lua-expression (string ) | | Only run this action if the condition the specified condition is met. |
delim | string | | The delimiter between pairs, defaults to comma. |
suppress-warnings | boolean (bool ) | | Suppress warnings generated by this action. |
input-field | event-field (string ) | | Field containing text to parse as key-value pairs. |
remove | boolean (bool ) | | Remove the field containing the value. |
autoconvert | boolean (bool ) | | Convert values if possible. |
key-value-delim | string | | The delimiter between the key and the value, default equals. |
multiple | Multiple | | If there are multiple k-v pairs with the same key, choose which one to use E.g. “a=1,b=2,b=3’. |
Value | Name | Description |
---|
first | first | First |
last | last | Last |
array | array | Array |