-
Say you have an event with unknown number of fields, and are only interested in some of them that you know of. How do you discard the rest? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This would depend on where you want to do the field filtering. If you wanted the events to be cleaned up after being ingested via their source, you could use the
If you needed to keep those unknown fields around but remove them specifically for a given sink, you could use the |
Beta Was this translation helpful? Give feedback.
This would depend on where you want to do the field filtering.
If you wanted the events to be cleaned up after being ingested via their source, you could use the
remap
transform with a program such as this: