Kibana container to elasticsearch cloud auth err Kibana container to elasticsearch cloud auth err docker docker

Kibana container to elasticsearch cloud auth err


I have find the solution, after understand that the error wasn't a certificate problem.

The right script for kibana 5.6.10 is:

docker run --name kibana-prod-provider -v "$(pwd)":/etc/kibana/ -p 3502:5601 --rm kibana

because the ELASTICSEARCH_PASSWORD envvar is not managed by the docker file, only le URL is.

Then in the $(pwd) directory I have put this kibana.yml file:

server.host: '0'elasticsearch.url: 'https://###.eu-west-1.aws.found.io:9243'elasticsearch.username: elasticelasticsearch.password: ###