Skip to content

Fix Markdown header syntax #3547

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading