|
@@ -14,12 +14,12 @@ PUT _cluster/settings
|
|
----
|
|
----
|
|
////
|
|
////
|
|
|
|
|
|
-Transient cluster settings are deprecated. Previously, you could use transient
|
|
|
|
|
|
+We no longer recommend using transient cluster settings. You can use transient
|
|
settings to make temporary configuration changes to a cluster. However, a
|
|
settings to make temporary configuration changes to a cluster. However, a
|
|
cluster restart or cluster instability can unexpectedly clear these settings,
|
|
cluster restart or cluster instability can unexpectedly clear these settings,
|
|
leading to a potentially undesired cluster configuration.
|
|
leading to a potentially undesired cluster configuration.
|
|
|
|
|
|
-To avoid deprecation warnings, reset any transient settings you've configured on
|
|
|
|
|
|
+To avoid this risk, reset any transient settings you've configured on
|
|
your cluster. Convert any transient setting you'd like to keep to a persistent
|
|
your cluster. Convert any transient setting you'd like to keep to a persistent
|
|
setting, which persists across cluster restarts and cluster instability. You
|
|
setting, which persists across cluster restarts and cluster instability. You
|
|
should also update any custom workflows and applications to use persistent
|
|
should also update any custom workflows and applications to use persistent
|
|
@@ -60,8 +60,6 @@ steps.
|
|
<<cluster-update-settings,cluster update settings API>> request. In the same
|
|
<<cluster-update-settings,cluster update settings API>> request. In the same
|
|
request, reset any transient settings by assigning them a `null` value.
|
|
request, reset any transient settings by assigning them a `null` value.
|
|
+
|
|
+
|
|
-NOTE: Resetting transient settings will emit a deprecation warning.
|
|
|
|
-+
|
|
|
|
[source,console]
|
|
[source,console]
|
|
----
|
|
----
|
|
PUT _cluster/settings
|
|
PUT _cluster/settings
|