Skip to content

Commit 29e07ed

Browse files
Add all-active ingestion setting (#965)
Signed-off-by: Varun Bharadwaj <[email protected]>
1 parent 024379d commit 29e07ed

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
1717
- Changed the type of the `DocStatus` properties from int32 to int64 ([#933](https://github.com/opensearch-project/opensearch-api-specification/pull/933))
1818
- Add pull-based ingestion APIs and properties. Also add replication type in index settings ([#926](https://github.com/opensearch-project/opensearch-api-specification/pull/926))
1919
- Added `additional_config` to `ModelConfig` ([#936](https://github.com/opensearch-project/opensearch-api-specification/pull/936))
20+
- Added `all_active` config to the IngestionSource under index settings ([#965](https://github.com/opensearch-project/opensearch-api-specification/pull/965))
2021

2122
### Removed
2223

spec/schemas/indices._common.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,9 @@ components:
210210
type: object
211211
additionalProperties: true
212212
description: Custom parameters for the ingestion source.
213+
all_active:
214+
description: Indicates if all-active ingestion is enabled for this index.
215+
$ref: '_common.yaml#/components/schemas/StringifiedBoolean'
213216
IngestionSourcePointer:
214217
type: object
215218
properties:

0 commit comments

Comments
 (0)