How to add filter with specific syntax? For example I need <record> tag: ``` <filter foo.bar> type record_transformer <record> hostname "#{Socket.gethostname}" </record> </filter> ```
How to add filter with specific syntax?
For example I need tag: