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
This is an idea for improving reuse and code style VRL. I suggest to realize mechanism like python import or Jinja include. tthis is necessary to use user vrl code in different pipelines without using the Pipeline to Pipeline communication
For example:
Including files in VRL configuration. The fluentd example you referenced is a feature of some YAML engines to include files. Unfortunately I don't think the serde-yaml, which we use, supports that feature.
It seems like you don't really want 3, but just 1 and 2. Since we have an issue for 1 already, I'll repurpose this issue to be about 2.
This is an idea for improving reuse and code style VRL. I suggest to realize mechanism like python
import
or Jinjainclude
. tthis is necessary to use user vrl code in different pipelines without using the Pipeline to Pipeline communicationFor example:
user library
pipeline code
The text was updated successfully, but these errors were encountered: