-
Notifications
You must be signed in to change notification settings - Fork 522
Add Links panel to elastic/obs-infraobs-integrations packages
#14607
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
Conversation
🚀 Benchmarks reportTo see the full report comment with |
elastic/obs-infraobs-integrations packages
|
@Linu-Elias Please update the screesnhot after the cahnge of the dashboards. |
|
NGINX_Ingress_otel before and after screenshots looks same. Pls confirm if changes have been reflected. |
ishleenk17
left a comment
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.
1 nit. Else looks good
💚 Build Succeeded
History
cc @Linu-Elias |
|
|
Package nagios_xi - 1.7.0 containing this change is available at https://epr.elastic.co/package/nagios_xi/1.7.0/ |
|
Package nginx_ingress_controller_otel - 0.2.0 containing this change is available at https://epr.elastic.co/package/nginx_ingress_controller_otel/0.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.
Pull Request Overview
This PR updates dashboards across four integration packages (iis, nagios_xi, nginx_ingress_controller_otel, and o365_metrics) to use the modern Links panel instead of legacy Markdown-based navigation. The change improves dashboard navigation UI and modernizes the user experience.
Key changes include:
- Replacement of Markdown visualization navigation with dedicated Links panels
- Updates to dashboard layout and panel configurations to accommodate the new Links components
- Version bumps for all affected packages
Reviewed Changes
Copilot reviewed 26 out of 26 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| packages/iis/manifest.yml | Version bump from 1.23.0 to 1.24.0 |
| packages/iis/kibana/dashboard/*.json | Replace Markdown navigation with Links panels across 4 IIS dashboards |
| packages/nagios_xi/manifest.yml | Version bump from 1.6.0 to 1.7.0 |
| packages/nagios_xi/kibana/dashboard/*.json | Replace Markdown navigation with Links panels across 4 Nagios XI dashboards |
| packages/nginx_ingress_controller_otel/manifest.yml | Version bump from 0.1.1 to 0.2.0 |
| packages/nginx_ingress_controller_otel/kibana/dashboard/*.json | Replace Markdown navigation with Links panels across 2 Nginx dashboards |
| packages/o365_metrics/manifest.yml | Version bump from 0.21.0 to 0.22.0 |
| packages/o365_metrics/kibana/dashboard/*.json | Replace Markdown navigation with Links panels across 8 O365 dashboards |
| packages/*/changelog.yml | Add changelog entries for the enhancement |
| # newer versions go on top | ||
| - version: "0.22.0" | ||
| changes: | ||
| - description: Use Links panel for the dahsboards. |
Copilot
AI
Jul 29, 2025
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.
There is a spelling error in 'dahsboards'. It should be 'dashboards'.
| - description: Use Links panel for the dahsboards. | |
| - description: Use Links panel for the dashboards. |




Updated the dashboards to use the Links panel and removed the previously used dashboard links for the following integrations:
Proposed commit message
Checklist
changelog.ymlfile.Author's Checklist
How to test this PR locally
Related issues
-Closes #14563
Screenshots
Before:
Nagios_XI
Before:
Nginx_Ingress_Controller_Otel
Before:
O365_Metrics:
Before-