Kibana on curl gives 302 http 1.1 code

hi folks,
i have dockerized my elasticsearch with ssl
and i am able to curl the elasticsearch outside container, and also i provided the certs and key for kibana configuration, on start of kibana and when i curl i get the following response
HTTP/1.1 302 Found
location: /app/kibana
kbn-name: kibana
kbn-xpack-sig: ************************
content-type: text/html; charset=utf-8
cache-control: no-cache
content-length: 0
connection: close

And following are the kibana logs
{"type":"log","@timestamp":"2019-06-18T10:59:55Z","tags":["listening","info"],"pid":,"message":"Server running at http://:"}
{"type":"log","@timestamp":"2019-06-18T10:59:55Z","tags":["status","plugin:spaces@6.6.2","info"],"pid":
***,"state":"green","message":"Status changed from yellow to green - Ready","prevState":"yellow","prevMsg":"Waiting for Elasticsearch"}

could anyone help me with this

Did you do the changes required to the kibana.yml file? https://www.elastic.co/guide/en/kibana/current/docker.html

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