You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
where: <processor> can be one of: drop_event, drop_fields, include_fields. <condition> contains the definition of the condition that needs to be fulfilled in order for the processor to be executed. If no condition is present, the processor is always executed.
and <parameters> is the list of parameters that are executed by the processor when the condition is fulfilled.
This meta issue has the scope of documenting how to add support for
and
,or
andnot
support in the condition associated to the processors.Let's start with a bit of overview of the
processors
configuration option.The general definition of
processors
is the following:where:
<processor>
can be one of:drop_event
,drop_fields
,include_fields
.<condition>
contains the definition of the condition that needs to be fulfilled in order for the processor to be executed. If no condition is present, the processor is always executed.and
<parameters>
is the list of parameters that are executed by the processor when the condition is fulfilled.The signature for
or
,and
andnot
is:As an example, the condition
a1 or a2 and a3
translates to:The text was updated successfully, but these errors were encountered: