-
Notifications
You must be signed in to change notification settings - Fork 452
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
[Lens Migration] Migrate visualizations to lens for ActiveMQ, Spring Boot and WebSphere Application Server #5250
Conversation
💚 CLA has been signed |
/test |
🌐 Coverage report
|
Regarding: packages/activemq/img/metricbeat-activemq-queues.png dont see the colour combinations of dashboard before vs. after. Is it related to this comment. What can we do to fix it?
|
@@ -14,7 +14,7 @@ categories: | |||
- message_queue | |||
- infrastructure | |||
conditions: | |||
kibana.version: ^8.2.0 |
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.
Is the Lens Migration going to force a Kibana version upgrade of the packages. Why is this being done?
That may not be acceptable, if the packages are in the older releases.
Yes @lalit-satapathy. In gradient color palette, user can customize the color ranges. But the gradient color palette is not available in lens. Hence, the exact color palette can not be replicated in lens. However, if colors are customized based on particular use case (for example, red color for failures and green color for success) then we are not relying on default colors and configuring the color ranges manually. |
/test |
I'm on the AppEx visualizations team. A few initial takes on the issue list:
Perfect
Yes, we suggest horizontal bar chart as a current alternative.
We had trouble reproducing this issue, but got a response and may be able to look more into this. Is this a blocker or more of a nice-to-have?
Looks like this will be fixed in 8.8.
Are you sure the linked issue is related?
If you mean splitting a chart into multiple smaller charts by a breakdown dimension, this is the issue to track: elastic/kibana#72063
We'd welcome an issue if you haven't already filed one!
This according to the design of the new metric visualization. Metric always gets shown in bottom right to promote alignment between panels. See this discussion for more details.
Is this a blocker/problem?
True, this was by design. But they got added back in 8.7. cc @stratoula |
Thanx @drewdaemon! One more question from my side. Can you give more details on
Do you mean with breakdown by Filters or another case? If yes, which? |
Make sense! We will migrate the TagCloud visualizations to horizontal bar chart.
No. This is not a blocker for us. But it would be good if this issue gets resolved. It seems like in TSVB, if some fields are not configured (eg., time_field, data-view etc.) then it will show the chart using default values (eg., @timestamp, logs-*). On the other hand, to migrate those visualizations in lens, these fields must be configured otherwise user won't see
👍
The issue is related to the default interval. Lens and TSVB shows the different output for the same interval (when interval is small and configured to "auto") [GitHub Issue]
👍
I have created one GitHub issue for this.
👍
No. This is not a blocker issue. Because user is still able to export data using
👍 |
Yes, in breakdown functionality we don't have Gradient and Rainbow color palette. I have created the GitHub issue for the same. |
We still need to work on this PR. Hence putting this in the draft as of now. |
Raised individual PRs for integrations and achieve minimum Kibana version using manual migration. |
What does this PR do?
Below are the statistics for ActiveMQ Lens migration:
Note: One visualization is TagCloud that can not be migrated to Lens.
Below are the statistics for Spring Boot Lens migration:
Below are the statistics for WebSphere Application Server Lens migration:
Note: Three visualizations are migrated to new input controls.
Checklist
changelog.yml
file.Author's checklist
changelog.yml
file.Related issues
Known issues
8.6.x
version. [GitHub issue]