Skip to content

Commit

Permalink
Docs: Upgrade process updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Nandini Vij committed Jun 16, 2020
1 parent 2363cca commit 8bd59d9
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions docs/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,18 @@ Splunk Connect for Syslog is updated regularly using a CI/CD development process
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.

## Version 1.9.0
###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
```
[Service]
Environment="SC4S_IMAGE=splunk/scs:latest"
```
Restart the service
```sudo systemctl restart sc4s```

* Example context files have been added to the local mount `context` directory. These example files will be updated at each release
to outline support for new data sources, which can be added to existing context files (those without the `.example` extension).
Existing context files will _not_ be overwritten on subsequent SC4S starts/upgrades, so ensure that any new content from these example
files is incorporated into existing context files.

* UNIT FILE CHANGES: Make sure to update the unit file used to start the sc4s service with the changes included in this release. It
includes updates for proper operation with RHEL 8, and is backward-compatible with RHEL 7.7.

## Version 1.10.0

* The "Development" section outlines new instructions for operation with the vscode IDE.
Having latest is recommended but if some other version is required specify in the service file. For eg:
```
[Service]
Environment="SC4S_IMAGE=splunk/scs:v1.20.0"
```
Follow the link for release information https://github.com/splunk/splunk-connect-for-syslog/releases

0 comments on commit 8bd59d9

Please sign in to comment.