Skip to content

Commit

Permalink
Merge branch 'main' into connectors-api-client-new-params
Browse files Browse the repository at this point in the history
  • Loading branch information
mattnowzari authored Jan 17, 2025
2 parents e2959d8 + 2397e31 commit 90f9395
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 27 deletions.
12 changes: 6 additions & 6 deletions output/openapi/elasticsearch-openapi.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions output/openapi/elasticsearch-serverless-openapi.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions output/schema/schema-serverless.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions output/schema/schema.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion specification/_global/create/CreateRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ import { Duration } from '@_types/Time'
*
* NOTE: Data streams do not support custom routing unless they were created with the `allow_custom_routing` setting enabled in the template.
*
* ** Distributed**
* **Distributed**
*
* The index operation is directed to the primary shard based on its route and performed on the actual node containing this shard.
* After the primary shard completes the operation, if needed, the update is distributed to applicable replicas.
Expand Down
2 changes: 1 addition & 1 deletion specification/_global/index/IndexRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ import { Duration } from '@_types/Time'
*
* NOTE: Data streams do not support custom routing unless they were created with the `allow_custom_routing` setting enabled in the template.
*
* * ** Distributed**
* **Distributed**
*
* The index operation is directed to the primary shard based on its route and performed on the actual node containing this shard.
* After the primary shard completes the operation, if needed, the update is distributed to applicable replicas.
Expand Down
2 changes: 1 addition & 1 deletion specification/_global/reindex/ReindexRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ import { Destination, Source } from './types'
* done
* ```
*
* ** Throttling**
* **Throttling**
*
* Set `requests_per_second` to any positive decimal number (`1.4`, `6`, `1000`, for example) to throttle the rate at which reindex issues batches of index operations.
* Requests are throttled by padding each batch with a wait time.
Expand Down

0 comments on commit 90f9395

Please sign in to comment.