Description
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:
I believe with the changes in the V2 architecture (aka 8.6+) we missed removing some command-line arguments.
--path.install
has a different meaning then what this issue is seeking to solve. It is documented asInstall path contains binaries Agent extracts
, which meant the binaries that Elastic Agent extracted to run (aka. filebeat, metricbeat, etc..). Obviously with V2 (8.6+) we no longer extract the binaries they come pre-extracted so we no longer need or use the--path.install
.
@ycombinator asked:
Shouldn't we wait to remove the --path.install option in 9.0 since it would technically be a breaking change to remove it in 8.x?
@jlind23 confirmed:
Let's wait for [9.0] indeed.
Activity