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

Logo source fail after adding server.basePath #1871

Closed
alen-z opened this issue Nov 5, 2019 · 2 comments
Closed

Logo source fail after adding server.basePath #1871

alen-z opened this issue Nov 5, 2019 · 2 comments
Labels
type/bug Bug issue

Comments

@alen-z
Copy link

alen-z commented Nov 5, 2019

Wazuh Elastic
3.10.1 7.3.1

Description
Logo does not render after adding in kibana.yml:

server.basePath: "/kibana"
server.rewriteBasePath: true

Steps to reproduce

  1. Go to Wazuh plugin in Kibana
  2. Logo does not render

Screenshots
Screenshot from 2019-11-05 11-20-00

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;
}
@alen-z alen-z added the type/bug Bug issue label Nov 5, 2019
@juankaromo
Copy link
Contributor

Hi @alen-z

We keep an eye on it and add it to our roadmap to fix it. Thanks a lot for your feedback.

@juankaromo juankaromo added this to the Sprint 103 - Kibana App milestone Nov 8, 2019
@juankaromo juankaromo added this to To do in Wazuh 3.12.0 via automation Nov 8, 2019
@juankaromo
Copy link
Contributor

This has been solved here #1888. It will be included in the next Wazuh release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Bug issue
Projects
No open projects
Wazuh 3.12.0
  
Done
Development

No branches or pull requests

2 participants