-
Notifications
You must be signed in to change notification settings - Fork 148
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
Remove --path.install
option
#2489
Comments
Haven't we already made the breaking change by ignoring the argument? Anyone relying on this has already had their use case broken. |
@cmacknz No because you can still provide the |
What about we at least edit the description of the flag to state it is deprecated and ignored? On
We could edit the message to something like "DEPRECATED, setting this flag has no effect". Or even add the version: "DEPRECATED, setting this flag has no effect since v8.6.0". That way we do not break anything, keep the current behaviour and better inform the users about the current behaviour. |
@belimawr good idea, go ahead and a make PR for it. |
PR created: #3863 |
@kaanyalti any draft PR you can link here? |
@jlind23 Will create a draft early tomorrow morning for this. |
As per the conversation starting from https://github.com/elastic/ingest-dev/issues/1609#issuecomment-1503384831, the
--path.install
option is no longer being used by Elastic Agent. We should remove it but, since that would be a breaking change, we should do this in 9.0.Copying relevant bits of the conversation here for easy reference:
@blakerouse said:
@ycombinator asked:
@jlind23 confirmed:
The text was updated successfully, but these errors were encountered: