• Products
    • View all products
    • Free trials
    • Log Management Appliance
    • Log Management Software
    • Open Source Log Management
  • Solutions
    • Optimizing SIEM
    • Universal log collection and routing
    • Big data ingestion
    • Rapid search and troubleshooting
    • Meeting compliance requirements
    • Secure data archive
  • Resources
    • Customer Stories
    • Documents
    • Events
    • Technical Documentation
      • syslog-ng Premium Edition
      • syslog-ng Store Box
      • syslog-ng Open Source
    • Videos
  • Trials
  • Support
    • Packages
    • By Product
      • syslog-ng Premium Edition
      • syslog-ng Store Box
  • Partners
    • Overview
    • Partner Circle Log In
    • Become a Partner
    • Find a Partner
  • Community
    • Home
    • Blog
    • Open Source Edition Mailing List
syslog-ng Community
syslog-ng Community
  • Site
  • User
  • Site
  • Search
  • User
syslog-ng Community
syslog-ng Community
Blog
    • New
    Blog
    Related Tags
    • Elasticsearch
    • Fedora
    • Insider
    • JSON
    • log management
    • macOS
    • python
    • RHEL
    • syslog-ng
    • tutorial
    Options
    • Subscribe by email
    • Posts RSS
    • More
    • Cancel
    Social Networks
    • Mailing List for OSE
    • Visit GitHub to download
    • Visit us on Twitter
    • Visit us on YouTube
    • Visit us on Facebook
    • Tags
    • Subscribe by email
    • More
    • Cancel
    • Dedicated Windows XML eventlog parser in syslog-ng

      Dedicated Windows XML eventlog parser in syslog-ng

      Peter Czanik
      Peter Czanik
      Version 4.6 of syslog-ng introduced windows-eventlog-xml-parser(), a dedicated parser for XML-formatted event logs from Windows. It makes the EventData portion of log messages more useful, as it combines two arrays into a list of name-value pairs. Be…
      • 21 Feb 2024
    • The syslog-ng Insider 2024-02: OpenObserve; configuration check; build services;

      The syslog-ng Insider 2024-02: OpenObserve; configuration check; build services;

      Peter Czanik
      Peter Czanik
      Dear syslog-ng users, This is the 117th issue of syslog-ng Insider, a monthly newsletter that brings you syslog-ng-related news. NEWS Version 4.5.0 of syslog-ng is now available with OpenObserve JSON API support Recently, syslog-ng 4.5.0 was releas…
      • 15 Feb 2024
    • Collecting even more logs on MacOS using syslog-ng

      Collecting even more logs on MacOS using syslog-ng

      Peter Czanik
      Peter Czanik
      Version 4.6.0 of syslog-ng features not just a new, native log collector for MacOS, but also darwin-oslog-stream(), which can also collect non-persistent log events. Beware that it can collect many megabytes of logs even in just a few minutes! Howeve…
      • 6 Feb 2024
    • Using OpenTelemetry between syslog-ng instances

      Using OpenTelemetry between syslog-ng instances

      Peter Czanik
      Peter Czanik
      Do you have to forward large amounts of logs between two syslog-ng instances? OTLP (OpenTelemetry protocol) support in syslog-ng was contributed by Axoflow, and it can solve this problem. Just like the ewmm() destination, syslog-ng-otlp() forwards mo…
      • 30 Jan 2024
    • Native MacOS source in syslog-ng

      Native MacOS source in syslog-ng

      Peter Czanik
      Peter Czanik
      You know that support for MacOS is important when every third visitor at the syslog-ng booth of Red Hat Summit asks if syslog-ng works on MacOS. With the upcoming syslog-ng version 4.6.0, syslog-ng not only compiles on MacOS, but it also collects loc…
      • 23 Jan 2024
    • The syslog-ng Insider 2024-01: HTTP; Cloudflare; systemd-journal; Humio / Logscale;

      The syslog-ng Insider 2024-01: HTTP; Cloudflare; systemd-journal; Humio / Logscale;

      Peter Czanik
      Peter Czanik
      Dear syslog-ng users, This is the 116th issue of syslog-ng Insider, a monthly newsletter that brings you syslog-ng-related news. NEWS Why use a http()-based destination in syslog-ng? Logging is not just syslog anymore. Still, many syslog-ng users s…
      • 18 Jan 2024
    • How build services make life easier for upstream developers

      How build services make life easier for upstream developers

      Peter Czanik
      Peter Czanik
      Many Linux distributions provide build services under various names: openSUSE Build Service (OBS), Fedora Copr, and so on. These resources are indispensable for upstream developers, and also for their users. I will demonstrate this through some examp…
      • 10 Jan 2024
    • The syslog-ng Insider 2023-12: compressed HTTP; packages; OpenObserve; duplicates;

      The syslog-ng Insider 2023-12: compressed HTTP; packages; OpenObserve; duplicates;

      Peter Czanik
      Peter Czanik
      Dear syslog-ng users, This is the 115th issue of syslog-ng Insider, a monthly newsletter that brings you syslog-ng-related news. NEWS Compressing HTTP traffic in syslog-ng Network traffic is expensive in the cloud, and even a single syslog-ng insta…
      • 14 Dec 2023
    • Syslog-ng can now do a full configuration check

      Syslog-ng can now do a full configuration check

      Peter Czanik
      Peter Czanik
      One of the most frequent syslog-ng feature requests is now resolved. Welcome the --check-startup option, allowing you to check the syntax and also spot spelling mistakes! Before you begin To use the --check-startup option, you need version 4.5.0 or l…
      • 5 Dec 2023
    • Version 4.5.0 of syslog-ng is now available with OpenObserve JSON API support

      Version 4.5.0 of syslog-ng is now available with OpenObserve JSON API support

      Peter Czanik
      Peter Czanik
      Recently, syslog-ng 4.5.0 was released with many new features. These include sending logs to OpenObserve using its JSON API, support for Google Pub/Sub, a new macro describing message transport mechanisms like RFC 3164 + TCP, an SSL option to ignore …
      • 29 Nov 2023
    • Logging to Humio / Logscale simplified in syslog-ng

      Logging to Humio / Logscale simplified in syslog-ng

      Peter Czanik
      Peter Czanik
      Logging into Humio (which was recently re-branded to Falcon LogScale) was available for years, using their Elasticsearch compatible API. However, according to Humio developers, it is slightly slower than other APIs for log ingestion. Axoflow contribu…
      • 21 Nov 2023
    • Working with multiple systemd-journal namespaces in syslog-ng

      Working with multiple systemd-journal namespaces in syslog-ng

      Peter Czanik
      Peter Czanik
      Initial support for systemd-journal namespaces is available in syslog-ng 3.29. However, only version 4.4.0 allows you to work with multiple namespaces in your syslog-ng configuration. So, what changed in the latest version of syslog-ng? Previously, y…
      • 16 Nov 2023
    <>
    • Company
      • About Us
      • Careers
      • Contact Us
      • News
    • Resources
      • Blogs
      • Customer Stories
      • Documents
      • Events
      • Videos
    • Support
      • Overview
      • Open Source Edition Mailing List
      • Technical Documentation
    • Social Networks
      • Facebook
      • Github
      • Twitter
      • Youtube
    • Partners
      • Become a Partner
      • Partner Finder
      • Partner Login
    • © 2025 One Identity LLC. ALL RIGHTS RESERVED.
    • Legal
    • Terms of Use
    • Privacy