Kibana behind zuul proxy

Hi,
I get this error that kibana host behind the zuul proxy.
screenshot and my configs are below.
could you please help ?


kibana.yml
server.name: kibana
server.host: "0.0.0.0"
elasticsearch.hosts: ["http://elasticsearch:9200"]
server.basePath: "/kibana"

zuul application.yml
kibana:
sensitiveHeaders:
path: /kibana/**
url: http://kibana:5601
stripPrefix: true

Last time i've seen a problem with zuul, it was due to missing headers after the proxy.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.