Skip to content

Commit 29058f3

Browse files
committed
[DOCS] Last minute doc update for 7.8
1 parent f258db9 commit 29058f3

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

CHANGELOG.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ Experimental endpoints:
3434

3535
#### API Changes
3636

37-
- `cat/thread_pool`: `size` is deprecated
37+
- `cat/thread_pool`: `size` is deprecated.
3838
- `indices.get_data_streams`: `name` is now a string instead of list, the name or wildcard expression of the requested data streams.
3939
- `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.
4343

4444
### X-Pack
4545

@@ -58,7 +58,8 @@ New namespace: `searchable_snapshots`
5858

5959
#### API Changes
6060

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.
6263

6364
## 7.7.0
6465

docs/release_notes/78.asciidoc

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ Experimental endpoints:
3535

3636
==== API Changes
3737

38-
- `cat/thread_pool`: `size` is deprecated
38+
- `cat/thread_pool`: `size` is deprecated.
3939
- `indices.get_data_streams`: `name` is now a string instead of list, the name or wildcard expression of the requested data streams.
4040
- `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.
4444

4545
=== X-Pack
4646

@@ -61,4 +61,5 @@ New namespace: `searchable_snapshots`
6161

6262
==== API Changes
6363

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

Comments
 (0)