forked from coralogix/integrations-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Fluent-Bit plugin encoding array values as Base64
This issue is caused by the fact that the Fluent-Bit decoder sends strings as []byte. There was a partial fix for this in place already that recursed into maps and convertined []byte to string. The fix was incomplete as it didn't handle []interface{}. Hence, strings encoded as []byte inside slices weren't converted. This issue is almost exactly the same as the one in Loki: grafana/loki#1889 Hence, the fix is also almost the same.
- Loading branch information
Showing
1 changed file
with
35 additions
and
9 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