Browse Source

[Docs] Update update-settings.asciidoc (#35073)

Add explanation for ?include_defaults parameter and link to
Cluster Get Settings reference
Ken MacInnis 7 years ago
parent
commit
d67c88fa12
1 changed files with 2 additions and 0 deletions
  1. 2 0
      docs/reference/cluster/update-settings.asciidoc

+ 2 - 0
docs/reference/cluster/update-settings.asciidoc

@@ -11,6 +11,8 @@ GET /_cluster/settings
 --------------------------------------------------
 // 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 
 survive a full cluster restart. Here is an example of a persistent update: