From 29058f379a893ce6354ea29bb79b822b7e2ee491 Mon Sep 17 00:00:00 2001 From: Fernando Briano Date: Tue, 16 Jun 2020 10:24:16 +0100 Subject: [PATCH] [DOCS] Last minute doc update for 7.8 --- CHANGELOG.md | 11 ++++++----- docs/release_notes/78.asciidoc | 11 ++++++----- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 043c008b7b..57b1a763c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,12 +34,12 @@ Experimental endpoints: #### API Changes -- `cat/thread_pool`: `size` is deprecated +- `cat/thread_pool`: `size` is deprecated. - `indices.get_data_streams`: `name` is now a string instead of list, the name or wildcard expression of the requested data streams. - `indices.put_index_template`: new parameter: `cause` (string), user defined reason for creating/updating the index template. -- `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 -- `snapshot.delete_repository`: New parameter `repository`, name of the snapshot repository, wildcard (`*`) patterns are now supported -- `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 +- `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. +- `snapshot.delete_repository`: New parameter `repository`, name of the snapshot repository, wildcard (`*`) patterns are now supported. +- `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. ### X-Pack @@ -58,7 +58,8 @@ New namespace: `searchable_snapshots` #### API Changes -- `machine_learning.delete_expired_data` new param `body`: deleting expired data parameters +- `machine_learning.delete_expired_data` new param `body`: deleting expired data parameters. +- `machine_learning.delete_data_frame_analytics` new param `timeout`: controls the time to wait until a job is deleted. Defaults to 1 minute. ## 7.7.0 diff --git a/docs/release_notes/78.asciidoc b/docs/release_notes/78.asciidoc index 499436c3dc..ac951bef4e 100644 --- a/docs/release_notes/78.asciidoc +++ b/docs/release_notes/78.asciidoc @@ -35,12 +35,12 @@ Experimental endpoints: ==== API Changes -- `cat/thread_pool`: `size` is deprecated +- `cat/thread_pool`: `size` is deprecated. - `indices.get_data_streams`: `name` is now a string instead of list, the name or wildcard expression of the requested data streams. - `indices.put_index_template`: new parameter: `cause` (string), user defined reason for creating/updating the index template. -- `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 -- `snapshot.delete_repository`: New parameter `repository`, name of the snapshot repository, wildcard (`*`) patterns are now supported -- `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 +- `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. +- `snapshot.delete_repository`: New parameter `repository`, name of the snapshot repository, wildcard (`*`) patterns are now supported. +- `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. === X-Pack @@ -61,4 +61,5 @@ New namespace: `searchable_snapshots` ==== API Changes -- `machine_learning.delete_expired_data` new param `body`: deleting expired data parameters \ No newline at end of file +- `machine_learning.delete_expired_data` new param `body`: deleting expired data parameters. +- `machine_learning.delete_data_frame_analytics` new param `timeout`: controls the time to wait until a job is deleted. Defaults to 1 minute. \ No newline at end of file