Skip to content
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

[O11y][Nginx] Lens Migration #5713

Closed
7 tasks done
rajvi-patel-22 opened this issue Mar 28, 2023 · 3 comments
Closed
7 tasks done

[O11y][Nginx] Lens Migration #5713

rajvi-patel-22 opened this issue Mar 28, 2023 · 3 comments
Assignees

Comments

@rajvi-patel-22
Copy link
Contributor

rajvi-patel-22 commented Mar 28, 2023

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

Dashboard : [Logs Nginx] Access and error logs

Dashboard : [Logs Nginx] Overview

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:

  1. 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.
  2. 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

@rajvi-patel-22
Copy link
Contributor Author

rajvi-patel-22 commented Apr 3, 2023

@agithomas,

In Browsers breakdown panel from [Logs Nginx] Overview dashboard we are facing the same issue as Redis.

Should we change the position of legends in order to make it user readable?

@rajvi-patel-22
Copy link
Contributor Author

Should we change the position of legends in order to make it user readable?

As discussed with @SubhrataK, we will change the legend position.

@rajvi-patel-22
Copy link
Contributor Author

PR is approved and merged, hence closing this issue:
#5780
#5781
#5782

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants