-
Notifications
You must be signed in to change notification settings - Fork 45
[BUG] ISM policy doens’t apply #458
Comments
Little update, we fully recreate all policies in production cluster, but result was discouraging: policies that were previously applied without problems have ceased to be applied, and vice versa. Result is fully random: For example policy
before recreation works as expected and was applied to indexes like |
Seems we found the problem: index management request templates from
but this request returns only 10 results by default https://www.elastic.co/guide/en/elasticsearch/reference/7.x/paginate-search-results.html and in version in mainstream of deveplopment of this plugin problem was fixed |
How you fixed this problem? |
we just apply our patch аnd rebuild securityplugin
but later aws fix this, but not rebuild plugin due they migrate to opensearch |
In out production cluster based on opendistro [1.13.2] we have multiple Index Management Index Policies with ism_template defined field, where we declare index_patterns. For example
this policy must be applied to any newly created index, that doesn’t match index patterns in other index policies, but nothing happens, and to that indexes doens’t have any policy applied
On test stand where configured much less index policies - all working, but in production does not, but in production cluster we have only about 20 policies
How this can be, and how we can solve this problem?
The text was updated successfully, but these errors were encountered: