Hello
Currently I have multiple configuration files, each listening on their own port and with their filters.
Would it be better to merge it all in one and using conditionals, filter out, do transformations needed and then, also using conditionals, send each to its own output?
Thanks