OpenSearch/docs/reference
Igor Motov e073b0c75d Add ability to group tasks by common parent
By default, tasks are grouped by node. However, task execution in elasticsearch can be quite complex and an individual task that runs on a coordinating node can have many subtasks running on other nodes in the cluster. This commit makes it possible to list task grouped by common parents instead of by node. When this option is enabled all subtask are grouped under the coordinating node task that started all subtasks in the group. To group tasks by common parents, use the following syntax:

 GET /tasks?group_by=parents
2016-03-30 17:50:27 -04:00
..
aggregations Document 5.0 mapping changes. 2016-03-22 16:22:58 +01:00
analysis Document 5.0 mapping changes. 2016-03-22 16:22:58 +01:00
cat Merge branch 'master' into enhancement/remove_node_client_setting 2016-03-23 11:25:34 +01:00
cluster Add ability to group tasks by common parent 2016-03-30 17:50:27 -04:00
docs Update task management docs to reflect the latest changes in the interface 2016-03-29 12:26:37 -04:00
images Aggregations: add serial differencing pipeline aggregation 2015-07-10 18:22:01 -04:00
index-modules updateing filtering.asciidoc to also use 'node.attr' namespace 2016-03-30 14:11:59 +02:00
indices document suggest stats being merged with search stats 2016-03-23 16:37:57 -04:00
ingest add type conversion support to ConvertProcessor 2016-03-29 07:56:53 -07:00
mapping Add a soft limit on the mapping depth. #17400 2016-03-30 14:37:00 +02:00
migration Refactored inner hits parsing and intoduced InnerHitBuilder 2016-03-30 15:15:56 +02:00
modules Documented how tribe node clients inherit their settings 2016-03-30 20:05:44 +02:00
query-dsl Merge pull request #17272 from pengqiuyuan/master 2016-03-24 16:49:49 +01:00
release-notes Docs: Added 5.0.0-alpha1 release notes 2016-03-18 14:51:49 +01:00
search Add a soft limit on the number of shards that can be queried in a single search request. #17396 2016-03-30 16:55:01 +02:00
setup Bootstrap does not set system properties 2016-03-13 20:09:15 -04:00
testing Docs: Fix nodeSettings example for integ tests to use correct Settings.Builder reference 2015-12-17 23:17:17 -08:00
aggregations.asciidoc Merge pull request #16741 from blachniet/patch-1 2016-03-02 10:57:56 +01:00
analysis.asciidoc Remove ICU Plugin in reference guide 2015-12-29 11:23:28 +01:00
api-conventions.asciidoc Update api-conventions.asciidoc 2016-03-04 10:10:29 +01:00
cat.asciidoc Fixed asciidoc issues 2016-02-05 14:47:44 +01:00
cluster.asciidoc Update task management docs to reflect the latest changes in the interface 2016-03-29 12:26:37 -04:00
docs.asciidoc Docs: Display reindex/update by query API and fix build doc issue 2016-03-18 10:44:16 +01:00
getting-started.asciidoc Bootstrap does not set system properties 2016-03-13 20:09:15 -04:00
glossary.asciidoc Networking: Move multicast discovery to a plugin 2015-08-20 16:43:25 -07:00
index-modules.asciidoc Redocument the `index.merge.scheduler.max_thread_count` setting 2016-03-05 16:28:43 +01:00
index.asciidoc Docs: Build release notes 2016-03-18 15:04:49 +01:00
indices.asciidoc Remove warmers and the warmer API. 2016-01-07 09:57:07 +01:00
ingest.asciidoc Docs: Added the ingest node to the modules/nodes page 2016-03-15 19:03:18 +01:00
mapping.asciidoc Document 5.0 mapping changes. 2016-03-22 16:22:58 +01:00
modules.asciidoc Docs: Adding Painless to the Scripting documentation. 2016-03-23 13:52:40 -07:00
query-dsl.asciidoc Fixed broken xrefs to query-dsl-not-query, which has been removed. 2015-10-20 13:01:37 -07:00
redirects.asciidoc Change the field mapping index time boost into a query time boost. 2016-03-04 11:47:35 +01:00
release-notes.asciidoc Docs: Added 5.0.0-alpha1 release notes 2016-03-18 14:51:49 +01:00
search.asciidoc Add documentation for global search timeout 2016-01-07 10:42:18 -05:00
setup.asciidoc Bootstrap does not set system properties 2016-03-13 20:09:15 -04:00
testing.asciidoc [DOCS] Test framework documentation 2013-12-02 18:01:45 +01:00