You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tell us about your request. Provide a summary of the request.
Append only indices is a new feature introduced which restricts any forms of updates or deletes of the document on an OpenSearch Index. This feature is particularly helpful for features like star tree where we want to keep documents immutable.
The users can enable append only index setting during index creation which will restricts any forms of updates on that index.
Version: List the OpenSearch version to which this issue applies, e.g. 2.14, 2.12--2.14, or all.
What do you want to do?
Tell us about your request. Provide a summary of the request.
Append only indices is a new feature introduced which restricts any forms of updates or deletes of the document on an OpenSearch Index. This feature is particularly helpful for features like star tree where we want to keep documents immutable.
The users can enable append only index setting during index creation which will restricts any forms of updates on that index.
Version: List the OpenSearch version to which this issue applies, e.g. 2.14, 2.12--2.14, or all.
3.0
What other resources are available? Provide links to related issues, POCs, steps for testing, etc.
opensearch-project/OpenSearch#12886
The text was updated successfully, but these errors were encountered: