Replies: 1 comment
-
Hello, The VRL playground event data provides a means to give the VRL program anything you want. When you get to an actual vector pipeline though, the event data is probably different from what you provided in that example, because we process the raw incoming data in the source. Did you try piping directly to the console (without the transform), and inspecting the result? Probably what is going on here is the fields you are looking for are behind the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
A note for the community
Problem
Use Case: We are designing a pipeline to ingest a json object that will output/post a multiline string to an api.
We are able to create the string and add it successfully to a json object however when we try to replace the json document entirely with the string the variables are returning null values.
VRL Playground link: Link for Playground code
Vector transformation config: refer config section.
console output
Expected output:
Configuration
Version
vector-0.30.0-1.x86_64.rpm
Debug Output
No response
Example Data
Additional Context
No response
References
No response
Beta Was this translation helpful? Give feedback.
All reactions