mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
parent
9a2ef2b011
commit
6c9c058b50
1 changed files with 1 additions and 1 deletions
2
docs/static/upgrading.asciidoc
vendored
2
docs/static/upgrading.asciidoc
vendored
|
@ -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.
|
||||
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.
|
||||
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
|
||||
some Logstash plugins have changed in the 2.0 release.
|
||||
5. Restart your Logstash pipeline after updating your configuration file.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue