-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Beats dashboards with links come up blank #87181
Comments
Pinging @elastic/integrations (Team:Beats) |
I saw this PR come in this morning: #86942 which might fix this issue? |
The blank screen here should be fixed by the above PR, but the blank screen would only have shown up if the links are invalid. The error seems to be unrelated. Would you mind sending me the URL format for the links so I can double check that everything is working properly now? |
@ThomThomson if the links are invalid then someone from the beats team needs to check why and fix it. One example of the URLs: From here:
Clicking a link:
|
Looks like the URLs are invalid, should be
not
|
Yes that is correct. I am not sure how they were working before. With the fix I implemented, those urls will now correctly redirect to the dashboard listing page. |
I will re-test and verify on the next BC, thanks. |
Links in beats dashboards are defined in one of these two ways:
Should we modify these links for future versions of Beats/integrations? They are working fine in 7.10. |
@flash1293 discovered in https://github.com/elastic/observability-test-plans/issues/175 that these issues are actually due to a missing BWC case in dashboard in 7.11.0 I have fixed this in #87246, including a functional test to make sure this doesn't happen again. That said, it could be best to modify the links in the dashboards to the latest format. |
Kibana version: 7.11.0 BC 1
Elasticsearch version: 7.11.0 BC 1
Server OS version: Ubuntu
Browser version: Chrome Latest
Original install method (e.g. download page, yum, from source, etc.):
staging
Description of the problem including expected versus actual behavior:
Go to a beats dashboard with links for example:
[Packetbeat] Overview ECS
or[Metricbeat System] Overview ECS
Steps to reproduce:
The text was updated successfully, but these errors were encountered: