-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
67a3b54
commit b2850d3
Showing
2 changed files
with
4 additions
and
6 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,18 +1,16 @@ | ||
Scalyr Agent 2 Changes By Release | ||
================================= | ||
|
||
## 2.0.14 "Neurotic Nightingale" - October 19, 2015 | ||
## 2.0.14 "Neurotic Nightingale" - November 4, 2015 | ||
|
||
<!--- | ||
Packaged by Steven Czerwinski <[email protected]> on Oct 19, 2015 2:45 -0700 | ||
Packaged by Steven Czerwinski <[email protected]> on Nov 4, 2015 11:30 -0800 | ||
---> | ||
|
||
Note, this release is still under development and the actual release date is TBD. | ||
|
||
Features: | ||
|
||
* New sequence id and number implementation to help prevent events being added to the database multiple times | ||
* Create new configuration option ``max_existing_log_offset_size`` to set a separate on how far back in a log file we are willing to go for a log file we have been previously copying. | ||
* Create new configuration option ``max_existing_log_offset_size`` to set a limit on how far back in a log file we are willing to go for a log file we have been previously copying. | ||
* Enabled ``syslog_monitor`` for Windows platforms | ||
* Preview release of ``windows_event_log_monitor``, a monitor for copying the Windows event log to Scalyr. | ||
* Preview release of docker support. E-mail [email protected] for more details | ||
|
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
2.0.13.pre14.20 | ||
2.0.14 | ||
|