Class DeprecationsRequest
Returns information about deprecated features which are in use in the cluster. The reported features include cluster, node, and index level settings that will be removed or changed in the next major version. You must address the reported issues before upgrading to the next major version. However, no action is required when upgrading within the current major version. Deprecated features remain fully supported and will continue to work in the current version, and when upgrading to a newer minor or patch release in the same major version. Use this API to review your usage of these features and migrate away from them at your own pace, before upgrading to a new major version.
info This API is designed for indirect use by the Upgrade Assistant. We recommend learning about deprecated features using the Upgrade Assistant rather than calling this API directly.
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Endpoint<DeprecationsRequest,DeprecationsResponse, ErrorResponse> Endpoint "migration.deprecations". -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringindex()Comma-separate list of data streams or indices to check.static DeprecationsRequestrebuild()Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
Endpoint "migration.deprecations".
-
-
Method Details
-
of
public static DeprecationsRequest of(Function<DeprecationsRequest.Builder, ObjectBuilder<DeprecationsRequest>> fn) -
index
Comma-separate list of data streams or indices to check. Wildcard (*) expressions are supported.API name:
index -
rebuild
- Returns:
- New
DeprecationsRequest.Builderinitialized with field values of this instance
-