-
there're some examples over the resources documentation like |
Beta Was this translation helpful? Give feedback.
Answered by
jszwedko
Aug 1, 2023
Replies: 1 comment 2 replies
-
Hi @AvihaiSam , The available fields are any that exist on the event. This can vary depending on the source of the data and any transformations that have been applied. The easiest way to see which fields are available are to use |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
AvihaiSam
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @AvihaiSam ,
The available fields are any that exist on the event. This can vary depending on the source of the data and any transformations that have been applied. The easiest way to see which fields are available are to use
vector tap
to see the events flowing into a component (or wire up theconsole
sink withencoding.codec = "json"
).