-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Trim project from GCE cloud metadata #10987
Trim project from GCE cloud metadata #10987
Conversation
This removes the project info from the `cloud.machine.type` and `cloud.availability_zone` fields that are added to the add_cloud_metadata processor for Google Compute Engine (GCE). Fixes elastic#10968
@@ -31,6 +31,8 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d | |||
- Allow Central Management to send events back to kibana. {issue}9382[9382] | |||
- Initialize the Paths before the keystore and save the keystore into `data/{beatname}.keystore`. {pull}10706[10706] | |||
- Add `cleanup_timeout` option to docker autodiscover, to wait some time before removing configurations after a container is stopped. {issue]10374[10374] {pull}10905[10905] | |||
- On Google Cloud Engine (GCE) the add_cloud_metadata will now trim the project | |||
info from the cloud.machine.type and cloud.availability_zone. {issue}10968[10968] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be listed as a breaking change, to be on the safe side?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Being safe. If you are using GCE and have queries or aggs based on the old values, they will be broken.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for the quick fix!
@andrewkroh I think we want this backported quickly to the 7.0 branch, to make sure we don't miss the RC1. |
This removes the project info from the cloud.machine.type and cloud.availability_zone fields that are added to the add_cloud_metadata processor for Google Compute Engine (GCE). Fixes elastic#10968, elastic#10775 (docs) (cherry picked from commit f527cd5)
This removes the project info from the
cloud.machine.type
andcloud.availability_zone
fieldsthat are added to the add_cloud_metadata processor for Google Compute Engine (GCE).
Fixes #10968, #10775 (docs)