-
Notifications
You must be signed in to change notification settings - Fork 50
Closed
Labels
help-wantedExtra attention is neededExtra attention is needed
Description
Describe the bug
When a new filter definition is added to a pipeline, the "mutate" module duplicates the HTTP input definition in the 000-input.conf file into the container
To Reproduce
Steps to reproduce the behavior:
- Go to 'Data Processing'
- Click on 'Sysolg'
- Add a new valid filter
- Connect to the instance via ssh
- Execute bash into the container -> docker exec -it container_id bash
- Type cd pipelines/syslog
- Type cat 000-input.conf
- Check the result
Expected behavior
When creating new filters, no new HTTP input must be generated. It is only one HTTP input definition by pipeline.
Environment
- UTMStack QA
Possible solution
Check the SQL query you are using, maybe is returning one input definition by every filter. You should create one input definition by input in the DB associated with the pipeline itself, not with the filter.
Metadata
Metadata
Assignees
Labels
help-wantedExtra attention is neededExtra attention is needed
Type
Projects
Status
✅ Done