...
Make a note of the generated passwords. You must configure the kibana_system
user password in the compose file to enable Kibana to connect to ElasticsearchElasticSearch, and you’ll need the password for the elastic
superuser to log in to Kibana and submit requests to ElasticsearchElasticSearch. Therefore, set ELASTICSEARCH_PASSWORD
in the elastic-docker-tls.yml
compose file to the password generated for the kibana_system
user.
...
After the restart, now we can connect to the Kibana dashboard, using the elastic
user credentials, and verify that the service is working (remember to use the https protocol). As already seen, you can tear down the containers, network, and volumes by running running docker-compose -f elastic-docker-tls.yml down -v
.
...