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: src/Elasticsearch/Namespaces/CatNamespace.php
+29Lines changed: 29 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -479,4 +479,33 @@ public function segments($params = array())
479
479
480
480
return$endpoint->resultOrFuture($response);
481
481
}
482
+
483
+
/**
484
+
* $params['format'] = (string) a short version of the Accept header, e.g. json, yaml
485
+
* ['node_id'] = (list) 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
486
+
* ['format'] = (string) a short version of the Accept header, e.g. json, yaml
487
+
* ['actions'] = (list) A comma-separated list of actions that should be returned. Leave empty to return all.
488
+
* ['detailed'] = (boolean) Return detailed task information (default: false)
489
+
* ['parent_node'] = (string) Return tasks with specified parent node.
490
+
* ['parent_task'] = (number) Return tasks with specified parent task id. Set to -1 to return all.
491
+
* ['h'] = (list) Comma-separated list of column names to display
0 commit comments