-
Notifications
You must be signed in to change notification settings - Fork 513
Closed
Description
Manually migrate Nginx visualizations to lens in current Kibana version 8.5.0 itself.
Preparation of data for testing
- Use sample_event.json / setup live instance using docker / mock data using mock server to populate dashboards
Migration stats
| Nginx Dashboards | Before Migration | After Migration | ||
|---|---|---|---|---|
| Lens | Visualization | Lens | Visualization | |
| [Metrics Nginx] Overview | 0 | 9 | 9 | 0 |
| [Logs Nginx] Access and error logs | 0 | 3 | 2 | 1 (Markdown) |
| [Logs Nginx] Overview | 0 | 8 | 7 | 1 (Markdown) |
| 0 | 20 | 18 | 2 (markdown) |
Dashboard : [Metrics Nginx] Overview
- Migrate 9 visualization to the lens.
Dashboard : [Logs Nginx] Access and error logs
- Migrate 2 visualization to the lens.
Dashboard : [Logs Nginx] Overview
- Migrate 7 visualization to the lens.
Verification and Validation
- Verification of functionality remains the same after migration in Kibana
- Verification of data count of after-migrated visualization with before-migrated visualization in Kibana
- Verification of Dashboard are not distorted in supported Kibana version (8.5.0)
Note:
In the Response codes over time [Logs Nginx] we faced below two issues:
- Lens doesn't have a gradient color palette.
Solution: Set the color palette to status color palette because the values are defined by response status codes. - We are unable to set http.response.status_code: [200 TO 299] filters due to number_format_exception.
Solution: To overcome this issue we have set the filter as http.response.status_code >= 200 and http.response.status_code<= 299.
Issues Identified
Metadata
Metadata
Assignees
Labels
No labels