-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[Filebeat] filbeat setup -e
overwrites ILM policy ignoring setup.ilm.overwrite: false
#14589
Comments
I can confirm i am seeing this issue too. have seen it in 7.3.2, 7.4.2 and 7.5.0 using the same flags as you have specified. |
I'm not seeing this behavior on First I created an ILM policy named
Then I configured
Then I ran Finally, I checked the
The I'm going to try and reproduce on |
I was not able to reproduce this using Filebeat built from the Going to try and reproduce on |
I was able to reproduce this using Filebeat built from the Looks like @simitt fixed the bug in #14741. I've put up a backport of her PR to the |
This is a fix that breaks current behavior. That's why I listed it in the breaking changes section. Therefore I don't think we should backport it to a patch release, but only to the next minor (it is already in 7.x) |
I see. But since the current behavior is broken (it's a bug). I think its okay to break the current behavior (i.e. fix the bug) in a patch release, no? |
After some discussion amongst the Beats core developers, we decided not to backport the fix to the The fix will be available starting |
test_policy
filebeat setup -e
Actual: filebeat
test_policy
is overwritten with filebeat's default configurationExpected:
test_policy
should not be changedThe text was updated successfully, but these errors were encountered: