-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add top-level doc on upgrading considerations
- Loading branch information
Mark Bonsack
committed
Feb 3, 2020
1 parent
1f3e1ee
commit 028f98b
Showing
3 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +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. | ||
|
|
||
| ## Version 1.9.0 | ||
|
|
||
| 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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters