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
In order for the plugin to output data that can be correctly parsed by fluentd when it will forward it to some storage like for example elasticsearch, it is necessary to use the RecordFormatter class on the logging handler.
However, there are two issues:
The need for this step is undocumented
The code in the plugin is python2-compatible only, as it uses the basestring