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: docs/reference/elasticsearch/rest-apis/reindex-indices.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ The value of `requests_per_second` can be changed on a running reindex using the
58
58
POST _reindex/r1A2WoRbTwKZ516z6NEs5A:36619/_rethrottle?requests_per_second=-1
59
59
```
60
60
61
-
The task ID can be found using the [tasks API](tasks.md).
61
+
The task ID can be found using the [task management APIs](https://www.elastic.co/docs/api/doc/elasticsearch/group/endpoint-tasks).
62
62
63
63
Just like when setting it on the Reindex API, `requests_per_second` can be either `-1` to disable throttling or any decimal number like `1.7` or `12` to throttle to that level.
64
64
Rethrottling that speeds up the query takes effect immediately, but rethrottling that slows down the query will take effect after completing the current batch.
@@ -387,7 +387,7 @@ GET my-new-index-000001/_doc/1
387
387
388
388
## Reindex daily indices [docs-reindex-daily-indices]
389
389
390
-
You can use the reindex API in combination with [Painless](/reference/elasticsearch/scripting-languages/painless/painless.md) to reindex daily indices to apply a new template to the existing documents.
390
+
You can use the reindex API in combination with [Painless](/reference/scripting-languages/painless/painless.md) to reindex daily indices to apply a new template to the existing documents.
391
391
392
392
Assuming you have indices that contain documents like:
0 commit comments