Skip to content

Commit 200a5fa

Browse files
authored
Merge branch 'main' into append-processor-copy_from
2 parents 1571fe3 + 6fb2db1 commit 200a5fa

File tree

12 files changed

+48
-862
lines changed

12 files changed

+48
-862
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 5 additions & 836 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/openapi/elasticsearch-serverless-openapi.json

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

Lines changed: 28 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/autoscaling/delete_autoscaling_policy/DeleteAutoscalingPolicyRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import { Duration } from '@_types/Time'
2626
*
2727
* NOTE: This feature is designed for indirect use by Elasticsearch Service, Elastic Cloud Enterprise, and Elastic Cloud on Kubernetes. Direct use is not supported.
2828
* @rest_spec_name autoscaling.delete_autoscaling_policy
29-
* @availability stack since=7.11.0 stability=stable
29+
* @availability stack since=7.11.0 stability=stable visibility=private
3030
* @doc_id autoscaling-delete-autoscaling-policy
3131
* @ext_doc_id autoscaling
3232
*/

specification/autoscaling/get_autoscaling_capacity/GetAutoscalingCapacityRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import { Duration } from '@_types/Time'
3636
* This information is provided for diagnosis only.
3737
* Do not use this information to make autoscaling decisions.
3838
* @rest_spec_name autoscaling.get_autoscaling_capacity
39-
* @availability stack since=7.11.0 stability=stable
39+
* @availability stack since=7.11.0 stability=stable visibility=private
4040
* @doc_id autoscaling-get-autoscaling-capacity
4141
* @ext_doc_id autoscaling
4242
*/

specification/autoscaling/get_autoscaling_policy/GetAutoscalingPolicyRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import { Duration } from '@_types/Time'
2626
*
2727
* NOTE: This feature is designed for indirect use by Elasticsearch Service, Elastic Cloud Enterprise, and Elastic Cloud on Kubernetes. Direct use is not supported.
2828
* @rest_spec_name autoscaling.get_autoscaling_policy
29-
* @availability stack since=7.11.0 stability=stable
29+
* @availability stack since=7.11.0 stability=stable visibility=private
3030
* @doc_id autoscaling-get-autoscaling-capacity
3131
* @ext_doc_id autoscaling
3232
*/

specification/autoscaling/put_autoscaling_policy/PutAutoscalingPolicyRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import { AutoscalingPolicy } from '@autoscaling/_types/AutoscalingPolicy'
2727
*
2828
* NOTE: This feature is designed for indirect use by Elasticsearch Service, Elastic Cloud Enterprise, and Elastic Cloud on Kubernetes. Direct use is not supported.
2929
* @rest_spec_name autoscaling.put_autoscaling_policy
30-
* @availability stack since=7.11.0 stability=stable
30+
* @availability stack since=7.11.0 stability=stable visibility=private
3131
* @doc_id autoscaling-put-autoscaling-policy
3232
* @ext_doc_id autoscaling
3333
*/

specification/ml/_types/Datafeed.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ export class Datafeed {
4343
authorization?: DatafeedAuthorization
4444
chunking_config?: ChunkingConfig
4545
datafeed_id: Id
46+
/**
47+
* The interval at which scheduled queries are made while the datafeed runs in real time. The default value is either the bucket span for short bucket spans, or, for longer bucket spans, a sensible fraction of the bucket span. For example: `150s`. When `frequency` is shorter than the bucket span, interim results for the last (partial) bucket are written then eventually overwritten by the full bucket results. If the datafeed uses aggregations, this value must be divisible by the interval of the date histogram aggregation.
48+
*/
4649
frequency?: Duration
4750
indices: string[]
4851
indexes?: string[]

specification/ml/update_datafeed/MlUpdateDatafeedResponse.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ export class Response {
3535
chunking_config: ChunkingConfig
3636
delayed_data_check_config?: DelayedDataCheckConfig
3737
datafeed_id: Id
38+
/**
39+
* The interval at which scheduled queries are made while the datafeed runs in real time. The default value is either the bucket span for short bucket spans, or, for longer bucket spans, a sensible fraction of the bucket span. For example: `150s`. When `frequency` is shorter than the bucket span, interim results for the last (partial) bucket are written then eventually overwritten by the full bucket results. If the datafeed uses aggregations, this value must be divisible by the interval of the date histogram aggregation.
40+
*/
3841
frequency?: Duration
3942
indices: string[]
4043
indices_options?: IndicesOptions

specification/shutdown/delete_node/ShutdownDeleteNodeRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import { TimeUnit } from '@_types/Time'
3232
*
3333
* If the operator privileges feature is enabled, you must be an operator to use this API.
3434
* @rest_spec_name shutdown.delete_node
35-
* @availability stack since=7.13.0 stability=stable
35+
* @availability stack since=7.13.0 stability=stable visibility=private
3636
* @cluster_privileges manage
3737
* @doc_id nodes-api-shutdown-delete
3838
*/

0 commit comments

Comments
 (0)