x-pack
support ouf of the box (Security and Monitoring)
Run docker-compose up -d
.
- Run the
docker exec -it elasticsearch bin/elasticsearch-setup-passwords auto
to generate the login credentials. - (temporary) Update elasticsearch credentials at
kibana/config.yml
elasticsearch.username
andelasticsearch.password
By default you have 4 users created: elastic
, kibana
, beats_system
, logstash_system
.
Feel free to manage these users and their roles in the Management -> Users
or Management -> Roles
section.