Fixed typo in apt command

Fixes #4749
This commit is contained in:
Mark Walkom 2016-03-02 17:03:56 +11:00 committed by Suyog Rao
parent 9a2ef2b011
commit 6c9c058b50

View file

@ -16,7 +16,7 @@ This procedure uses <<package-repositories,package managers>> to upgrade Logstas
1. Shut down your Logstash pipeline, including any inputs that send events to Logstash. 1. Shut down your Logstash pipeline, including any inputs that send events to Logstash.
2. Using the directions in the _Package Repositories_ section, update your repository links to point to the 2.0 repositories 2. Using the directions in the _Package Repositories_ section, update your repository links to point to the 2.0 repositories
instead of the previous version. instead of the previous version.
3. Run the `apt-get update logstash` or `yum update logstash` command as appropriate for your operating system. 3. Run the `apt-get upgrade logstash` or `yum update logstash` command as appropriate for your operating system.
4. Test your configuration file with the `logstash --configtest -f <configuration-file>` command. Configuration options for 4. Test your configuration file with the `logstash --configtest -f <configuration-file>` command. Configuration options for
some Logstash plugins have changed in the 2.0 release. some Logstash plugins have changed in the 2.0 release.
5. Restart your Logstash pipeline after updating your configuration file. 5. Restart your Logstash pipeline after updating your configuration file.