|
11272 | 11272 | "stability": "stable"
|
11273 | 11273 | }
|
11274 | 11274 | },
|
| 11275 | + "deprecation": { |
| 11276 | + "description": "Forcing any buffered data to be processed is deprecated, in a future major version a datafeed will be required.", |
| 11277 | + "version": "9.1.0" |
| 11278 | + }, |
11275 | 11279 | "description": "Force buffered data to be processed.\nThe flush jobs API is only applicable when sending data for analysis using\nthe post data API. Depending on the content of the buffer, then it might\nadditionally calculate new results. Both flush and close operations are\nsimilar, however the flush is more efficient if you are expecting to send\nmore data for analysis. When flushing, the job remains open and is available\nto continue analyzing data. A close operation additionally prunes and\npersists the model state to disk and the job must be opened again before\nanalyzing further data.",
|
11276 | 11280 | "docId": "ml-flush-job",
|
11277 | 11281 | "docTag": "ml anomaly",
|
@@ -122406,7 +122410,7 @@
|
122406 | 122410 | "description": "If true, returns partial results if there are shard failures. If false, returns an error with no partial results.",
|
122407 | 122411 | "name": "allow_partial_search_results",
|
122408 | 122412 | "required": false,
|
122409 |
| - "serverDefault": false, |
| 122413 | + "serverDefault": true, |
122410 | 122414 | "type": {
|
122411 | 122415 | "kind": "instance_of",
|
122412 | 122416 | "type": {
|
@@ -127451,9 +127455,22 @@
|
127451 | 127455 | "namespace": "_builtins"
|
127452 | 127456 | }
|
127453 | 127457 | }
|
| 127458 | + }, |
| 127459 | + { |
| 127460 | + "description": "The period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.\nIt can also be set to `-1` to indicate that the request should never timeout.", |
| 127461 | + "name": "master_timeout", |
| 127462 | + "required": false, |
| 127463 | + "serverDefault": "30s", |
| 127464 | + "type": { |
| 127465 | + "kind": "instance_of", |
| 127466 | + "type": { |
| 127467 | + "name": "Duration", |
| 127468 | + "namespace": "_types" |
| 127469 | + } |
| 127470 | + } |
127454 | 127471 | }
|
127455 | 127472 | ],
|
127456 |
| - "specLocation": "ilm/migrate_to_data_tiers/Request.ts#L22-L61" |
| 127473 | + "specLocation": "ilm/migrate_to_data_tiers/Request.ts#L23-L69" |
127457 | 127474 | },
|
127458 | 127475 | {
|
127459 | 127476 | "kind": "response",
|
@@ -137692,22 +137709,9 @@
|
137692 | 137709 | "namespace": "_builtins"
|
137693 | 137710 | }
|
137694 | 137711 | }
|
137695 |
| - }, |
137696 |
| - { |
137697 |
| - "description": "If `true`, the request retrieves information from the local node only.", |
137698 |
| - "name": "local", |
137699 |
| - "required": false, |
137700 |
| - "serverDefault": false, |
137701 |
| - "type": { |
137702 |
| - "kind": "instance_of", |
137703 |
| - "type": { |
137704 |
| - "name": "boolean", |
137705 |
| - "namespace": "_builtins" |
137706 |
| - } |
137707 |
| - } |
137708 | 137712 | }
|
137709 | 137713 | ],
|
137710 |
| - "specLocation": "indices/get_field_mapping/IndicesGetFieldMappingRequest.ts#L23-L89" |
| 137714 | + "specLocation": "indices/get_field_mapping/IndicesGetFieldMappingRequest.ts#L23-L84" |
137711 | 137715 | },
|
137712 | 137716 | {
|
137713 | 137717 | "kind": "response",
|
@@ -171564,6 +171568,10 @@
|
171564 | 171568 | }
|
171565 | 171569 | ]
|
171566 | 171570 | },
|
| 171571 | + "deprecation": { |
| 171572 | + "description": "Forcing any buffered data to be processed is deprecated, in a future major version a datafeed will be required.", |
| 171573 | + "version": "9.1.0" |
| 171574 | + }, |
171567 | 171575 | "description": "Force buffered data to be processed.\nThe flush jobs API is only applicable when sending data for analysis using\nthe post data API. Depending on the content of the buffer, then it might\nadditionally calculate new results. Both flush and close operations are\nsimilar, however the flush is more efficient if you are expecting to send\nmore data for analysis. When flushing, the job remains open and is available\nto continue analyzing data. A close operation additionally prunes and\npersists the model state to disk and the job must be opened again before\nanalyzing further data.",
|
171568 | 171576 | "inherits": {
|
171569 | 171577 | "type": {
|
@@ -171651,7 +171659,7 @@
|
171651 | 171659 | }
|
171652 | 171660 | }
|
171653 | 171661 | ],
|
171654 |
| - "specLocation": "ml/flush_job/MlFlushJobRequest.ts#L24-L107" |
| 171662 | + "specLocation": "ml/flush_job/MlFlushJobRequest.ts#L24-L108" |
171655 | 171663 | },
|
171656 | 171664 | {
|
171657 | 171665 | "kind": "response",
|
|
0 commit comments