WARNING: Version 5.5 of the Elastic Stack 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.
Breaking Changes in 5.3
editBreaking Changes in 5.3
edit- Security
-
-
Unauthorized bulk request is rejected on individual bulk item basis instead of
being rejected as an entire operation. In case of insufficient privileges,
individual bulk item responses return security exception with
403
error code instead of top level bulk response returning security exception with403
error code. The top level bulk response always returns with200
status code. -
create
,index
anddelete
index privileges can execute bulk action. -
Usage of Netty 3 for transport (
transport.type=security3
) or HTTP (http.type=security3
) is deprecated and will be removed in X-Pack 6.0.0. Instead, rely on the default implementations which are based on Netty 4.
-
Unauthorized bulk request is rejected on individual bulk item basis instead of
being rejected as an entire operation. In case of insufficient privileges,
individual bulk item responses return security exception with