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