Skip to content

Commit

Permalink
Minor clarification for upgrade docs
Browse files Browse the repository at this point in the history
* Minor clarification of proper tag for sc4s unit file
  • Loading branch information
mbonsack authored and GitHub committed Jun 16, 2020
1 parent 8bd59d9 commit e4d5571
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/upgrade.md
Original file line number Diff line number Diff line change
@@ -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 <docker or podman> 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"
Expand All @@ -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
Follow the link for release information https://github.com/splunk/splunk-connect-for-syslog/releases

0 comments on commit e4d5571

Please sign in to comment.