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

Enable HTTP v2 on Nginx container #307

Closed
2 tasks done
xr09 opened this issue Feb 4, 2020 · 0 comments · Fixed by #308
Closed
2 tasks done

Enable HTTP v2 on Nginx container #307

xr09 opened this issue Feb 4, 2020 · 0 comments · Fixed by #308
Assignees

Comments

@xr09
Copy link
Contributor

xr09 commented Feb 4, 2020

Enabling HTTP v2

Enabling HTTP v2 should improve Kibana UX remarkably , HTTP v2 has many advantages over HTTP/1.1.

This change will improve Kibana loading times for all users but even more for the ones with high latency and sub-optimal connectivity (mobile networks, slow WiFis).

Currently Kibana doesn't support HTTP v2 directly so the recommended practice is using a reverse proxy. We're already using nginx exactly for that purpose so this is just a basic configuration update.

Planned changes

HTTP v2 is enabled by appending http2 on the listen configuration.

For example: listen 443 ssl http2;

Tasks

  • Enable HTTP v2 on Nginx container
  • Test Kibana behavior on a complete deployment
@xr09 xr09 self-assigned this Feb 4, 2020
This was referenced Feb 4, 2020
@manuasir manuasir closed this as completed Feb 5, 2020
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

Successfully merging a pull request may close this issue.

2 participants