opensearch-project/OpenSearch

[Remote Store] Introduce validation of index template for restricted remote store backed indices

Open

#11.126 geöffnet am 7. Nov. 2023

Auf GitHub ansehen
 (3 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Java (1.505 Forks)batch import
Storage:DurabilityStorage:Remoteenhancementgood first issue

Repository-Metriken

Stars
 (8.123 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 5T 9h) (266 gemergte PRs in 30 T)

Beschreibung

Is your feature request related to a problem? Please describe. Today, we allow index template creation and skip doing validation which can lead to issues when the index creation is happening though the index template. We need to introduce validation to ensure we do not allow creating such index templates that will ultimately fail to execute.

Describe the solution you'd like Validate index template creation.

Describe alternatives you've considered Validate combined template settings at the time of index creation.

Additional context Add any other context or screenshots about the feature request here.

Contributor Guide