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
** *`task_id` (string)*: The task identifier, which can be found by using the tasks API.
1609
-
** *`requests_per_second` (Optional, float)*: The throttle for this request in sub-requests per second. It can be either `-1` to turn off throttling or any decimal number like `1.7` or `12` to throttle to that level.
1610
+
** *`requests_per_second` (float)*: The throttle for this request in sub-requests per second. It can be either `-1` to turn off throttling or any decimal number like `1.7` or `12` to throttle to that level.
1610
1611
1611
1612
[discrete]
1612
1613
=== render_search_template
@@ -2301,14 +2302,14 @@ Rethrottling that speeds up the query takes effect immediately but rethrotting t
** *`index_uuid` (string)*: The UUID of the index to delete. Use the get dangling indices API to find the UUID.
4808
-
** *`accept_data_loss` (boolean)*: This parameter must be set to true to acknowledge that it will no longer be possible to recove data from the dangling index.
4813
+
** *`accept_data_loss` (Optional, boolean)*: This parameter must be set to true to acknowledge that it will no longer be possible to recove data from the dangling index.
4809
4814
** *`master_timeout` (Optional, string | -1 | 0)*: Specify timeout for connection to master
** *`index_uuid` (string)*: The UUID of the index to import. Use the get dangling indices API to locate the UUID.
4830
-
** *`accept_data_loss` (boolean)*: This parameter must be set to true to import a dangling index.
4835
+
** *`accept_data_loss` (Optional, boolean)*: This parameter must be set to true to import a dangling index.
4831
4836
Because Elasticsearch cannot know where the dangling index data came from or determine which shard copies are fresh and which are stale, it cannot guarantee that the imported data represents the latest state of the index when it was last in the cluster.
4832
4837
** *`master_timeout` (Optional, string | -1 | 0)*: Specify timeout for connection to master
@@ -16013,7 +16018,7 @@ This setting primarily has an impact when a whole message Grok pattern such as `
16013
16018
If the structure finder identifies a common structure but has no idea of meaning then generic field names such as `path`, `ipaddress`, `field1`, and `field2` are used in the `grok_pattern` output, with the intention that a user who knows the meanings rename these fields before using it.
16014
16019
** *`explain` (Optional, boolean)*: If this parameter is set to `true`, the response includes a field named explanation, which is an array of strings that indicate how the structure finder produced its result.
16015
16020
If the structure finder produces unexpected results for some text, use this query parameter to help you determine why the returned structure was chosen.
16016
-
** *`format` (Optional, string)*: The high level structure of the text.
16021
+
** *`format` (Optional, Enum("ndjson" | "xml" | "delimited" | "semi_structured_text"))*: The high level structure of the text.
16017
16022
Valid values are `ndjson`, `xml`, `delimited`, and `semi_structured_text`.
16018
16023
By default, the API chooses the format.
16019
16024
In this default scenario, all rows must have the same number of fields for a delimited format to be detected.
0 commit comments