Skip to content

[7.5] [DOCS] Add deprecation docs for transport profile types (#77780) #77878

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 16, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 18 additions & 1 deletion docs/reference/migration/migrate_7_3.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,21 @@ that the total number of hits is not tracked.

Aliases are now replicated to a follower from its leader, so directly modifying
aliases on follower indices is no longer allowed.
// end::notable-breaking-changes[]

[discrete]
[[breaking_73_security_deprecations]]
=== Security deprecations

[discrete]
[[deprecate-transport-profile-sec-type]]
==== The `transport.profiles.*.xpack.security.type` setting is deprecated.

The `transport.profiles.*.xpack.security.type` setting is now deprecated. In
8.0, the Java transport client will be removed. All client traffic will use the
HTTP interface instead.

To avoid deprecation warnings,
{java-rest}/java-rest-high-level-migration.html[migrate any code for the Java
transport client]. Then remove any transport profiles using the deprecated
setting.
// end::notable-breaking-changes[]