From 82e3f9c9e48f991859a74debe1381197c6a3fe56 Mon Sep 17 00:00:00 2001 From: Naarcha-AWS Date: Fri, 20 May 2022 12:25:20 -0500 Subject: [PATCH 1/2] Add 2.0 Breaking Changes Signed-off-by: Naarcha-AWS --- _opensearch/pipeline-agg.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_opensearch/pipeline-agg.md b/_opensearch/pipeline-agg.md index 5e735f2cff..88f7242f49 100644 --- a/_opensearch/pipeline-agg.md +++ b/_opensearch/pipeline-agg.md @@ -35,6 +35,9 @@ You can also specify the following additional parameters: - `gap_policy`: Real-world data can contain gaps or null values. You can specify the policy to deal with such missing data with the `gap_policy` property. You can either set the `gap_policy` property to `skip` to skip the missing data and continue from the next available value, or `insert_zeros` to replace the missing values with zero and continue running. - `format`: The type of format for the output value. For example, `yyyy-MM-dd` for a date value. + +A change. + ## Quick example To sum all the buckets returned by the `sum_total_memory` aggregation: From ec0ea486deab8203ef81df031ca00fd571472f98 Mon Sep 17 00:00:00 2001 From: Naarcha-AWS Date: Fri, 20 May 2022 12:33:22 -0500 Subject: [PATCH 2/2] Add tech review feedback Signed-off-by: Naarcha-AWS --- _opensearch/rest-api/alias.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_opensearch/rest-api/alias.md b/_opensearch/rest-api/alias.md index 458d79bffc..933340ffe2 100644 --- a/_opensearch/rest-api/alias.md +++ b/_opensearch/rest-api/alias.md @@ -5,6 +5,8 @@ parent: REST API reference nav_order: 20 --- +Another change. + # Alias Introduced 1.0 {: .label .label-purple }