From bc388f1c1b32b4896f9a54be1cab47525bdaa416 Mon Sep 17 00:00:00 2001 From: Archer Date: Mon, 15 Jul 2024 11:58:08 -0500 Subject: [PATCH] Make rollover match template. Signed-off-by: Archer --- _api-reference/index-apis/rollover.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_api-reference/index-apis/rollover.md b/_api-reference/index-apis/rollover.md index fec7134aaf..a70efb4168 100644 --- a/_api-reference/index-apis/rollover.md +++ b/_api-reference/index-apis/rollover.md @@ -9,7 +9,7 @@ nav_order: 63 Introduced 1.0 {: .label .label-purple } -The Rollover Index API creates a new index for a data stream or index alias is subject to the `wait_for_active_shards` setting. +The Rollover index API creates a new index for a data stream or index alias is subject to the `wait_for_active_shards` setting. ## Path and HTTP methods @@ -101,7 +101,7 @@ Parameter | Type | Description Any configuration options for the index. For more information, see [Index settings](https://opensearch.org/docs/latest/install-and-configure/configuring-opensearch/index-settings/). -## Examples +## Example requests The following example requests and responses illustrate how to use the Rollover Index API. All examples use the following roll over conditions, if one or more of which are met, a roll over occurs: @@ -173,7 +173,7 @@ POST my-alias/_rollover ## Example response -OpenSearch returns the following response, where all conditions were met as true: +OpenSearch returns the following response, where all but one condition, the `max_primary_shard_size`, was met: ``` {