-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
output: flush complex nested values, not just map[string]string.
send the full nested complex values when flushing to output plugins in `Message.Record` as a `map[string]interface{}` instead of as a simple `map[string]string`. This will allow receiving float64 and other simple types as well as nested records with key/value pairs and arrays. tests have also been added for this new functionality. Signed-off-by: Phillip Whelan <[email protected]>
- Loading branch information
Showing
2 changed files
with
261 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters