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
Today, when we set the cluster.remote_store.index.restrict.async-durability setting, indices cannot be created with the index.translog.durability setting as async. However, this behavior is bypassed when the index is created through index templates.
Related component
Storage:Remote
To Reproduce
Create a cluster with cluster.remote_store.index.restrict.async-durability set to true
Create an index template with the following setting:
"index.translog.durability": "async"
Index would get created with Async translog durability
Expected behavior
Index template creation should be blocked in this case
Additional Details
Plugins
Please list all plugins currently enabled.
Screenshots
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
OS: [e.g. iOS]
Version [e.g. 22]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
Today, when we set the
cluster.remote_store.index.restrict.async-durability
setting, indices cannot be created with theindex.translog.durability
setting asasync
. However, this behavior is bypassed when the index is created through index templates.Related component
Storage:Remote
To Reproduce
cluster.remote_store.index.restrict.async-durability
set totrue
Expected behavior
Index template creation should be blocked in this case
Additional Details
Plugins
Please list all plugins currently enabled.
Screenshots
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: