We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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.
.bytes
This was detected in this thread: https://discuss.elastic.co/t/cannot-index-event-avg-obj-size/81941/1
The text was updated successfully, but these errors were encountered:
We should update #3842 with the result of the fix for this
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: