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: CHANGELOG.md
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -34,12 +34,12 @@ Experimental endpoints:
34
34
35
35
#### API Changes
36
36
37
-
-`cat/thread_pool`: `size` is deprecated
37
+
-`cat/thread_pool`: `size` is deprecated.
38
38
-`indices.get_data_streams`: `name` is now a string instead of list, the name or wildcard expression of the requested data streams.
39
39
-`indices.put_index_template`: new parameter: `cause` (string), user defined reason for creating/updating the index template.
40
-
-`indices.simulate_index_template`: Two new parameters: `create`, whether the index template we optionally defined in the body should only be dry-run added if new or can also replace an existing one. `cause` User defined reason for dry-run creating the new template for simulation purposes
41
-
-`snapshot.delete_repository`: New parameter `repository`, name of the snapshot repository, wildcard (`*`) patterns are now supported
42
-
-`task.cancel`: new parameter `wait_for_completion` (boolean) Should the request block until the cancellation of the task and its descendant tasks is completed. Defaults to false
40
+
-`indices.simulate_index_template`: Two new parameters: `create`, whether the index template we optionally defined in the body should only be dry-run added if new or can also replace an existing one. `cause` User defined reason for dry-run creating the new template for simulation purposes.
41
+
-`snapshot.delete_repository`: New parameter `repository`, name of the snapshot repository, wildcard (`*`) patterns are now supported.
42
+
-`task.cancel`: new parameter `wait_for_completion` (boolean) Should the request block until the cancellation of the task and its descendant tasks is completed. Defaults to false.
43
43
44
44
### X-Pack
45
45
@@ -58,7 +58,8 @@ New namespace: `searchable_snapshots`
58
58
59
59
#### API Changes
60
60
61
-
-`machine_learning.delete_expired_data` new param `body`: deleting expired data parameters
61
+
-`machine_learning.delete_expired_data` new param `body`: deleting expired data parameters.
62
+
-`machine_learning.delete_data_frame_analytics` new param `timeout`: controls the time to wait until a job is deleted. Defaults to 1 minute.
Copy file name to clipboardExpand all lines: docs/release_notes/78.asciidoc
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -35,12 +35,12 @@ Experimental endpoints:
35
35
36
36
==== API Changes
37
37
38
-
- `cat/thread_pool`: `size` is deprecated
38
+
- `cat/thread_pool`: `size` is deprecated.
39
39
- `indices.get_data_streams`: `name` is now a string instead of list, the name or wildcard expression of the requested data streams.
40
40
- `indices.put_index_template`: new parameter: `cause` (string), user defined reason for creating/updating the index template.
41
-
- `indices.simulate_index_template`: Two new parameters: `create`, whether the index template we optionally defined in the body should only be dry-run added if new or can also replace an existing one. `cause` User defined reason for dry-run creating the new template for simulation purposes
42
-
- `snapshot.delete_repository`: New parameter `repository`, name of the snapshot repository, wildcard (`*`) patterns are now supported
43
-
- `task.cancel`: new parameter `wait_for_completion` (boolean) Should the request block until the cancellation of the task and its descendant tasks is completed. Defaults to false
41
+
- `indices.simulate_index_template`: Two new parameters: `create`, whether the index template we optionally defined in the body should only be dry-run added if new or can also replace an existing one. `cause` User defined reason for dry-run creating the new template for simulation purposes.
42
+
- `snapshot.delete_repository`: New parameter `repository`, name of the snapshot repository, wildcard (`*`) patterns are now supported.
43
+
- `task.cancel`: new parameter `wait_for_completion` (boolean) Should the request block until the cancellation of the task and its descendant tasks is completed. Defaults to false.
44
44
45
45
=== X-Pack
46
46
@@ -61,4 +61,5 @@ New namespace: `searchable_snapshots`
61
61
62
62
==== API Changes
63
63
64
-
- `machine_learning.delete_expired_data` new param `body`: deleting expired data parameters
64
+
- `machine_learning.delete_expired_data` new param `body`: deleting expired data parameters.
65
+
- `machine_learning.delete_data_frame_analytics` new param `timeout`: controls the time to wait until a job is deleted. Defaults to 1 minute.
0 commit comments