[Docs] Update update-settings.asciidoc (#35073)
Add explanation for ?include_defaults parameter and link to Cluster Get Settings reference
This commit is contained in:
parent
5dda2b0c7a
commit
d67c88fa12
|
@ -11,6 +11,8 @@ GET /_cluster/settings
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
// CONSOLE
|
// CONSOLE
|
||||||
|
|
||||||
|
By default, this API call only returns settings that have been explicitly defined, but can also <<cluster-get-settings,include the default settings>>.
|
||||||
|
|
||||||
Updates to settings can be persistent, meaning they apply across restarts, or transient, where they don't
|
Updates to settings can be persistent, meaning they apply across restarts, or transient, where they don't
|
||||||
survive a full cluster restart. Here is an example of a persistent update:
|
survive a full cluster restart. Here is an example of a persistent update:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue