-
Notifications
You must be signed in to change notification settings - Fork 466
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
AWS Billing module EstimatedCharges
field doesn't match integration
#1592
Comments
@kaiyan-sheng thoughts? |
Yes this is a bug caused by not syncing the change between beats and the integration 👍 Thanks for catching it! Will fix it right away. |
I have a branch already, just hadn't pushed it yet. I can push it shortly for u too look at if u want or if there are other changes u want to make as well, I can just toss it. |
@legoguy1000 😂 sorry!!! I just saw your comment...!! |
no problem, i figured there were other changes that needed to be made too. Glad it was fixed. |
Thank you for creating the issue!!! |
Thanks all - as the user that reported it let me know if I can help or test in any way. |
Hi @kaiyan-sheng -- how long roughly until this fix makes it into the repo? |
@threenub The PR is merged into |
The Metricbeat AWS Billing module sets the field
EstimatedCharges
as a Long. The AWS Billing Integration data stream for the agent setsEstimatedCharges.max
as a Long. User reported an error with the AWS agent integration https://elasticstack.slack.com/archives/CNTP6NLTZ/p1631079578142800?thread_ts=1631079307.142600&cid=CNTP6NLTZ.The change in the Metricbeat module from
EstimatedCharges.max
toEstimatedCharges
was made in elastic/beats#20527The AWS Integration needs to update its field mapping to match the Metricbeat module.
The text was updated successfully, but these errors were encountered: