diff --git a/docs/upgrade.md b/docs/upgrade.md index 1033fbd..71f472c 100644 --- a/docs/upgrade.md +++ b/docs/upgrade.md @@ -1,11 +1,12 @@ # Upgrading Splunk Connect for Syslog Splunk Connect for Syslog is updated regularly using a CI/CD development process. The notes below outline significant changes that -must be taken into account prior and after an upgrade. Ensure to follow specific instructions below to ensure a smooth transition to -a new version of SC4S in production. +must be taken into account prior and after an upgrade. Ensure to follow specific instructions below to ensure a smooth +transition to a new version of SC4S in production. ###Upgrade process -Check the current version of SC4S by running ```sudo docker logs SC4S```. For latest version choose the latest SC4S image in the sc4s.service file +Check the current version of SC4S by running ```sudo logs SC4S```. For the latest version, use the +`latest` tag for the SC4S image in the sc4s.service unit file: ``` [Service] Environment="SC4S_IMAGE=splunk/scs:latest" @@ -18,4 +19,4 @@ Having latest is recommended but if some other version is required specify in th [Service] Environment="SC4S_IMAGE=splunk/scs:v1.20.0" ``` -Follow the link for release information https://github.com/splunk/splunk-connect-for-syslog/releases \ No newline at end of file +Follow the link for release information https://github.com/splunk/splunk-connect-for-syslog/releases