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
In the path-based scripting mode, common filter decoration directives (e.g., add_field, add_tag) are not run on a successful execution of the ruby filter.
e.g., with the following ruby script:
def filter(event)
logger.info("processing event")
[event]
end
In the path-based scripting mode, common filter decoration directives (e.g.,
add_field
,add_tag
) are not run on a successful execution of the ruby filter.e.g., with the following ruby script:
And the following pipeline config:
The event succeeds, but is not decorated:
The text was updated successfully, but these errors were encountered: