mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-18 14:30:41 +01:00
maintain ChangeLog
This commit is contained in:
parent
0f5595c074
commit
4157fbdd64
@ -1,5 +1,14 @@
|
||||
------------------------------------------------------------------------------
|
||||
Version 8.16.0 [v8-stable] 2016-01-26
|
||||
- impstats: support broken ElasticSearch JSON implementation
|
||||
ES 2.0 no longer supports valid JSON and disallows dots inside names.
|
||||
This adds a new "json-elasticsearch" format option which replaces
|
||||
those dots by the bang ("!") character. So "discarded.full" becomes
|
||||
"discarded!full".
|
||||
This is a workaroud. A method that will provide more control over
|
||||
replacements will be implemented some time in the future. For
|
||||
details, see below-quoted issue tracker.
|
||||
closes https://github.com/rsyslog/rsyslog/issues/713
|
||||
- bugfix: tarball did not include some testbench files
|
||||
Thanks to Thomas D. (whissi) for the patch.
|
||||
- bugfix: memory misadressing during config parsing string template
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user