WARNING: Version 6.0 of Elasticsearch has passed its EOL date.
This documentation is no longer being maintained and may be removed. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
- Machine Learning
-
-
The
max_running_jobs
node property is deprecated and is replaced byxpack.ml.max_open_jobs
. See Machine Learning Settings in Elasticsearch.
-
The
- Machine Learning
-
-
Added
xpack.ml.max_open_jobs
as a node attribute. See Machine Learning Settings in Elasticsearch
-
Added
- Security
-
-
Added the
keystore.seed
setting to create a randomly generated bootstrap password if an actual password is not present. -
The
bootstrap.password
secure setting is now managed locally on each node and no longer updates the security index. -
The
xpack.security.authc.token.passphrase
setting is no longer mandatory when using the token service. The cluster automatically generates a secure key on startup. See Security Settings in Elasticsearch. -
Added reserved
kibana_dashboard_only_user
role. For more information, see Kibana Dashboard Only Mode.
-
Added the
- Machine Learning
-
- Fixed calculation of bucket count and empty bucket count statistics.
- Security
-
-
The
xpack.security.authc.token.enabled
setting now defaults to true when HTTPS is enabled. See Token Service Settings. -
Improved the safety of file updates in the
x-pack/users
tool. - Bootstrap checks no longer fail when checking secure settings.
-
The
setup-password
tool no longer fails when using a defaultelasticsearch.yml
configuration file. - Fixed validation of the input parameters in the create token API.
-
The
- Watcher
-
- Ensured that a watch can be activated and deactivated during execution.
- Ensured watch execution always uses the latest watch including its latest status.
See also: