Skip to content

Commit 9bf6a20

Browse files
committed
Add "nodes" back
1 parent 8463025 commit 9bf6a20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elasticsearch/client/cluster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def state(self, metric=None, index=None, params=None):
4747
4848
:arg metric: Limit the information returned to the specified metrics.
4949
Possible values: "_all", "blocks", "index_templates", "metadata",
50-
"routing_nodes", "routing_table", "master_node", "version"
50+
"nodes", "routing_nodes", "routing_table", "master_node", "version"
5151
:arg index: A comma-separated list of index names; use `_all` or empty
5252
string to perform the operation on all indices
5353
:arg allow_no_indices: Whether to ignore if a wildcard indices

0 commit comments

Comments
 (0)