소스 검색

Update get-settings.asciidoc (#91538)

If `include_defaults` is `true` the API returns the default settings from the node handling the API request.
Frederic Dartayre 2 년 전
부모
커밋
27878a78b5
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      docs/reference/cluster/get-settings.asciidoc

+ 2 - 2
docs/reference/cluster/get-settings.asciidoc

@@ -37,7 +37,7 @@ defined, but can also include the default settings by calling the
 include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=flat-settings]
 
 `include_defaults`::
-    (Optional, Boolean) If `true`, returns all default cluster settings. 
+    (Optional, Boolean) If `true`, returns default cluster settings from the local node. 
     Defaults to `false`.
 
-include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=timeoutparms]
+include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=timeoutparms]