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
It appears that this filter is written for the case where a transformation would need to be done on text or to an array. What if we already have a Hash and wish to flatten (merge) it with the event? I don't see any built in way without resorting to using Ruby. Would it be acceptable to add support for processing an existing Hash, or have I missed an easier way of merging a field containing a Hash with an event?
The text was updated successfully, but these errors were encountered:
It appears that this filter is written for the case where a transformation would need to be done on text or to an array. What if we already have a Hash and wish to flatten (merge) it with the event? I don't see any built in way without resorting to using Ruby. Would it be acceptable to add support for processing an existing Hash, or have I missed an easier way of merging a field containing a Hash with an event?
The text was updated successfully, but these errors were encountered: