June 2017
Beginner to intermediate
404 pages
8h 22m
English
When you install X-Pack, authentication is enabled by default. You require a username and password to access Elasticsearch and Kibana. The defaults credentials are as follows:
username : elasticpassword : changeme
To disable authentication, set the following in Elasticsearch (elasticsearch.yml) and Kibana(kibana.yml) configuration files:
xpack.security.enabled : false
All the nodes in the Elasticsearch cluster, Kibana have to be restarted after you install X-Pack.
Read now
Unlock full access