We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description Logo does not render after adding in kibana.yml:
kibana.yml
server.basePath: "/kibana" server.rewriteBasePath: true
Steps to reproduce
Screenshots
Additional context We are using Nginx in front of Kibana:
location ^~ /kibana { proxy_pass https://xyz_kibana; proxy_ssl_session_reuse on; proxy_ssl_verify off; proxy_ssl_trusted_certificate ...; proxy_http_version 1.1; proxy_set_header Connection ""; proxy_next_upstream error timeout non_idempotent http_502; }
The text was updated successfully, but these errors were encountered:
Hi @alen-z
We keep an eye on it and add it to our roadmap to fix it. Thanks a lot for your feedback.
Sorry, something went wrong.
This has been solved here #1888. It will be included in the next Wazuh release.
No branches or pull requests
Description
Logo does not render after adding in
kibana.yml
:Steps to reproduce
Screenshots
Additional context
We are using Nginx in front of Kibana:
The text was updated successfully, but these errors were encountered: