What's new

This page is a changelog that collects the major changes and additions to this documentation. (If you want to know the details about why we have separate documentation for AxoSyslog and how it relates to the syslog-ng documentation, read our syslog-ng documentation and similarities with AxoSyslog Core blog post.)

Version 4.14 (2025-07-18)

  • New client-port option for loggen.
  • Starting with version 4.14, running syslog-ng-ctl stats automatically shows orphan counters to avoid losing information. Information loss could happen, for example, when sending messages using short-lived (few seconds long) connections, while scraping metrics in minute intervals.
  • The cisco-parser() now handles the Cisco Nexus NXOS 9.3 syslog format.

Version 4.13 (2025-07-08)

  • You can format arbitrary data as protobuf using the specified schema (proto file) using the protobuf_message FilterX function. Also, you can send such pre-formatted data using the proto-var() option of the ClickHouse and Google BigQuery (/docs/axosyslog-core/chapter-destinations/google-bigquery/#proto-var) destinations.

  • You can now format dictionaries as XML and Windows Event Log XML using the format_xml and format_windows_eventlog_xml FilterX functions.

  • You can now format dictionaries as CEF and LEEF messages using the format_cef and format_leef FilterX functions.

  • Changes in CEF and LEEF:

    separate_extensions

    Available in AxoSyslog 4.13 and later.

    Starting with version 4.13, AxoSyslog parses fields from extensions to the same level as regular fields. In earlier versions, extensions were grouped under the extensions key. To keep using the extensions key, set separate_extensions=true.

    Default value: false

Version 4.12 (2025-06-18)

Version 4.11 (2025-04-09)

Version 4.10 (2025-02-13)

Version 4.9 (2024-11-11)

Other documentation updates

Version 4.8 (2024-07-12)

Version 4.7 (2024-04-18)

For details, see the release announcement blog post.

Version 4.6 (2024-02-01)

For details, see the release announcement blog post.

New sources

2023-10-20 to version 4.5 release (2024-01-05)

Parsers

TLS options

Manual pages

Other changes

2023-08-18 to 2023-10-20

2023-07-07 to 2023-08-18

OpenTelemetry

Other changes

New global options

Last modified July 21, 2025: Adds new cisco format to what'snew (96d913b)