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
nameName of the processor.
Array of source attributes.
Type of logs status remapper.
Generated using TypeDoc
Use this Processor if you want to assign some attributes as the official status.
Each incoming status value is mapped as follows.
emerg
or f (case-insensitive) map toemerg
(0)a
(case-insensitive) map toalert
(1)c
(case-insensitive) map tocritical
(2)err
(case-insensitive) map toerror
(3)w
(case-insensitive) map towarning
(4)n
(case-insensitive) map tonotice
(5)i
(case-insensitive) map toinfo
(6)d
,trace
orverbose
(case-insensitive) map todebug
(7)o
or matchingOK
orSuccess
(case-insensitive) map to OKinfo
(6)Note: If multiple log status remapper processors can be applied to a given log, only the first one (according to the pipelines order) is taken into account.