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
Mmm, the problem here is that read_only was defined as not being allowed to "write" or do "metadata" changes to the index. Adding an alias constitutes metadata change... . It makes sense (though it could have easily been defined the to only disallow writes), and I am reluctant to change it now.
We can potentially add another option, like disable writes, but it feels like its going to be confusion. Not sure what the best answer for this is currently...
Gotcha. I also noticed that doing e.g. a DELETE / fails if any of your indexes are read-only. This makes sense given your definition of "readonly", but for what it's worth, I think a "disable writes" would be much more useful than the read-only functionality as currently defined...
See reduction (download):
The text was updated successfully, but these errors were encountered: