syslog-ng

syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, queueing, SQL & NoSQL.

OTHER License

Stars
2.1K

Bot releases are hidden (Show)

syslog-ng - syslog-ng-3.24.1

Published by lbudai about 5 years ago

3.24.1

Highlights

  • Add a new template function called $(format-flat-json), which generates
    flattened json output. This is useful for destinations, where the json
    parsing does not handle nested json format. (#2890)
  • Add ISO 8601 compliant week numbering. Use it with the ${ISOWEEK} macro
    and and all its variants: S_ISOWEEK, R_ISOWEEK and C_ISOWEEK. (#2878)
  • Add add-contextual-data() glob selector. It matches the message with shell
    style globbing. Enable it by setting selector(glob("$my_template") in the
    add-contextual-data() block. (#2936)
  • Add new rewrite operations to manipulate the timezone portion of timestamps have
    been added. set-timezone() to set the timezone value to a specific value,
    fix-timezone() to fix up an incorrectly recognized timezone and guess-timezone()
    to automatically deduce the timezone value on the assumption that the message
    is received in near real time. (#2818)
  • Send Server Name Identification (SNI) information with transport(tls).
    Enable it by setting the sni(yes) option in the tls block in your
    destination. (#2930)

Features

  • templates: change the $LOGHOST macro to honour use-fqdn() (#2894)
  • Define syslog-ng-sysconfdir (#2932)
  • dqtool: add assign dqfile to persist file feature (#2872)

Bugfixes

  • Fix backtick subsitution of defines/environment variables in the main configuration file. (#2906, #2909)
  • Fix SCL block parameter substitution of quoted escaped newline (#2901)
  • python, diskq, random-generator source: crash after failed reload (#2907)
  • Fix crash at shutdown on 32bit systems (#2893, #2895)
  • Invalidate the value of the LEGACY_MSGHDR macro in case either the PID or the PROGRAM
    macros are unset() using a rewrite rule. Previously LEGACY_MSGHDR would retain the old values. (#2896)
  • on 32bit platform diskq ftruncate could fail due to size 32/64 interface (#2892)
  • Support new tzdata format, starting from version 2009.XXX, in tzinfo parser. (#2898)
  • udp, udp6, tcp, tcp6, syslog, network destination: Correctly detect and set IP_MULTICAST_TTL
    in case of multicast ip address (#2905)
  • Fix hostname resolve on systems with only the loopback network interface configured (#2933)
  • wildcard-file(): Add multi-line(), pad_size() and multi-line-mode() option validation. (#2922)
  • kafka-c: Fix multiple memleaks (#2944)

Other changes

  • geoip: remove deprecated module, geoip2 database location detection (#2780)
  • various refactor, build issue fixes (#2902)

Notes to the developers

  • LightRunWithStrace: Run syslog-ng behind strace (#2921)
  • LightVerboseLogOnError: Increase default pytest verbosity on error (#2919)
  • Dbld image caching (#2858)
  • Dbld gradle caching (#2857)
  • logreader,logsource: move scratch-buffer mark and reclaim into LogSource (#2903)

Credits

syslog-ng is developed as a community project, and as such it relies
on volunteers, to do the work necessarily to produce syslog-ng.

Reporting bugs, testing changes, writing code or simply providing
feedback are all important contributions, so please if you are a user
of syslog-ng, contribute.

We would like to thank the following people for their contribution:

Andras Mitzki, Antal Nemes, Attila Szakacs, Balazs Scheidler, Bertrand Jacquin,
Gabor Nagy, Henrik Grindal Bakken, Kerin Millar, kjhee43, Laszlo Budai,
Laszlo Szemere, László Várady, Péter Kókai, Raghunath Adhyapak, Zoltan Pallagi.

syslog-ng - syslog-ng-3.23.1

Published by lbudai about 5 years ago

3.23.1

Features

  • The redis() destination now handles any number of command parameters.
    (#2816)

  • The format() option of date-parser() supports lists. From now on, a
    single date-parser() instance is able to process different date formats,
    making it easy to catch on when some programs change the way they log
    information. (#2779)

  • Add relocation support for disk-buffer(). The relocate subcommand of
    dqtool can be used to move a single or multiple queue files. (#2855)

  • file(), pipe(): The time-reap() option now can be set or disabled for
    each destination separately.
    Use time-reap(0) to disable closing idle destination files. (#2798)

  • syslog-ng-ctl: Add list-files subcommand to print files present in the
    current configuration. (#2797)

Bugfixes

  • Fix minor memory leaks (#2868)
  • Add global context to standalone parsers (#2876)
  • Fix heap usage after free in cfg_run_parser_with_main_context (#2884)
  • Fix g_thread_init call order issue with older glibs (#2853)
  • SNMP destination: fixing statistics format (#2854)
  • eventlog: flush escaped_buffer when full (#2837)
  • dbparser: remove unnecessary lock (#2838)
  • dbparser: fix crash when context times out in the middle of another rule (#2832)
  • radix: fix grouping in PCRE (#2808)
  • add-contextual-data: make filters config plugin aware (#2886)
  • Undefined warning regression (#2829)

Other changes

  • Disable time-reap() on non-templated filenames by default (#2798)
  • The --preprocess-into command line flag accepts -, and writes the
    preprocessed configuration to stdout. (#2869)
  • Add information on environment variables passed to the confgen script (#2888)
  • Light: minor fixes (#2867, #2844)
  • python: use malloc_debug for python unit tests (#2866)
  • Travis: verbose unit test output (#2851)
  • Travis cleanup (#2809)
  • filter: add unit tests to filter-op (#2835)
  • Fix clang/gcc diagnostic differences (#2810)
  • Fix leak in stats test (#2874)
  • cmake, autotools: -Wundef to enable-extra-warning (#2806)

Notes to the developers

  • Check whether commit messages are properly formatted (#2803, #2807)
  • gitignore: tags file and build directory (#2794)

Credits

syslog-ng is developed as a community project, and as such it relies
on volunteers, to do the work necessarily to produce syslog-ng.

Reporting bugs, testing changes, writing code or simply providing
feedback are all important contributions, so please if you are a user
of syslog-ng, contribute.

We would like to thank the following people for their contribution:

Andras Mitzki, Antal Nemes, Attila Szakacs, Balazs Scheidler, Gabor Nagy,
Laszlo Budai, Laszlo Szemere, László Várady, Mark Bonsack, Mehul Prajapati,
Péter Kókai, Romain Tartière, Zoltan Pallagi.

syslog-ng - syslog-ng-3.22.1

Published by lbudai over 5 years ago

3.22.1

Highlights

  • Sending SNMP traps: Using the new snmp() destination, incoming log messages
    can be converted to SNMP traps, as the fields of the SNMP messages can be
    customized with macros. (#2693)

  • $(template) dynamic binding: Extends the $(template) template function to
    allow dynamic binding. For example, the name of the template to be invoked
    can come from the message (name-value pairs). (#2716)

  • syslog(), network(): Add dynamic-window-size() option to enable dynamic
    flow control that distributes the specified amount of window between active
    connections at runtime. This can be used in low-memory environments, where
    only a small subset of the active clients sends messages at high rate.
    (#2772)

Features

  • match(): Add support for the template() option (#2715)
  • add-contextual-data(): Allow using templates in name-value pairs (#2711)
  • Add support for floating point operations in template functions (#2742)
  • Add support for usec precision when parsing time (#2709)

Bugfixes

  • Fix null pointer access when destinations are suspended (#2778)
  • Fix grouping-by() deadlock (#2758)
  • Fix a general source-related crash and enhance wildcard-file()'s bookmark
    handling (#2589)
  • Fix infinite loop (reload/reopen) (#2739)
  • Fix python() package/module name collision (#2438)
  • Fix escaped quote in block argument (#2781)
  • Reintroduce test on SYSLOG_NG_HAVE_TIMEZONE (#2774)
  • snmp(): Fix template leak (#2746)

Other changes

  • Never drop flow-controlled messages: The meaning of log-fifo-size() has
    changed to avoid dropping flow-controlled messages when log-fifo-size() is
    misconfigured. From now on, log-fifo-size() only affects messages that are
    not flow-controlled. (#2753)

  • The -d/--debug syslog-ng command line flag no longer implies
    -e/--stderr. If you want to redirect internal() source to stderr,
    use the -e/--stderr option explicitly. (#2731)

  • dbld, RPM and DEB packaging improvements (#2724)

  • Checkpoint parser improvements (#2740)

  • Reset the timezone on config reload event (#2691)

  • geoip2(): Include IP into the error message (#2743)

  • Improve regexp error messages (#2796)

  • http(): Warn if less workers used than urls (#2757)

  • http(): Allow URLs to be specified by a space/comma separated string
    (#2699)

  • loggen: Change message rate at runtime using signals (#2756)

  • debun: add acquire_running_syslog_config function (#2752)

  • FreeBSD fixes for the test suite (#2783)

Notes to the developers

  • ivykis: update to 0.42.4 (#2736)
  • Support generator plugins in global options (#2747)
  • logthrfetcher: new constants (#2766)
  • logthrsourcedrv: support position tracking (#2750)
  • Light: Support pre-commit and tox (#2725)
  • Enable Bison error flags: conflicts-sr/rr (#2762)
  • Dynamic stats constant registration (#2761)

Credits

syslog-ng is developed as a community project, and as such it relies
on volunteers, to do the work necessarily to produce syslog-ng.

Reporting bugs, testing changes, writing code or simply providing
feedback are all important contributions, so please if you are a user
of syslog-ng, contribute.

We would like to thank the following people for their contribution:
Andras Mitzki, Antal Nemes, Attila Szakacs, Balazs Scheidler,
Christian Michallek, Fabien Wernli, Gabor Nagy, Kyeong Yoo, Laszlo Budai,
Laszlo Szemere, László Várady, Mehul Prajapati, Norbert Takacs, Oleksii Hamov,
Péter Kókai, Romain Tartière, Zoltan Pallagi.

syslog-ng - syslog-ng 3.21.1

Published by lbudai over 5 years ago

3.21.1

Highlights

  • Add an alternative, native, librdkafka based kafka-c() destination in
    parallel of the existing Java implementation, that provides the same
    configuration interface. Eventually, we expect this to replace the Java
    one (#2496)

  • Add a native, http() based destination based driver for elasticsearch
    called elasticsearch-http(), as an alternative of the Java one.
    Eventually, we expect this to replace the Java implementation. (#2509)

  • Add the ability to automatically determine the timezone value for an
    incoming log entry as long as the incoming stream is close to real time
    and the timezone information is missing from the timestamp. Enable this
    function by using flags(guess-timezone) for sources and the
    date-parser(). (#2517, #2673)

Features

  • syslog(): Add the ability to work with messages larger than log-msg-size()
    in the source driver by using the trim-large-messages(yes) option.
    The characters over the limit will be truncated. Previously messages
    longer than the limit caused the connection to be closed abruptly.
    (#2644)

  • amqp(): add support for heartbeats and the "external" authentication
    mechanism. (#2676, #2626)

  • graylog2(): add support for TLS and UDP. (#2657)

  • udp(): Add spoof-source-max-msglen() option to allow setting the
    maximum spoofed datagram size, which was hard-wired to 1024 previously.
    (#2535)

  • db-parser(): add an option program-template() that customizes the
    value used for matching the PROGRAM field. (#2651)

  • pdbtool: Add sort option to pdbtool merge (#2664)

  • $(implode) and $(explode): add template functions to split and join
    strings based on a simple separator. The exploded array is represented as
    a syslog-ng list that can be manipulated with the $(list-*) template
    functions. (#2700)

  • Add an --omit-empty-values option for value-pairs based destinations &
    template functions. (#2519)

  • grouping-by() parser: add sort-key() option (#2701)

Support for non-syslog or non-standard formats in SCL

  • apache-accesslog-parser(): support for vhost:port as the first field in
    common/combined log formats (#2688)
  • Add application adapter for Junos classification (#2684)
  • Add parser and adapter for CheckPoint LogExporter output (#2665)

Bugfixes

  • Fix race condition of idle timer and scheduled I/O job (#2650)
  • Few leaks find via sanitizer (#2696)
  • syslogformat: set $MSG even if the incoming message is empty (#2672)
  • Fix double-free error in logproto unit tests (#2662)
  • groupingby: identical persist name (#2659)
  • stats: deindex pruned counters/clusters (#2648)
  • Type hinting should not accept empty values (#2639)
  • app-parser, pseudofile: fix crash with grammar error (#2640)
  • python: set_timestamp normalization (#2643)
  • db-parser: fix memory leak (#2652)
  • grouping-by: use after free, memory leak, missing init calls of filters (#2655)
  • amqp: fixing double connect (#2660)
  • old style definition warning fixes (#2680)
  • Fix "!=" filter (#2683)
  • dbparser: fix memleak (#2706)
  • nondumpable-allocator: fixing mmap error handling (#2666)
  • Fix timeutils warning (#2604)
  • Fix old style include statement compatibility (#2600)
  • Fix config revert (threaded destinations) (#2596)
  • Add warning on old style include statement (#2592)

Other changes

  • cfg-parser: add aliases for yesno (#2671)
  • Include json-c in the dist tarball (#2590)
  • cmake: disable_all_modules support (#2647)
  • Cmake clang sanitizer (#2562)
  • timeutils refactor (#2483)
  • Expedite threaded flush at reload (#2656)
  • elasticsearch2: Added deprecation warning (#2628)
  • Astyle fixes (#2624)
  • Force C99 with GNU (#2623)
  • Make rewording and other small edits to README (#2608)
  • Port tests to Criterion (#2607, #2661, #2621, #2620, #2619, #2618, #2617,
    #2616, #2615, #2599, #2594, #2593, #2591, #2586, #2584, #2583)
  • test_reliable_backlog: fix random failure (#2668)
  • Fix unit test with function pointer dereference in case of ASLR, Criterion (#2669)
  • test-stats-query: fix unit test (#2603)

Notes to the developers

  • Version from git describe (#2627)
  • light: example-msg-generator support (#2571)
  • light: test app parser applications (#2686)
  • light: Switch to native logger (#2546)
  • light: Remove SetupTestcase() dependency (#2587)

Credits

syslog-ng is developed as a community project, and as such it relies
on volunteers, to do the work necessarily to produce syslog-ng.

Reporting bugs, testing changes, writing code or simply providing
feedback are all important contributions, so please if you are a user
of syslog-ng, contribute.

We would like to thank the following people for their contribution:
Andras Mitzki, Antal Nemes, Attila Szakacs, Balazs Scheidler, Chris Spencer,
David Liew, Fabien Wernli, Gabor Nagy, Laszlo Budai, Laszlo Szemere, Layne,
László Várady, Mehul Prajapati, Nik Ambrosch, Parth Wazurkar, Péter Kókai,
Terez Nemes, Victor Ma, Zoltan Pallagi.

syslog-ng - syslog-ng-3.20.1

Published by alltilla over 5 years ago

3.20.1

Features

  • Add persist-tool (#2511)
  • Collectd destination (#1433)
  • Config reload status feedback (#2367)
  • Netskope parser (#2541)
  • Websense parser (#2471)
  • Json list support (#2536)
  • Xml-parser: add list support (#2544)

Bugfixes

  • DNS memory leak/segfault fix (#2500)
  • Elasticsearch2: fix bulk send for client-mode("http") (#2478)
  • Few leak fix (#2563)
  • Filter-re: ref/unref NVTable around regex eval (#2494)
  • Fix allowing negative version number in config (#2548)
  • Fix app-parser() per reload memory leak (#2469)
  • Fix non-reliable disk-queue truncating problem on load (#2406)
  • Fix threaded source/destination crash when reverting configuration (#2555)
  • Http: add missing free for self->body_template (#2558)
  • Java, elasticsearch2, explicit unsupport for named templates (#2534)
  • Loggen: parameter handling (#2477)
  • Python-source: fix crash when posting from python thread (#2533)
  • Read acknowledgments send by Riemann (#2523)
  • Redis, Riemann: fix ref/unref-ing templates (#2514, #2530)
  • Syslog-ng@default: use pid file location on control socket (#2489)
  • Threaded-dest: Fix integer overflow (#2512)
  • Threaded-dest: make persist_name local (#2516)
  • Xml/geoip2: make prefix optional (#2538)

Other changes

  • Autotools, cmake: add detection for pylint, nosetests (#2537,#2564)
  • Autotools: relaxing python dependency requirement (#2472)
  • Cfg-parser: printing error positions in case of parse failure (#2455)
  • Cmake: add missing detections (#2510)
  • Collect-cov.sh: make coverage should work with lcov in bionic (#2515)
  • Configure: fix "--with-docbook*" option usage (#2465)
  • Custom LGTM.com query for detecting uses of gmtime that are not covered by a lock (#2413)
  • Fix static uClibc-ng support (#2501)
  • Format non-literal fixes (#2567)
  • Grammar: remove the pragma less include (#2550)
  • Http-worker: refactor & fix curl_easy_getinfo error message (#2527)
  • Lib/compat: replace strcasestr() implementation (#2482)
  • Libtest: Adding stopwatch.h into libtest_HEADERS list (#2553)
  • Packaging: fix the description of mod-examples (#2522)
  • Python-debugger: fix macro completion (#2439)
  • Python, java destination add already introduced retry (#2559)
  • Remove elastic v1 support (#2554)
  • Simplify libtest queue utils (#2556)
  • Syslog-ng.8.xml: remove unneeded default-modules section (#2475)
  • Travis: use the latest Bison version (macOS) (#2529)
  • Various fixes for issues reported by LGTM (#2524)

Notes to the developers

  • Example-msg-generator: num option (#2565)
  • Own grammar support in generator plugin (#2552)
  • ProtoClient: provide process_in function to logwriter (#2468)
  • Pytest_framework: eliminating __registered_instances, exposing SyslogNgCtl to user api (#2503)
  • Pytest_framework: MessageReader: Explain the local context around python asserts (#2507)
  • Pytest_framework: support for implicit groups in config.create_logpath (#2490)
  • Pytest: Renaming pytest_framework to python_functional (#2542)
  • Python-destination: send can return worker_insert_result_t, flush support (#2487)
  • Python: internal() source exposed via syslogng.Logger (#2505)
  • Remove unused submodules (#2525)
  • Simpler names for WORKER_INSERT_RESULT_T in language bindings (#2506)
  • Split xml-parser into xml-parser and xml-scanner (#2459)

Credits

syslog-ng is developed as a community project, and as such it relies
on volunteers, to do the work necessarily to produce syslog-ng.

Reporting bugs, testing changes, writing code or simply providing
feedback are all important contributions, so please if you are a user
of syslog-ng, contribute.

We would like to thank the following people for their contribution:
Andras Mitzki, Andrej Valek, Antal Nemes, Attila Szakacs, Balazs Scheidler,
Bas van Schaik, Fᴀʙɪᴇɴ Wᴇʀɴʟɪ, Gabor Nagy, Laszlo Boszormenyi, Laszlo Budai,
Lorand Muzamel, László Várady, Mehul Prajapati, Naveen Revanna, Peter Czanik,
Peter Kokai, Romain Tartière, Stephen, Terez Nemes, Norbert Takács,
Soubhik Chakraborty, NottyRu, Chris Packham.

syslog-ng - syslog-ng-3.19.1

Published by MrAnno almost 6 years ago

3.19.1

Features

  • HTTP load balancer (#2347)
  • Slack destination (#2451)
  • Add Cisco Catalyst formatted triplets support to cisco-parser() (#2394)
  • Add RFC5424 syslog support to the system() source (FreeBSD 12.0 support) (#2430)
  • Add network interface() option to network sources (#2389)
  • Add so-reuseport() to network drivers (#2379)
  • Enable supporting HTTP redirects (#2136)

Bugfixes

  • Fix frequent disconnects of syslog() with TLS (#2432)
  • Fix possible refcount leak during reload/shutdown (#2434)
  • Fix message storm on trace level (#2425)
  • Fix use after free in file destinations (time-reap) (#2418)
  • Fixing a few memleaks in the Java destination (#2417)
  • Fix telegram dst default ca dir (#2416)
  • Fix prefix handling in $(list-concat) and $(strip) (#2405)
  • Fixing an eventfd leak with ivykis<=0.38 (threaded destinations) (#2404)
  • Process flush result after worker thread exits (threaded destinations) (#2402)
  • hdfs: do not try to write unopened file (#2391)
  • Fix leaks in redis() destination (#2383)
  • Block location tracking fixes (#2378)
  • Fix $(basename) and $(dirname) in the presence of a prefix (#2371)
  • Fixing a false positive corruption detection in non-reliable diskq (#2356)
  • Check if /proc/kmsg can be opened in system-source (#2408)
  • Fix include guard in systemd-journal (#2445)
  • Remove hexadecimal and octal number parsing from templates (#2401)

Other changes

  • Do not load certs from default CURL ca-dir by default (http() destination) (#2410)
  • Disable SSL compression by default (#2372)
  • Flush lines cleanup (#2386, #2392)
  • Refine json-parser() log messages to be less alarming (#2437)
  • Move some messages to trace (#2358)
  • Make include-path more discoverable (#2426)
  • Adding build flag -Wmissing-format-attribute and -Wsuggest-attribute=noreturn (#2423)
  • Rewrite filter unit tests based on criterion (#2422)
  • PytestFramework in Travis (#2415)
  • syslog-ng-mod-java debian pkg should depend on headless jre (#2388)
  • Add contextual data error reporting improvements & csv-scanner refactor (#2373)
  • Afsocket remove unused functions/bitfields (#2363)
  • Afsocket minor cleanup/refactor (#2355)
  • Riemann worker (#2313)
  • Afsql threaded dest driver (#2097)
  • dbld: do not mount .gitconfig if missing (#2419)
  • dbld: Add missing docbook-xsl packages (#2398)
  • dbld: update criterion to 2.3.3 (#2396)
  • dbld: Remove "proposed" Ubuntu repository from enable_dbgsyms() (#2382)
  • dbld: Add new target "list-builder-images" (#2381)
  • dbld: Support Ubuntu Bionic and update existing images (#2318)
  • dbld: release target should use the default image (#2464)

Notes to the developers

  • PytestFramework: Add initial test framework (#1940)

Credits

syslog-ng is developed as a community project, and as such it relies
on volunteers, to do the work necessarily to produce syslog-ng.

Reporting bugs, testing changes, writing code or simply providing
feedback are all important contributions, so please if you are a user
of syslog-ng, contribute.

We would like to thank the following people for their contribution:

Abder Benbachir, Andras Mitzki, Antal Nemes, Attila Szakacs, Balazs Scheidler,
Gabor Nagy, Gergely Tonté, JP Vossen, Juhasz Viktor, Laszlo Budai,
Laszlo Szemere, László Várady, Norbert Takacs, Peter Kokai, Zoltan Pallagi.

syslog-ng - syslog-ng-3.18.1

Published by MrAnno about 6 years ago

3.18.1

Features

  • HTTP batching (#2135)
  • HTTP multi threading (#2291)
  • HTTP framing support for batches (#2190)
  • Python source (#2308)
  • Template support for Python destination (#2196)
  • HDFS time-reap (#2257)
  • Riemann batching (#2098)
  • flush-timeout() for HTTP (#2251)
  • Base64 encoding template function (#2223)
  • url-decode() template function (#2278)
  • Allow IPv4 mapped addresses in IPv6 mode (#2312)
  • app-parser: set ${.app.name} to the application identified (#2290)
  • Value pairs improvements (#2287)
  • syslog-ng-ctl config to print pre-processed configuration (#2280)
  • Add support for whitespace in template functions (#2271)
  • Verify the configuration is the same as on the disk (#2345)

Bugfixes

  • Fix queue counters race condition (#2316)
  • AMQP configurable max connection and frame size (#2343)
  • Fix wakeup in threaded sources (#2339)
  • Fix libnet memory leak in network destinations (#2331)
  • Fix unexpected flag check-hostname in syslog-parser (#2314)
  • Fix memory leak in dbparser (#2311)
  • Inline Python code comment generates syntax error (#2319)
  • Password protected SSL keys portability (MADV_DONTDUMP) (#2341)
  • Fixing compiler warnings from armv7l (#2301)
  • Riemann crashes in flush (#2296)
  • Revert sticky hook option (#2295)
  • Small stats fixes (#2294)
  • Detect filter loop (#2283, #2288)
  • Fix infinite loop in threaded destinations with ivykis prior 0.39 (#2275)
  • Fix log expr node use after free (#2269)
  • Remove gradle from the list of "BuildRequires" (RPM packaging) (#2266)
  • Fix wildcard-source memleak when directory removed (#2261, #2267)
  • Missing macros: C_AMPM, C_USEC, C_MSEC, C_HOUR12 (#2259)
  • Fix cisco timestamp parsing (#2272)
  • Undefined filter reference (#2273)
  • Fix the literal() type hint (#2286)
  • logwriter, affile, afsocket: fixing "internal overflow". (#2250)
  • lib/gsockaddr.c: modify the unix salen calculation (#2285)
  • dbld: fix dbld/rules deb failure (#2282)
  • Update data type to avoid conversion. (#2281)
  • compat/getent: add support for platforms that lack the r versions (#2244)
  • Fix memory leak caused by saving stats counter to persist config (#2279)
  • Hdfs: disable archive when append-enabled is configured (#2235)
  • scl: add linux-audit() SCL to make files (#2230)
  • DebianPackaging: Add linux-audit SCL to included dirs (#2254)
  • cap_syslog capability detection (#2227)
  • LogProto partial write (#2194)

Other changes

  • telegram, urlencode: api changes (#2299)
  • python: include python2/3 in plugin description (#2337)
  • Stats prepare for multiple queues per destdrv (#2302)
  • Update deprecated use of tcp()/udp() to network(). This addresses #2322 (#2326)
  • Message about not supported cap_syslog only at debug level (#2333)
  • Few test leak fix (#2323)
  • warning elimination: pointer arithmetics (#2305)
  • templates: get rid off the args_lock (#2289)
  • Ack tracker small refact (#2277)
  • ElasticSearchDestination: Display deprecated warning message about us… (#2274)
  • Improve Readme.md header structure (#2258)
  • Rewrite json tests based on criterion (#2255)
  • Rewrite dbparser tests based on criterion (#2252)
  • Processed timestamp (#2243)
  • msg parameters: remove last NULL parameter from msg macros (#2242)
  • Fix threaded destination test cases (#2236)
  • dbld: missing packages, deps changes (#2232, #2332, #2327, #2260, #2256)
  • Use msg_trace() when emitting trace information (#2226)

Notes to the developers

  • Threaded source and fetcher (#2247)
  • "Examples" module (#2248)
  • Do not ship mongo-c-driver with syslog-ng (remove as submodule) (#2245)

Credits

syslog-ng is developed as a community project, and as such it relies
on volunteers, to do the work necessarily to produce syslog-ng.

Reporting bugs, testing changes, writing code or simply providing
feedback are all important contributions, so please if you are a user
of syslog-ng, contribute.

We would like to thank the following people for their contribution:

Andras Mitzki, Antal Nemes, Balazs Scheidler, Gabor Nagy, Gergely Tonté,
Laszlo Budai, Laszlo Szemere, László Várady, Maurice T. Meyer, Mahmoud Salama,
Norbert Takacs, Peter Czanik, Peter Gyorko, Peter Kokai, Robert Fekete,
Terez Nemes, Tibor Bodnar, Zoltan Pallagi, y-l-i.

syslog-ng - syslog-ng-3.17.2

Published by lbudai about 6 years ago

3.17.2

Bugfixes

  • Fix a bug in flow-control (#2224)
  • Fix template function evaluation in debugger (#2220)
syslog-ng - syslog-ng-3.17.1

Published by lbudai about 6 years ago

3.17.1

Features

  • Client side failback mode (#2183)
  • New linux-audit() source as SCL (#2186)
  • Decorating generated configuration (#2218)
  • Introduce ewmm() source (#2199, #2209)
  • Add parsing of Cisco unified call manager (#2134)
  • Mandatory parameters for cfg-block (SCL) (#2088)

Bugfixes

  • dqtool cat print backlog items (#2213)
  • Rewind backlog in case of stateless LogProtoClient (#2214)
  • Filter out incorrectly parsed sudo logs (#2208)
  • Minor fixes related to client-lib-dir, loggen and eventlog (#2204)
  • Minor stats-query fixes and refactor (#2193)
  • Reliable disk buffer non-empty backlog (#2192)
  • Fix pip package versions on older distro releases (dbld) (#2188)
  • Fix a groupset/groupunset and map-value-pairs() crash (#2184)
  • Make g_atomic_counter_set() atomic and update minimum glib version to 2.26 (#2182)
  • Aligning java related SCLs with mandatory parameters (#2160)
  • Loggen minor fixes (#2150)
  • grab-logging should be installed as a header (#2151)
  • Fix possible underflow of memory_usage (afsql, logqueue-fifo) (#2140)
  • Fix SELinux module version inconsistency (#2133)
  • Fix CMake unit test compilation (no-pie) (#2137)
  • Fix possible crash in syslog-parser() (#2128)
  • Disable ack for mark mode (#2129)
  • Fixing a Telegram destination bug with bot id (#2142)
  • All drivers should support inner destination or source plugins (#2143)
  • Fix default file and directory creation ownership (#2119)
  • Fix global "center;;received" counter when systemd-journal() is used (#2121)
  • Link everything to libsecret-storage (#2100)
  • Inform about the right dns-cache() configuration (warning message typo) (#2145)
  • Adjusting window size for internal mark mode (#2146)
  • Fix memory leaks in disk-buffer() (#2153)
  • Fix undefined behavior in log multiplexer (#2154)
  • Fix static linking mode (autotools) (#2155)
  • Fix internal mark mode infinite loop with old ivykis (#2157)
  • Fix missing normalize flags (#2162)
  • Keep JVM running on reload if once configured (#2164, #2211)
  • Fix a race condition (suspend) in LogSource (#2167)
  • Add @requires json-plugin to the cim() parser (#2181)
  • Added exclude_kmsg option to system source (#2166)
  • Fix padding template function (#2174)
  • Leak & invalid memory access (#2173)
  • FreeBSD 11.2 builderror SOCK_STREAM (#2170)
  • Add ref-counted TLSVerifier struct (use after free fix) (#2168)

Other changes

  • Improve loggen's file message parser (#2205)
  • syslog-ng-debun improvements (#2201)
  • Goodbye "goto relex" (refactor) (#2198)
  • Refactor the callback registration mechanism of WildcardFileReader (#2185)
  • Extended Linux capabilities detection (pkg-config) (#2169)
  • Add atomic gssize (#2159)
  • Lower the message level of @requires to debug (#2147)
  • macOS warning elimination (#2139)
  • Remove a misleading rewrite-related debug message (#2132)
  • Minor updates to SELinux policy installer script (#2127)
  • More robust GLib detection (CMake) (#2125)
  • Logthreaded nonfunctional changes (#2123)
  • Confgen and pragma improvements (#2122)
  • Flush before stopping syslog-ng (functional tests) (#2216)
  • Port unit tests into criterion (test_filters_netmask6, test_findeom, csv_parser, patternDB) (#2217, #2175, #2118)
  • Libtest refactors (#2149)
  • Add missing files to the source tarball (#2114)
  • Better python binary detection (#2092)

Notes to the developers

  • LogThreadedDestDriver batching (#2063)
  • Add sqlite3 and riemann to dbld devshell (#2210)
  • Make mock-transport inheritable (#2120)

Credits

syslog-ng is developed as a community project, and as such it relies
on volunteers, to do the work necessarily to produce syslog-ng.

Reporting bugs, testing changes, writing code or simply providing
feedback are all important contributions, so please if you are a user
of syslog-ng, contribute.

We would like to thank the following people for their contribution:

Andras Mitzki, Antal Nemes, Balazs Scheidler, Bernie Harris, Bertrand Jacquin,
Gabor Nagy, Gergely Nagy, German Service Network, Janos SZIGETVARI, Laszlo Budai,
Laszlo Szemere, László Várady, Norbert Takacs, Peter Czanik, Peter Kokai,
Szigetvari Janos, Terez Nemes, Viktor Juhasz.

syslog-ng - syslog-ng-3.16.1

Published by lbudai over 6 years ago

3.16.1

Features

  • Telegram destination and $(urlencode) template function (#2085)
  • Error reporting on misspelled block args (#1952)
  • New ignore_tns_config Oracle SQL destination config option (#2054)
  • Per-source "src.host" and "src.sender" counters (#2013)

Bugfixes

  • Fix possible loss of log messages in the systemd-journal() source (#1570, #1587, #1612)
  • Fix file source location information in internal logs (#2028)
  • Fix SDATA deserialization (disk-buffer crash) (#1919, #2067)
  • Fix unaccepted embedded 'file' keyword (file source and destination) (#2076)
  • Fix memory leaks in appmodel and varargs (#2086)
  • Fix a bug in the old LogMessage deserialization (#2103)
  • Fix reading the output of the confgen program (#1780, #2108)
  • Add safer mem_zero() to secret-storage (#2049)
  • Fix undefined behavior in syslog-ng-ctl query (#2043)
  • Fix lloc tracking for multi line blockrefs (#2035)
  • Added missing 'else {};' to default-network-drivers() to forward unparsable messages (#2027)
  • Fix mixed linking (#2020, #2022)
  • Fix compilation of evtlog on FreeBSD (#2014, #2015)
  • Fix thread_id allocation for more than 32 CPUs (crash) (#2008)
  • Add safe logging of errno (#1990, #1999)
  • Fix warnings related to floating point operations (#1959, #1996)
  • Partial revert of plugin discovery to bring back valgrind (#1953, #1995)
  • Fix connection close in network sources (#1991)
  • Fix file deletion in the wildcard-file() source (#1974)
  • Disable the DNS cache if use-dns(no) is used (#1923)
  • Fix compiler error for gcc 4.4 (#2044)
  • Fix emitted warnings due to -no-pie detection for gcc 4.4 (#2037)
  • Fix date format in functional tests (#2036)
  • Dbld fixes (#2034)
  • Rename PAGESIZE variables to pagesize in secret-storage (compilation fix) (#2111)
  • Fix the lifetime of TLSContext to prevent crash on reload (#2080, #2109)
  • Fix reaping program() source and destination when a Java-based destination is used (#2099)

Other changes

  • Add debug message to program source/destination about successful start (#2046)
  • Report memory exhaustion errors during config parsing (#2033)
  • Improved debug logs (#2032)
  • Dbld coverage (#2031)
  • LogTransportMock enhancement (#2017)
  • Modify the license of loggen from GPL to LGPL (#2006)
  • Loggen refactor (#1987)
  • Update RPM generation (#1980, #2113)
  • Support ENABLE_EXTRA_WARNINGS with CMake (#2072)
  • Rewrite unit tests based on Criterion (#2026, #2058, #2039, #2018, #2003)
  • Lexer test coverage improvements (#2062)
  • preparation for 3.16 OSE rhel/packaging (#2113)

Notes to the developers

  • Do not ship rabbitmq-c with syslog-ng (remove as submodule) (#2052)
  • Multitransport (#2057)
  • Timeout support for LogReader and LogWriter (#2056)
  • Update ivykis to 0.42.3 (submodule) (#2012)
  • Drop explicit version numbers from requirements.txt (#2050)
  • CMake modernization pt. 1 (#2007)
  • Assert when log_pipe_clone() is not implemented (#2019)
  • Small Java code refactor (#2066)

Credits

syslog-ng is developed as a community project, and as such it relies
on volunteers, to do the work necessarily to produce syslog-ng.

Reporting bugs, testing changes, writing code or simply providing
feedback are all important contributions, so please if you are a user
of syslog-ng, contribute.

We would like to thank the following people for their contribution:
Andras Mitzki, Andrej Valek, Antal Nemes, Balazs Scheidler, Gabor Nagy,
Gergely Nagy, German Service Network, Jakub Wilk, Laszlo Budai, Laszlo Szemere,
Laszlo Varady, Mehul Prajapati, Norbert Takacs, Peter Czanik, Peter Kokai,
Tomasz Kazimierczak, Viktor Juhasz

syslog-ng - syslog-ng-3.15.1

Published by lbudai over 6 years ago

3.15.1

Features

  • Support added for if/elif/else blocks to the configuration file syntax.
    (#1856)
  • Dramatically improved debug messages during filter/parser evaluation. (#1898)
  • Similarly improved the error messages shown on syntax errors, they now show a
    full backtrace of inclusions, among other things. (#1932)
  • The hook-commands module was added, allowing one to run custom commands on
    source or destination setup and teardown. (#1951)
  • Implemented a way to skip processing included config file snippets in case a
    dependency is missing: The @requires json pragma. (#827, #1956)
  • Basic client-side failover support was implemented. (#1905)
  • Errors from python destinations are now reported together with any exception
    text (if any). (#1931)
  • add-contextual-data gained a new ignore-case() option. (#1911)

Bugfixes

  • Fix a crash that happened on disk queue restart. (#1886)
  • Fixed another crash when a corrupted disk queue file was being moved away.
    (#1924)
  • Fixed a crash that could happen during nvtable deserialization. (#1967)
  • Fixed a crash that occurred when NVTables were stored on low memory
    addresses. (#1970)
  • Fixed an issue with TLS session resumption, the session id context value is
    now properly set. (#1936, #2000)
  • We now link directly to the evtlog shipped with syslog-ng, and are not
    using the system library, not even when present. (#1915)
  • TLS destinations now work again without key-file or cert-file specified.
    (#1916, #1917)
  • SDATA block names are now sanitized, in order to not break the spec when we
    get our SDATA from sources that are more lax (such as JSON). (#1948)
  • Some internal messages contained key-value pairs where the key had spaces in
    it, this has been addressed, they do not contain spaces anymore.
  • The STOMP destination will now correctly use template options when formatting
    its body part. (#1957)
  • Fix compilation with OpenSSL 1.1.0 (#1921, #1997)
  • Fix compilation on FreeBSD. (#1901)
  • Fix compilation on SLES 11. (#1897)
  • Fix compilation on Hurd. (#1912, #1914)
  • Fix compiltaion on Solaris 10. (#1982, #1983)
  • Fix compilation on MacOS.
  • Fixed a value conflict in the afstreams module's grammar file.
  • Various compiler warning-related fixes all over the codebase.

Other changes

  • POSIX RegExp support was dropped from the filters, PCRE remains available. (#1899)
  • Miscellaneous build-system related fixes and improvements (both autotools and
    CMake).
  • Update lib/json-c to json-c-0.13-20171207. (#1900)

Notes to the developers

  • The init() function is now optional for Python destinations. (#1756)
  • The Docker environment (dbld/) has seen significant changes, among them an
    upgrade to Ubuntu Xenial. (#1876)
  • dbld/rules gained two new targets: login and build, that do what their
    names suggest. (#1927)
  • The LogPipe object gained a pre_init() and a post_deinit() method, used
    by the hook-commands module.

Credits

syslog-ng is developed as a community project, and as such it relies
on volunteers, to do the work necessarily to produce syslog-ng.

Reporting bugs, testing changes, writing code or simply providing
feedback are all important contributions, so please if you are a user
of syslog-ng, contribute.

We would like to thank the following people for their contribution:
Andras Mitzki, Antal Nemes, Balazs Scheidler, Budai Laszlo, Gabor Nagy, Gábor
Nagy, Gergely Nagy, Juhasz Viktor, Kókai Péter, Laszlo Budai, László Szemere,
László Várady, Mehul Prajapati, Norbert Takacs, Robert Fekete, SZALAY Attila,
Tamas Nagy, Terez Nemes, Utsav Krishnan, Videet Singhai, Vivek Raj

syslog-ng - syslog-ng-3.14

Published by lbudai over 6 years ago

3.14.1

Features

  • Password protected ssl keys (#1888)
  • Add OpenBSD module to system() source (#1875)
  • Add Ubuntu Trusty support to Docker build (#1849)

Bugfixes

  • Fix increased memory usage during saving disk-buffer (#1867)
  • Fix maximum record length limitations of disk-buffer (#1874)
  • Fix a memory leak in cfg-lexer (#1843)
  • Fix some issues found by pylint in python module (#1881, #1830)
  • Fix a crash due to a race condition in kv-parser() (#1871)
  • Fix a crash due to a race condition in file() destination (#1858)
  • Fix deprecated API usage in python module tests (#1829)
  • Fix a race condition in internal() source (#1815)
  • Fix a locale issue in merge-grammar python tool (#1868)
  • Fix compile problems with autotools when '--disable-all-modules' used (#1853)
  • Fix a file descriptor leak in persist-state (#1847)
  • Fix a file descriptor leak in pseudofile() (#1846)
  • Fix memory/fd leaks in loggen tool (#1844, #1845)
  • Fix compile problems on Fedora, RHEL6, CentOS6 and SUSE based platforms (#1837)
  • Fix a crash when large variety of keys added to messages (#1836)
  • Fix compile problems when PATH_MAX not defined (#1828)
  • Fix integer overflow problems in grammar (#1823)
  • Fix a memory leak in filter() (#1812)
  • Fix memory leak of persist-name() option (#1816)
  • Fix message corruption caused by a bug in the subst() rewrite rule (#1801)
  • Fix silently dropped messages in elasticsearch2() when sending in bulk mode (#1800)
  • Fix broken disk-buffer() support in elasticsearch2() (#1807)
  • Fix Hy support in python module (#1754)
  • Fix an event scheduler related crash during reloading syslog-ng (#1711)
  • Fix a crash with SIGBUS when persist file cannot grow (#1785)

Other changes

  • Improve error reporting in "block" definitions in config (#1809)
  • Add warning message when disk-buffer() directory is changed in configuration (#1861)
  • Syslog-ng debun improvements (#1840)
  • Refactor in rewrite() module init (#1818)
  • Missing child program (exit status 127) handling is changed in program() destination:
    stopping destination instead of polling for the child program (#1817)
  • Refactor in filter() module (#1814)
  • Improve thread synchronization in mainloop and refactor (#1813)
  • Adapted json-c v0.13 API changes to json-parser (#1810)
  • Add filters as selectors in contextual data (#1838)

Notes to the developers

  • Full cmake support achieved (#1777, #1819, #1811, #1808, #1805, #1802, #1841, #1806)
  • Add support for modules to have module specific global options (#1885)
  • Improved MacOS support (#1862, #1864, #1865)
  • Add new option to exclude directories in style-checker tool (#1834)
  • Ivykis dependency updated to 0.42.2 release (#1711)
  • Journald grammar, source and header files are part of dist tarball (#1852)
  • Add valgrind support for unit tests (#1839)

Credits

syslog-ng is developed as a community project, and as such it relies
on volunteers, to do the work necessarily to produce syslog-ng.

Reporting bugs, testing changes, writing code or simply providing
feedback are all important contributions, so please if you are a user
of syslog-ng, contribute.

We would like to thank the following people for their contribution:
Andras Mitzki, Antal Nemes, Balazs Scheidler, Björn Esser, Fabien Wernli, Gabor Nagy, Gergely Nagy,
Janos Szigetvari, Juhász Viktor, Laszlo Budai, Laszlo Szemere, László Várady, Orion Poplawski,
Attila Szalay, Shen-Ta Hsieh, Tamas Nagy, Peter Kokai, Norbert Takacs, Zoltan Pallagi.

syslog-ng - syslog-ng-3.13.2

Published by lbudai almost 7 years ago

3.13.2

Fixes

  • Missing manpages from release tarball (#1793)
  • Package syslog-ng-mod-json is removed from (#1794)
  • Drop syslog-ng-abi virtual packages (#1797)

Credits

syslog-ng is developed as a community project, and as such it relies
on volunteers, to do the work necessarily to produce syslog-ng.

Reporting bugs, testing changes, writing code or simply providing
feedback are all important contributions, so please if you are a user
of syslog-ng, contribute.

We would like to thank the following people for their contribution:
Andras Mitzki, Gergely Nagy, Laszlo Budai, Laszlo Varady, Peter Czanik.

syslog-ng - syslog-ng-3.13.1

Published by MrAnno almost 7 years ago

3.13.1

Features

  • Add app-parser() framework (automatic parsing of log messages) (#1689)
  • Support microseconds in Riemann destination (#1710)
  • Add osquery destination as an SCL plugin (#1728)
  • Add network load balancer destination (#1706)
  • Add possibility to only signal re-open of file handles (SIGUSR1) (#1530)
  • It is possible from now to limit the number of registered dynamic counters (#1743)
  • Add $(binary) template function (#1679)
  • Add experimental transport for transferring messages in whole between syslog-ng instances (EWMM) (#1689)
  • Docker based build and debian package generation (#1783)
  • Add auto-parse(yes/no) to app-paser(), system() and default-network-drivers() (#1788)
  • Add Graylog2 destination and $(format-gelf) template function (#1680)

Bugfixes

  • Exit when a read fails on an included config file instead of
    starting up with an empty configuration. (#1721)
  • Fix double free (#1720)
  • Add missing discarded counter to groupingby (#1748)
  • Fix a reference leak in Python destination (#1716)
  • Fix timezone issue in snmptrapd parser (#1746)
  • Fix potential crash in stdin driver (#1741)
  • Fix a crash when initializing new config fails for socket with keep_alive off (#1723)
  • Fix filter evaluation in case of contexts with multiple elements (#1718)
  • Various grouping-by fixes (#1718)
  • Fix potential use after free around dns-cache during shutdown (#1666)
  • Fix access to indirect values within Java destination (#1732)
  • Fix a crash in affile (#1725)
  • Fix a memory leak (#1724)
  • Fix a crash when getent is used empty group (#1691)
  • Fix jvm-options() (#1704)
  • Fix a crash in Python language binding (#1694)
  • Fix a crash in afmongodb (#1765)
  • Fix a memory leak in afmongodb (#1766)
  • Fix name-to-GID calculation in the $(getent) template function (#1764)
  • Fix a crash when redis is configured without the command() option (#1767)
  • Fix a race condition in kv-parser() (#1789)

Other changes

  • Cleanup diskq related warning messages (#1752)
  • Provide tls block for tls options in amqp(), http(), riemann() destination drivers (#1715)
  • It it possible from now to register blocks and generators as plugins (#1657)
  • Drop compatiblity with configurations below 3.0 (#1709)
  • Do not change permissions of a file by default (#1782)
  • Allow source files to specify permissions locally (#1782)
  • Minor performance improvement (#1729)
  • The current config version can be queried with "--version" (#1740)
  • Increase the performance of kv-parser() (#1789)

Notes to the developers

  • Change configure default option for jsonc and mongoc from auto to internal (#1735)
  • Disable ASLR when running unit tests (#1753)

Credits

syslog-ng is developed as a community project, and as such it relies
on volunteers, to do the work necessarily to produce syslog-ng.

Reporting bugs, testing changes, writing code or simply providing
feedback are all important contributions, so please if you are a user
of syslog-ng, contribute.

We would like to thank the following people for their contribution:
Andras Mitzki, Antal Nemes, Attila Szalay, Balazs Scheidler, Gabor Nagy,
Jakub Jankowski, Janos Szigetvari, Laszlo Budai, Laszlo Varady, Laszlo Szemere,
Marton Illes, Mate Farkas, Peter Kokai, Pontus Andersson, Sam Stephenson,
Sebastian Roland, Viktor Juhasz, Zoltan Pallagi.

syslog-ng - syslog-ng-3.12.1

Published by lbudai about 7 years ago

3.12.1

Features

  • HDFS: support macro in filename (#1638)
  • HDFS: add append support (#1675)
  • Java: allow to use sequence numbers in templates (#1628)
  • TLS improvements (#1603, #1636)
    • Add PKCS 12 support with the new pkcs12-file() TLS option
    • startup time ssl-options() and peer-verify() check
    • startup time key_file, cert_file, ca_dir, crl_dir and cipher_suite check
    • ECDH cipher support (OpenSSL 1.0.1, 1.0.2, 1.1.0) with the ecdh-curve-list() option (only available >= 1.0.2)
      • for < 1.0.2, a hard-coded curve is used
      • for >= 1.0.2, automatic curve selection is used (the ecdh-curve-list() option can restrict this list)
    • DH cipher support with the dhparam-file() option
      • if the option is not specified, fallback RFC 3526 parameters are used
    • minor fixes
  • stdin() source driver (#1605)
  • Implement read_old_records option for systemd-journal source (#1642)
  • Add tags-parser: a new module to parse $TAGS values (#1658)
  • Add a Windows eventlog parser scl module (#1572)
  • Add XML parser module (#1659, #1684)

Bugfixes

  • Fix cannot parse ipv6 into hostname (#1617)
  • Speedup add-contextual-data by making ordering optional (#1645)
  • Fix monitor-method() option not working for wildcard-file() source (#1651)
  • Sanitize SDATA keys in syslog-protocol messages to avoid generating non-valid messages (#1650, #1654)
  • Fix memory leaks reported using Valgrind (#1649)
  • Fix memory leak related to cloning pipes and reload (#1647)
  • Fix getent protocol number returns incorrect value (#1665)
  • Fix elasticsearch2 destination flush mechanism (#1668)
  • Fix file destination related memory leak (#1685)
  • Fix a possible memory leak around affile destination (#1685)

Other changes

  • Improve syslog-ng debun functionality (#1633, #1641, #1663)
  • Java: allow to set JVM options form global syslog-ng options (#1639)
  • Do steps towards Python 3 support:
    • Fix string compatibility for Python 3 (#1632)
    • Improve Python version auto detection (#1660)
  • HTTP destination: display verbose logs on debug level (#1526)
  • Improvements for Solaris packing (#1664)

Notes to the Developers

  • Update internal RabbitMQ (#1662)
  • Update internal ivykis to v0.42 (#1566)
  • Fix Travis and test related issues (#1566, #1644, #1674)
  • Update docker images (#1637)
  • Fix some clang compile errors (#1662)

Credits

syslog-ng is developed as a community project, and as such it relies
on volunteers, to do the work necessarily to produce syslog-ng.

Reporting bugs, testing changes, writing code or simply providing
feedback are all important contributions, so please if you are a user
of syslog-ng, contribute.

We would like to thank the following people for their contribution:
Andras Mitzki, Antal Nemes, Attila Szalay, Balazs Scheidler, Gabor Nagy,
Gergely Orosz, Janos Szigetvari, Laszlo Budai, Laszlo Varady, Mate Farkas,
Marton Suranyi, Peter Kokai, Szilard Pfeiffer, Tamas Nagy, Zoltan Pallagi.

syslog-ng - syslog-ng-3.11.1

Published by lbudai about 7 years ago

3.11.1

Features

  • Add geoip2 parser and template function.
    It is based on the libmaxminddb(MaxMindDB).
    It will replace the old geoip parser and template function,
    so they are deprecated from 3.11 (but still available).

  • Add SSL support to AMQP.

  • Add template option to apache-accesslog-parser.

  • Add configurable event time to Riemann destination.

  • Add drop-unmatched() option to dbparser.

  • Add Ubuntu Xenial to the bundled docker images.

  • Support multi-instance support for Solaris 10 and 11.

  • Support multi-instance for systemd.

  • Add configurable timeout to HTTP destination.

  • Add prefix() option to cisco-parser.

Bugfixes

  • Fix a memory usage counter underflow for threaded destination drivers
    and writers.

  • Fix a potential crash in AMQP.

  • Fix a potential crash during reload.

  • Fix a reload/shutdown issue.
    Under heavy load, worker might never exit from the fetch loop from the
    queue.

  • Fix a potential crash in afsocket destination during reload.

  • Fix a counter registration bug.
    In some cases not all the required counters are registered.

  • Fix a build issue on FreeBSD.

  • Fix a memory leak in diskq plugin.

  • Fix systemd-journal error codes validation.

  • Fix a potential crash in diskq when it is used with file
    destination and the file is reaped.

  • Fix a memory leak in HTTP destination

  • Fix ENABLE_DEBUG in dbparser.

  • Fix a unit tests that caused build issue on 32 bit platforms.

Other changes

  • The eventlog library is part of syslog-ng from now.

  • Improve error messages when the config cannot be initialized.

  • Improve source suspended/resumed debug messages.

  • Rename syslog-debun to syslog-ng-debun.

  • Update manpages to v3.11

  • Remove tgz2build directory.

Notes to the Developers

  • Rewrite merge-grammar script from Perl to Python.

Credits

syslog-ng is developed as a community project, and as such it relies
on volunteers, to do the work necessarily to produce syslog-ng.

Reporting bugs, testing changes, writing code or simply providing
feedback are all important contributions, so please if you are a user
of syslog-ng, contribute.

We would like to thank the following people for their contribution:

Andras Mitzki, Antal Nemes, Attila Szalay, Balazs Scheidler, Fabien Wernli,
Gabor Nagy, Giuseppe D'Anna, Janos Szigetvari, Laszlo Budai, Laszlo Varady,
Lorand Muzamel, Mate Farkas, Noemi Vanyi, Peter Czanik, Tamas Nagy,
Tibor Bodnar, Tomasz Kazimierczak, Zoltan Pallagi

syslog-ng - syslog-ng-3.10.1

Published by lbudai over 7 years ago

3.10.1

Features

  • Support https in http (curl) module

  • Docker support : from now Dockerfile for CentOS7, Ubuntu Zesty and for
    Debian Jessie is part of our upstream

  • Add --database parameter for geoip template function

  • Metric improvements

    • add discarded messages for parsers
    • add matched/not matched counter for filters
    • add memory_usage counter to logqueue
    • add written counter
      • Written is a calculated counter which return the written messages
        by destinations. Written message is which was processed but not
        queued and not dropped. (written = processed - queued - dropped)
    • stats-counters: rename stored counter to queued
    • add global_allocated_logmsg_size counter for tracking memory logmsg
      related allocations
  • Add snmp-parser (v1, v2)

    • parses snmptrapd log
    • The parsed information is available as key-value pairs, which can be
      used/serialized (macros, format-json, etc.) in the log path.
      If you want to send the message in a structured way, you can disable the
      default message generation with the generate-message(no) option.
  • Add snmp-soure

    • available as an SCL block that containing a filesource and an SNMP parser
      modules: add snmptrapd parser
  • Add osquery source

    • available as an SCL block
    • It reads the osquery log file and parses with the JSON parser,
      creating name-vaule pairs with an .osquery. prefix by default.
  • Add cisco-parser

    • available as an SCL block
  • Add wildcard filesource

  • Add startdate template function

  • Add $(basename) and $(dirname) template functions

  • Add Kerberos support for HDFS destination

  • Add AUTH support for redis destination

  • Add map-value-pairs() parser

    • it can be used to map existing name-value pairs to a different set during
      processing, in bulk. Normal value-pairs expressions can be used, just
      like with value-pairs based destinations.
  • Extend Python language binding by Python parser

  • Add support for extract-stray-words() option in kv-parser()

    • stray words: those words that happen to be between key-value pairs and
      are otherwise not recognized either as keys nor as values.
  • Add $(context-values) template function

  • Add $(context-lookup) function

  • Add list related template functions

    • $(list-head list ...) returns the first element (unquoted)
    • $(list-nth NDX list ...) returns the specific element (unquoted)
    • $(list-concat list1 list2 ...) returns a list containing the concatenated
      list
    • $(list-append list elem1 elem2 ...) returns a list, appending elem1,
      elem2 ...
    • $(list-tail list ...) returns a list containing everything except
      for the first element
    • $(list-slice FROM:TO list ...) returns a list containing the slice
      [FROM:TO), Python style slice
      boundaries are supported (e.g. negative)
    • $(list-count ...) returns the number of elements in list
  • Add add query commands to syslog-ng-ctl

    • query list List names of counters which match the filter
    • query get Get names and values of counters which match the
      filter
    • query get --sum Get the sum of values of counters which match the
      filter
  • Support multiple servers in elasticsearch2-http destination

  • Implements elastic-v2 https in http mode

  • Add getent module (ported from incubator)

    • This module adds $(getent) that allows one to look up various NSS based
      databases, such as passwd, services or protocols.
  • Add support for IP_FREEBIND

Bugfixes

  • Fix a libnet detection check error that caused problem configuring
    enable-spoof-source.

  • Avoid warnings about _DEFAULT_SOURCE on recent glibc versions
    With the glibc on zesty, using _GNU_SOURCE and not defining _DEFAULT_SOURCE
    results in a warning, avoid that by defining _DEFAULT_SOURCE as well.

  • Fix invalid database warning for geoip parser

  • Fix prefix() default in systemd-journal for new config versions

  • Fix a potential message loss in Riemann destination

  • Fix a potential crash in the Riemann destination when the client is not
    connected to the Riemann server.

  • Fix a possible add-contextual-data() related data loss in case of multiple
    reference to the same add-contextual-data parser in several logpaths.

  • Fix dbparser deadlock

  • Fix Python destination

    • open() was not called in every time_reopen()
    • python destination is not defined in stats output
  • Fix processed stats counter for afsocket

  • Fix stats source for pipes

    • Previously pipe source is shown as file
  • Fix csv-parser multithreaded support
    In some cases (when csv-parser attached to network source), the parser
    randomly filled the column macros with garbage.

  • Fix a message loss in case of filesource when syslog-ng was restarted and
    the log_msg_size > file size.

  • Fix a potential crash in cryptofuncs

  • Fix a potential crash in syslog-ng-ctl when no command line parameters was
    set.

  • Fix token duplication in the output of '--preprocess-into'

  • Fix UTF-8 support in syslog-ng-ctl

  • Fix a potential crash during X.509 certificate validation.

  • Fix a segfault in Python module startup

  • Fix a possible endless reading loop issue in case of multi-line filesource.

  • Fix soname for the http module from "curl" to "http"

  • Avoid openssl 1.1.0 deprecated APIs
    When openssl is built with --api=1.1 disable-deprecated, use of deprecated
    APIs results in build failure.

Other changes

  • Increase processed counter by queued counter after reload or restart when
    diskqueue is used otherwise the newly added written counter would underflow.

  • Set the default time-zone to UTC for elasticsearch2
    Elasticsearch and Kibana use UTC internally.

  • Add retries support for python destination

  • Prefer server side cipher suite order

  • Always include librabbitmq in the dist tarball

  • Always include ivykis in the dist tarball

  • Marking parse error locations with >@<.

  • Default log_msg_size is increased to 64Kbyte from 8Kb

  • Tons of syslog-debun improvements

  • Exit with 0 return code when --help is specified for syslog-ng-ctl

  • syslog-ng: make '--preprocess-into' foreground only

  • Add debug messages on log_msg_set_value()

  • Add more detail to filter evaluation related debug messages

Notes to the Developers

  • Extract template perf test function to testlib

  • Print a debug message when logmsg passed to the Python side

  • Allow http module (curl) to be build with cmake

  • astylerc: allow continuation lines to start until column 60

  • Move kv-scanner under syslog-ng/lib

  • scratch-buffers2: implement an alternative to current scratch buffers
    This new API is aimed a bit easier to use in situations where a throw away
    buffer is needed that will automatically be freed at the next message.
    It also gets does away with GTrashStack that is deprecated in recent glib
    versions.

  • Several refactors in stats module.

Credits

syslog-ng is developed as a community project, and as such it relies
on volunteers, to do the work necessarily to produce syslog-ng.

Reporting bugs, testing changes, writing code or simply providing
feedback are all important contributions, so please if you are a user
of syslog-ng, contribute.

We would like to thank the following people for their contribution:

Andras Mitzki, Antal Nemes, Balazs Scheidler, eroen, Fabien Wernli, Gabor Nagy,
Gergely Nagy, Janos Szigetvari, Jason Hensley, Laszlo Varady, Laszlo Budai, Mate Farkas,
Noemi Vanyi, Peter Czanik, Peter Gervai, Todd C. Miller, Philip Prindeville,
Zoltan Pallagi

syslog-ng - syslog-ng-3.9.1

Published by lbudai almost 8 years ago

3.9.1

Features

  • Improve parsing performance in case of keep-timestamp(no), earlier the
    timestamp was parsed and then dropped, now we don't parse it, which is a
    2x performance improvement in reception speed.

  • TLS based transports will publish the peer's certificate in a set of
    name-value pairs, as follows:

    • .tls.x509_cn - X.509 common name
    • .tls.x509_o - X.509 organization string
    • .tls.x509_ou - X.509 organizational unit
  • Improve performance of the tcp() source, due to a bug, syslog-ng
    attempted to apply position tracking to messages coming over a TCP
    transport, which is used for file position tracking and causing
    performance degradation. This bug is fixed, causing performance to be
    increased. (#1195)

  • Make it possible to configure the listen-backlog() for any stream based
    transports (unix-stream and tcp). Earlier this was hard-wired at 256
    connections, now can be tuned using an option. For example:

    tcp(port(6514) listen-backlog(2048));

  • Add a groupunset() rewrite rule that pairs up with groupset() but instead
    of setting values it unsets them. (#1235)

  • Add support for Elastic Shield (#1228) and SearchGuard (#1223)

  • kv-parser() is now able to cope with unquoted values with an embedded
    space in them, it also trims whitespace from keys/values and is in
    general more reliable in extracting key-value pairs from arbitrary log
    messages.

  • Improve performance for java based destinations. (#1243)

  • Add prefix() option to add-contextual-data()

Bugfixes

  • Fix a potential crash in the file destination, in case it is a template
    based filename and time-reap() is elapsed. (#1183)

  • Fix a potential ACK problem within syslog-ng that can cause input windows
    to overflow queue sizes over time, effectively causing message drops that
    shouldn't occur. (#1230)

  • Fix a heap corruption bug in the DNS cache, in case the maximum number of
    DNS cache entries is reached. (#1218)

  • Fix timestamp for suppression messages. (#1233)

  • Fix add-contextual-data() to support CRLF line endings in its CSV input
    files.

  • Fixed key() option parsing in riemann() destinations.

  • Find libsystemd-journal related functions in both libsystemd-journal.so
    and libsystemd.so, as recent systemd versions bundled all systemd
    related libs into the same library.

  • Fixed the build-time detection of system-wide installed librabbitmq,
    libmongoc and libcap.

  • Fix the file source to repeatedly check for unexisting files, as a bug
    caused syslog-ng to stop after two attempts previously. (#841)

  • The performance testing tool "loggen" crashed if it was used to generate
    messages on multiple threads over TLS. This was now fixed. (#1182)

  • Fix an issue in the syslog-parser() parser, so that timestamps parsed
    earlier in the log path are properly overwritten. Earlier a time-zone
    setting may have remained in the timestamp in case the first timestamp
    did contain a timezone and then the one parsed by syslog-parser() didn't.
    (#1206)

  • Due to a compilation issue, tcp-keepalive-time(), tcp-keepalive-intvl() and
    tcp-keepalive-probes() were not working, now they are again. (#1214)

  • The --disable-shm-counters option is now passed to mongo-c-driver to work
    around a minor security issue (#1219).

    https://jira.mongodb.org/plugins/servlet/mobile#issue/CDRIVER-1691/comment/1405406

  • Fix compilation issues on FreeBSD. (#1252)

  • Add support to month names in all caps in syslog timestamps. At least one
    device seems to generate these. (#1263)

  • The options() option to java destination can now accept numbers and not
    just strings.

  • Fix a memory leak in the java destination driver, that may affect java
    based destinations like ElasticSearch, Kafka & HDFS.

Other changes

  • HDFS was updated to 2.7.3
  • Elasticsearch was updated to 2.4.0
  • Support was added for OpenSSL 1.1.x (#1281)

Notes to the Developers

  • We started to standardize our tests on the criterion unit testing
    framework, please submit all new tests using this framework. Patches to
    convert existing ones are also welcome.
    https://github.com/Snaipe/Criterion
  • We also added a configuration file for astyle and accompanying make
    targets to check/reformat the source code to meet syslog-ng's style.
  • debian/ directory has been removed from the "master" branch and is now
    maintained in a separate "release" branch.

Credits

syslog-ng is developed as a community project, and as such it relies
on volunteers, to do the work necessarily to produce syslog-ng.

Reporting bugs, testing changes, writing code or simply providing
feedback are all important contributions, so please if you are a user
of syslog-ng, contribute.

We would like to thank the following people for their contribution:

Lászlo Várady, 0xddaa, Balázs Scheidler, Tamás Nagy, László Budai,
Fabien Wernli, Viktor Juhász, Kyle Manna, Michael Wimpy, Noémi Ványi,
Attila Szalay, Tibor Bodnár, Zoltán Pallagi

syslog-ng - syslog-ng-3.8.1

Published by lbudai about 8 years ago

3.8.1

Library updates

  • Kafka-client updated to version to 0.9.0.0
  • Minimal required version of hiredis is set to 0.11.0 to avoid
    possible deadlocks
  • Minimal version of libdbi is set to 0.9.0

New dependencies

  • From now autoconf-archive package is a build-dependency.

Improvements and features

  • Added the long-waited disk-buffer.
  • date-parser ported from incubator to upstream
  • New template functions: min, max, sum, average
  • Added Apache-accesslog-parser
  • Added loggly destination
  • Added logmatic destination
  • Added template function for supporting CEF.
  • cURL-based HTTP destination driver added (implemented in C
    programming language)
  • SELinux policy installer script now has support for Red Hat Enterprise Linux/CentOS/
    Oracle Linux 5, 6 and 7.
  • Implemented add-contextual-data:
    With add-context-data syslog-ng can use an external database file to append
    custom name-value pairs on incoming logs (to enrich messages). The 'database'
    is actually a file that containing <selector, name, value> records.
    Currently only CSV format is supported.
    It is like geoip parser where the selector is $HOST, but in this case,
    the user can define the selector, and also the database contents.

Drivers

  • Program destination/source drivers
    • Added inherit-environment configuration option to program source and
      destination. When it is set to true then the process will inherit the
      entire environment of the parent process.
    • Added keep-alive option to program destination (afprog).
      This option will control whether the destination program should be
      terminated at reload, or should be left running.
  • Java drivers
    • HTTP destination
      • Added the ability to use templates in both url and message.
    • ElasticSearch Destination driver :
      • Support 2.2.x series of ElasticSearch (transport and node mode) .
      • Support Shield plugin for both ElasticSearch 1.x and ElasticSearch
        2.x .
      • Implemented new mode (HTTP) that can work with ElasticSearch 1.x,
        ElasticSearch 2.x, and even with Elastic 5. HTTP mode is based on
        a Java HTTP Rest client (Jest : https://github.com/searchbox-io/Jest).
        Note: make install will copy Jest library to the syslog-ng install
        directory.
  • MongoDB destination driver
    • Replaced submodule limongo-client with mongo-c-driver.
    • Additional support for previous syntax used by libmongo-client
      before we started using mongo-c-driver and its URI syntax exclusively.
      Note that these are plainly translated to a connection URI without
      much sanity checking or preserving their former semantic meaning.
      So various aspects of the MongoDB connection like health checks, retries,
      error reporting and synchronicity will still follow the slightly altered
      semantics of mongo-c-driver.
  • Riemann destination driver
    • Use cert-file() and key-file() options to match afsocket keywords as
      the same way as afsocket drivers use these options. The old one still
      work though.

Rewrite rules

  • Introduced template options in rewrite rules.
  • Added unset operation to make it possible to unset a specific name-value pair
    for a logmessage.

Parsers

  • kvformat: make it possible to specify name-value separator
  • linux-audit-scanner: recognize a0-a9* as fields to be decoded
    Argument lists are encoded in a0, a1, ... fields that can potentially be
    hex-encoded.
  • csv-parser has been refactored, extended with new dialect and prefix options.
    Dialect is to convey CSV format information, instead of using flags
    Prefix option gets prefixed to all column names, just like with
    other parsers.

PatternDB

  • added groupingby() parser that can perform simple correlation on
    log messages. In a way it is similar to the SQL GROUP BY operation, where
    an aggregate of a set of input records can be calculated.
    The major difference between SQL GROUP BY and groupingby() is that the
    first always operates on a enumerable list of records, whereas
    groupingby() works on a stream of data.
    A few use-cases where this can be useful:
    • Linux audit logs
    • postfix logs
  • added create-context action
    Added a new possible action in the element, to create
    a new correlation context out of the current message and its associated
    context. This can be used to "split" a state.
  • Added NLSTRING parser that captures a string until the
    following end-of-line. It can be used in patterns as: @NLSTRING:value@
    It doesn't expect any additional parameters. This makes it pretty easy to
    parse multi-line Windows logs.

Miscellaneous features

  • syslog-debun (debug bundle script for syslog-ng) has been improved

Bugfixes

  • geoip-parser: When default database if not specified, syslog-ng crashed.
  • Added support for multiple drivers with the same name in syslog-ng config.
  • Fixed aack counting logic for junctions that have branches that modify
    the LogMessage.
  • Fixed a potential crash for code that uses log_msg_clear()
    in production (e.g. syslog-parser()).
  • Fixed potential crash in reload logic
  • system(): use string comparison instead of numeric in PID rewrite
    The meaning of the != operator has been fixed to refer to numeric comparison
    in @version: 3.8, so make sure we are using string comparison.
  • Support encoding on glib compiled with libiconv
  • pdbtool: Fix the ordering of the debug-info list in PatternDB
  • afprog: Don't kill our own process group
    If, for some reason, the program source/destination failed to set up its
    own process group, we need to make sure we do not run killpg() on that
    process group, as it would kill ourselves.
  • Handle option names with hyphen (-) characters in java scls
  • dnscache performance improved
    Instead of getting rid off the per-thread DNSCache when a worker thread
    exits, store them in a linked list and acquire them as a new thread starts.
    The set of cached hostnames are valuable as worker threads come and
    go (they exit after 10seconds of inactivity), but without this
    reusing of cache instances, our DNS cache is filled again and again.
  • Fixed IPv6 parser in patterndb.
  • Fixed journald program name flapping
  • Fixed create-dirs() inheritance in file destinations
  • Fixed pass-unix-credentials() global inheritance in afunix
    The global pass-unix-credentials option was not inherited in afunix-source
    if the options{}; block was positioned lower in the
    configuration file than the given module declaration.
  • Fixed create-dirs() global inheritance in afunix
    When the global create-dirs option was set to yes, the local one was ignored.
  • Fixed byteorder handling on bigendian systems in netmask6 filter
  • Fixed flow-control issue when overflow queue is full
    (suspending source by setting the window size to 0).
  • Log HTTP response error codes in HTTPDestination (Java).
  • Fixed potential leaks related $(sanitize) argument parsing in basicfuncs.
  • Fixed a memory leak in python debugger
  • Fixed a use-after-free bug in templates.
  • Fixed a memory leak around reload in netmask6 filter.
  • Fixed a memory leak in LogProtoBufferedServer in case the
    encoding() option is used.
  • configure: don't override $enable_python while executing pkg-config
  • Fixed BSD timestamp parsing in syslog-format.
  • Fixed a SIGPIPE bug in program destination.
  • Error handling has been improved in AMQP destination.
  • value-pairs performance improvements, memleak fixes
  • Various issues around UTF-8 support fixed.
  • Fixed integer overflow in numerical operations template function
  • Fixed an integer underflow in afsocket.
  • Fixed numerical comperisons issues around filters.
    There's a problem in straight fixing this issue though: anyone who used
    the numeric operators erroneously will have their behaviour changed, therefore
    this patch also adds a configuration update warning in case
    someone is using the wrong syntax.
  • Fixed kernel log message time drift on Linux.
  • Take CRLF sequences equivalent to an LF in patterndb.
    Windows logs contain embedded CRLFs which is difficult to match against
    from db-parser(), as we use a UNIX text file to store the patterns. Also,
    the fact that the input contains CRLF whereas our patterns only contain
    an LF makes it a very unintuitive non-match, which is difficult to debug.
  • When syslog-ng failed to insert data into Redis, it has crashed.
  • When device file is set as a file destination then syslog-ng will not try
    to change the permission of the device file.
  • Various fixes around config file parsing:
    • in some circumstances syslog-ng crashed when the config
      file contained non-readable characters
    • fixed a memory leak
    • fixed memory leak around backtick substitution

Notes to the Developers

  • copyright cleanup in source tree
  • install tools and scl under a syslog-ng specific subdirectory
    These should never be installed in /usr/share directly, but rather under a
    subdirectory and as described in
    https://www.gnu.org/prep/standards/html_node/Directory-Variables.html
    we should do that right within the source and not rely on packaging tools
    to do it for us.This will trigger a required change in packaging scripts to
    avoid changing the --datadir, as the default of
    /usr/share should work out-of-the-box.
  • Support for native-lanugage (compiled languages, like Rust) bindings.
    These bindings just forward the calls to the native side.
    This whole module compiles into a static library
    (libsyslog-ng-native-connector.a) which is linked to all external native
    modules. A native module defines the required functions
    (like native_parser_proxy_new()) so those symbols will be resolved.
    Some symbols have the visibility(hidden) attribute applied to them. Those
    symbols are defined by the other half of the native bindings, we only need
    their signature here. They are hidden because their definition is contained
    in other source files but we would like to keep them as "library private".
    If they are exported, the dynamic linker will resolve them when a module is
    loaded, therefore every module would be mapped to the first loaded one.
    It is best to hide everything in this native connector.
  • Support system librabbitmq-c (AMQP destination)
    Currently only the internal librabbitmq-c is supported,
    if we want to use the preexisting library, the configuration
    will fail.
    This change is required if we want to get rid of the
    internal libraries.
  • Added check-valgrind target to Makefile
  • Remove dependency on Gradle for building Java language bindings
    (not modules, just the language binding)
  • Experimental CMake support added
  • Experimental OSX support added
  • Improved Travis build matrix
  • Added plugin skeleton creator.
  • Debian packaging improved: Debian packaging from unofficial
    OBS repository has been ported to upstream.
    From now, someone could easily build debian packages from upstream source.

Credits

syslog-ng is developed as a community project, and as such it relies
on volunteers, to do the work necessarily to produce syslog-ng.

Reporting bugs, testing changes, writing code or simply providing
feedback are all important contributions, so please if you are a user
of syslog-ng, contribute.

We would like to thank the following people for their contribution:

Adam Istvan Mozes, Andras Mitzki, Arnaud Vamorec, Balazs Scheidler,
David Schweikert, Fabien Wernli, Flavio Medeiros, Hanno Böck,
Henrik Grindal Bakken, Gergo Nagy, Gyorgy Pasztor, Laszlo Budai,
Laszlo Varady, Marc Falzon, Noemi Vanyi, Peter Czanik, Robert Fekete,
Tamas Nagy,Tibor Benke, Viktor Juhasz, Viktor Tusa, Vincent Bernat,
Zdenek Styblik, Zoltan Fried, Zoltan Pallagi, Yilin Li

syslog-ng - syslog-ng-3.8.0beta2

Published by lbudai about 8 years ago

3.8.0beta2

This is the second beta release for the 3.8.x series.

Changes compared to 3.8 (created by manually):

  • add-contextual-data : more strict CSV parsing
    When a line in the CSV file containing more fields then required, syslog-ng won't start.
  • add-contextual-data : in some circumstances syslog-ng crashed when the
    CSV file contained invalid data
  • MacOSX support added to travis.yml
  • FreeBSD 10.3 build issues fixed
  • Oracle Solaris 11 build issues fixed
  • logmsg serialization performance enhanced
  • elastic-v2 and mode http added to the syslog-ng-mod-elastic Debian package
  • ElasticSearch-v2: fixed missing 'path.home' issue

Changes compared to 3.7.x (automatically generated):

Note, that for beta release we generate the changes with
a tool. Final changelog will be more sophisticated (and will
include Credits section).

Bug Fixes

Enhancements

Fixed Issues

Merged Pull Requests