Allow adding the equivalent of "enable_ruby: true" for the concat plugin fields.
I want to create a dynamic multiline pipeline that lets people decide which pattern they want to use based on pod annotations.
This means I need to do something like:
This would allow having self-service applications that can "subscribe" to different logging pipelines and pass configurations to it using the annotations. This means I don't need to create an almost identical pipeline for every application that realizes that it has multi-line exceptions.
Problem
Allow adding the equivalent of "enable_ruby: true" for the concat plugin fields.
I want to create a dynamic multiline pipeline that lets people decide which pattern they want to use based on pod annotations. This means I need to do something like:
This would allow having self-service applications that can "subscribe" to different logging pipelines and pass configurations to it using the annotations. This means I don't need to create an almost identical pipeline for every application that realizes that it has multi-line exceptions.