From e4d5571b038f64505652ed180ebfa64be89dfb32 Mon Sep 17 00:00:00 2001 From: mbonsack Date: Mon, 15 Jun 2020 17:53:38 -0700 Subject: [PATCH] Minor clarification for upgrade docs * Minor clarification of proper tag for sc4s unit file --- docs/upgrade.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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