-
Notifications
You must be signed in to change notification settings - Fork 460
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
gcp.compute data stream does not collect data in correct namespace #4342
Comments
That's my bad, I was tracking that this, https://github.com/elastic/beats/blob/main/x-pack/metricbeat/module/gcp/metrics/response_parser.go#L82, was doing all the renaming but I guess I missed the parent field renaming being done by the module |
No worries, we missed it too. I think we missed because is not part of the metricset but is being done somewhere in libbeat. If you could update any open PR (if there are any still open) with this change that would be appreciated. |
While working on fixing this we also discovered an issue affecting (probably) the entire gcp package due to a invalid YAML indentation that Kibana UI complained when adding a new integration. Already fixed with #4355 |
Reopening as this relates to multiple PRs |
All PRs have been merged. I'll release |
This is being released in elastic/package-storage#5786 |
We missed the ingest pipeline for Fixes released as part of |
As per #3188 we started removing usage of Beats lightweight modules from
gcp
package data streams.To remove them, we are directly using the
gcp.metrics
Metribeat module.Today we uncovered an issue with he migration: data are collected all under
gcp.metrics
namespace, instead ofgcp.<data stream name>
namespace.The first version with the issue is 2.11.0 (#3797)
Affected versions:
Affected data streams:
gcp.compute
in 2.11.0gcp.firestore
in 2.11.2 (not yet promoted to production)gcp.storage
in 2.11.5 (not yet promoted to production)gcp.pubsub
in 2.11.4 (not yet promoted to production)gcp.loadbalancing
in 2.11.6 (not yet promoted to production)gcp.dataproc
in 2.11.7 (not yet promoted to production)Fixes released in:
2.11.10-beta.1
2.11.10-beta.2
2.11.10-beta.3
2.11.10-beta.4
2.11.10-beta.5
2.11.10-beta.6
The text was updated successfully, but these errors were encountered: