-
Notifications
You must be signed in to change notification settings - Fork 225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] ISM policies and index templates are constantly updated #833
Comments
[Triage] |
Nice, but please note that #846 only partially addresses this issue. It (supposedly) fixes the issue with ISM templates, but not for index templates. |
@lpeter91 We will look at index templates once the approach have been approved. |
@swoehrl-mw I think the closing of this issue was premature, since #846 only partially addresses the problems reported, as discussed above. |
Operator version: 2.6.0
The following very simple ISM template and index template get constantly updated by the operator. (The operator logs "policy exists and requires update" and "Index template requires update" respectively.)
ISM template:
Index template:
Now these are just examples, in reality most (maybe even all) of my ISM policies and index templates are constantly updated. In fact, my component templates also get updated all the time, but that might be fixed by the unreleased #809. (Btw please do a release, without the fix for #801 the operator isn't really usable in a conventional way.)
For the index templates the issue might be with the data stream, to which the default timestamp field is added. But in general it seems to me that this "diffing" approach is very fragile and destined to break over time. Maybe an other way to handle this should be considered, some very vague ideas:
The text was updated successfully, but these errors were encountered: