You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Manually migrate Nginx visualizations to lens in current Kibana version
8.5.0
itself.Preparation of data for testing
Migration stats
Dashboard : [Metrics Nginx] Overview
[Metrics Nginx] Overview
dashboard visualizations to lens in kibana 8.5.0 #5780Dashboard : [Logs Nginx] Access and error logs
[Logs Nginx] Access and error logs
dashboard visualizations to lens in kibana 8.5.0 #5782Dashboard : [Logs Nginx] Overview
[Logs Nginx] Overview
dashboard visualizations to lens in kibana 8.5.0 #5781Verification and Validation
Note:
In the Response codes over time [Logs Nginx] we faced below two issues:
Solution: Set the color palette to status color palette because the values are defined by response status codes.
Solution: To overcome this issue we have set the filter as http.response.status_code >= 200 and http.response.status_code<= 299.
Issues Identified
The text was updated successfully, but these errors were encountered: