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
I would like to create an output plugin for fluent-bit in go, but I down't know how to display the record (map[interface {}]interface {}) into a JSON string.
Do you have any examples or links that could help me ?