Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upImprove documentation for debian installation #46868
Open
Comments
|
Pinging @elastic/es-docs |
|
Pinging @elastic/es-core-infra |
|
[docs issue triage] Leaving open as this is still relevant. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


The documentation for installing the debian/ubuntu package suggests running:
We added this to our chef scripts and this of course runs a lot and ends up appending the same line over and over again. This slows down apt-get operations to the point where it is unusable. When I checked the file it had 500+ lines already.
I would suggest changing this to:
without the
-aor to:The one issue I can see with this approach is if there is a usecase for this file to contain more than one line. In that case, maybe use separate files for each entry.
Note. created the ticket after discussion here: https://discuss.elastic.co/t/minor-problem-with-documentation-for-es-debian-installation/200172