-
Notifications
You must be signed in to change notification settings - Fork 438
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
[O11y][AWS] Migrate AWS Billing dashboard visualizations to lens #6644
[O11y][AWS] Migrate AWS Billing dashboard visualizations to lens #6644
Conversation
🌐 Coverage report
|
…s_migration-aws-billing
…s_migration-aws-billing
}, | ||
"title": "", | ||
"type": "lens", | ||
"visualizationType": "lnsLegacyMetric" |
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.
For Total Estimated Charges
chart maybe we should use the new Metric chart type instead of the legacy one.
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.
@gpop63, As discussed with the @kaiyan-sheng, if we use the new metric chart and if the value is 5004 then the new metric visualization will show us 5k. It won't show us the actual value that is 5004. Also there isn't any option available to change this behavior. Hence we need to create a legacy metric for this particular panel! Let me know if you strongly feel that this should be new metric chart!
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.
Just FYI this is changed in kibana 8.9 (custom format is added), so it can be updated at some point in the future.
} | ||
], | ||
"palette": { | ||
"name": "default", |
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.
I see that we use default
palette which is great, but I think the screenshot above is still showing compatibility
palette? 🤔
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.
Yes, you are right! I will update the screenshot.
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.
I have created an issue to track this: #6835
…s_migration-aws-billing and update screenshot
/test |
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!
…s_migration-aws-billing
Package aws - 1.50.2 containing this change is available at https://epr.elastic.co/search?package=aws |
What does this PR do?
Manually migrate
AWS Billing
visualizations to the lens in the current Kibana version8.8.1
itself.Statistics for
AWS Billing
Lens migration:Migration stats
Checklist
changelog.yml
file.Author's Checklist
Related issues
Note:
Please refer the below
Before Migrated screenshot
to compare!