-
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
[libbeat]image.id and account.id for add_cloud_metadata EC2 #12307
[libbeat]image.id and account.id for add_cloud_metadata EC2 #12307
Conversation
I see a few renames, this makes this a breaking change, isn't it? |
afaik this is not a breaking change for now
|
sorry you are right! change LGTM, it seems it needs a |
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.
Change LGTM but it needs a changelog about the 2 added fields.
thanks for the reviews I was silently expecting some comments regarding this file: @ruflin I guess that yaml sounds like global to all cloud metadata, and shouldn't be touched until we bring those 2 fields to all other cloud providers. If I'm wrong, pls, correct me |
You can definitely add them there, I see |
@odacremolbap you didn't add the fields, something is wrong here? |
@exekias I'll open a new issue to gather that info (image, account) from other providers, then once they are available for all (or most) add it |
why not adding them now? that would mean master is missing these fields, while they may be reported in some cases. It sounds like having fields.yml in is a safer play, you can always change them when adding new providers |
Continuing @jbagel2 effort on #10914
Adding to libbeat
add_cloud_metadata
processor's EC2 implementation:image.id
account.id
Note:
image.id
is not part of ECS, but sounds like a feasible name whether it is included or not in a future ECS reference.Tests have been unified into a single test cased test, and
account.id
andimage.id
has been added to checks.