Setting server.basePath in Kibana.yml doesn't work

Hi,

5.5.3 ES
5.5.3 Kibana
5.5.3 readonlyrest-1.16.12_es5.5.3.zip
5.5.3 readonlyrest_kbn_enterprise-1.16.12_es5.5.3.zip

I have a working config, but when I try to put Kibana behind proxy and setting server.basePath, I’m getting timeouts.

  G ot an error [504] Gateway Time-out { Error: Client request timeout
    at Timeout.setTimeout (/Users/joe/code/kibana-5.5.3-darwin-x86_64/node_modules/h2o2/node_modules/wreck/lib/index.js:231:36)
    at ontimeout (timers.js:386:14)
    at tryOnTimeout (timers.js:250:5)
    at Timer.listOnTimeout (timers.js:214:5)
  data: undefined,
  isBoom: true,
  isServer: true,
  output: 
   { statusCode: 504,
     payload: 
      { statusCode: 504,
        error: 'Gateway Time-out',
        message: 'Client request timeout' },
     headers: { 'kbn-name': 'kibana', 'kbn-version': '5.5.3' } },
  reformat: [Function] }

Disregard. This was due to a misconfigured proxy

1 Like