Optional
additionalA container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.
Optional
isWhether or not the processor is enabled.
Optional
isIf true, it replaces all missing attributes of template
by an empty string.
If false
(default), skips the operation for missing attributes.
Optional
nameName of the processor.
The name of the attribute that contains the result of the template.
A formula with one or more attributes and raw text.
Type of logs string builder processor.
Generated using TypeDoc
Use the string builder processor to add a new attribute (without spaces or special characters) to a log with the result of the provided template. This enables aggregation of different attributes or raw strings into a single attribute.
The template is defined by both raw text and blocks with the syntax
%{attribute_path}
.Notes: