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
Describe the bug
Because of a mutate bug, when a pipeline has more than one filter, the dataType can end with the value of the default filter's dataType. So, the default filter must check if has a dataType, if not then apply default.
To Reproduce
Steps to reproduce the behavior:
Go to 'Data parsing'
Click on 'Syslog' pipeline
Add a new valid filter
Expected behavior
Final dataType must be the one of the new filter added
Environment
UTMStack QA
Possible solution
Modify JSON, Syslog and generic filters