You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: elasticsearch-api/lib/elasticsearch/api/actions/cluster/stats.rb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ module Actions
25
25
# Returns high-level overview of cluster statistics.
26
26
#
27
27
# @option arguments [List] :node_id A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes
28
-
# @option arguments [Boolean] :flat_settings Return settings in flat format (default: false)
28
+
# @option arguments [Boolean] :include_remotes Include remote cluster data into the response (default: false)
0 commit comments