Metricbeat Kubernetes Module has JSON marshal error

I am using metricbeat's kubernetes module and have come across what I believe is a bug. It is related to this issue: https://github.com/elastic/beats/issues/19475.

I am not a Go developer, but seems like a fix might be just as easy as declaring the effected fields as a string in this file? https://github.com/elastic/beats/blob/master/metricbeat/module/kubernetes/types.go

The solution I am proposing comes to me from reading the docs on json.Marshal here: https://golang.org/pkg/encoding/json/#Marshal.

Is anyone else running into this issue by any chance or does anyone else have any input by any chance?

Hi!

There is already a fix on the way linked to the issue you report!

Thanks!

1 Like

Thank you!

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.