Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some MongoDB fields are wrong #3989

Closed
exekias opened this issue Apr 11, 2017 · 1 comment · Fixed by #4025
Closed

Some MongoDB fields are wrong #3989

exekias opened this issue Apr 11, 2017 · 1 comment · Fixed by #4025

Comments

@exekias
Copy link
Contributor

exekias commented Apr 11, 2017

Some mongodb fields do not match their field definition, we will need to update it. See:

https://github.com/elastic/beats/blob/master/metricbeat/module/mongodb/dbstats/data.go#L12 and
https://github.com/elastic/beats/blob/5.3/metricbeat/module/mongodb/dbstats/_meta/fields.yml#L7

.bytes is appended to fields definition but not reported by the code. We should review all the fields in this module, as I see others affected too.

This was detected in this thread: https://discuss.elastic.co/t/cannot-index-event-avg-obj-size/81941/1

@exekias exekias added bug Metricbeat Metricbeat labels Apr 11, 2017
@exekias
Copy link
Contributor Author

exekias commented Apr 11, 2017

We should update #3842 with the result of the fix for this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants